squix78 / esp8266-projects

Other
249 stars 193 forks source link

Location definition #16

Open Tokn59 opened 7 years ago

Tokn59 commented 7 years ago

Hello, I have defined my location and entered a valid API key. However I always get 0°C for now, today and tomorrow .. What might be wrong ?

// Coordinates of the place you want // weather information for double latitude = 51.0; double longitude = 4.4;

Many thanks for your help !!!

Tony