Modifications

Sauter à la navigation Sauter à la recherche
Ligne 71 : Ligne 71 :  
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
// Wunderground Settings
 
// Wunderground Settings
const boolean IS_METRIC = false;
+
const boolean IS_METRIC = true; //Forcer l'affichage en °C (système Métrique)
const String WUNDERGRROUND_API_KEY = "api_key_here";
+
const String WUNDERGRROUND_API_KEY = "FR"; //Langue d'affichage
const String WUNDERGRROUND_LANGUAGE = "EN";
+
const String WUNDERGROUND_COUNTRY = "BE"; //Pays pour la météo
const String WUNDERGROUND_COUNTRY = "US";
+
const String WUNDERGROUND_CITY = "Aywaille"; //Ville en belgique (vérifiez qu'elle soit bien disponible sur le site de Wunderground)
const String WUNDERGROUND_CITY = "FL/Royal_Palm_Beach";
   
</syntaxhighlight>
 
</syntaxhighlight>
  
704

modifications

Menu de navigation