DarkSkyWeather icon indicating copy to clipboard operation
DarkSkyWeather copied to clipboard

Arduino ESP32 and ESP8266 compatible library to read weather forecast from Dark Sky API

Results 6 DarkSkyWeather issues
Sort by recently updated
recently updated
newest added

Good day. Is it possible to show the forecast for the current day? Temperature range per day and rainy %. Now you can see the current temperature on the street.

TFT_eSPI_weather.ino Line 371. When you display current temperature, Celsius must be display on "si" units, but also when "ca" used. I modify line: if (units == "si" || units ==...

Hi, I' am using the My_DarkSkyWeather_Test.ino sketch and after about 5 times reading the weatherdata, I get a connection fail and with the next read I get a dump and...

I really like this library. Thank you. I also see the decoupled json parser. Very nice! I hesitate to ask since it looks like a can of worms, but have...

TBA: enhancement

This seems to be an issue with the forecast, today is Monday and the temperatures for Thursday is off. Dark Sky reports a TemperatureLow and a TemperatureMin. If you look...

TBA: enhancement

After finally getting a new ili9488 and have it working with your software (thanks!!), I cannot get your TFT_eSPI_Weather app to work. And it always shows as Feb 7. What...