|
|
@@ -0,0 +1,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gotify = {'URL' : 'https://YOUR_GOTIFY_LINK/message', |
|
|
|
|
|
'token_gotify' : 'GOTIFY TOKEN'} |
|
|
|
|
|
|
|
|
|
|
|
Weather = {'API_key' : 'YOUR_OPENWEATHER KEY HERE', |
|
|
|
|
|
'lat' : '43.296482', |
|
|
|
|
|
'lon' : '5.369780'} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Translation = {'Clouds' : 'Nuageux', |
|
|
|
|
|
'Rain' : 'Pluvieux', |
|
|
|
|
|
'Sunny' : 'Ensoleilé', |
|
|
|
|
|
'Clear' : 'Ciel bleu'} |