OpenWeather icon indicating copy to clipboard operation
OpenWeather copied to clipboard

Arduino library to fetch weather forecasts from OpenWeatherMap

Results 24 OpenWeather issues
Sort by recently updated
recently updated
newest added

Those of us in the southern latitudes see the moon upside down, even though the moon phase is the same for everyone. Has this been overlooked when converting to .bmp...

Hello! Could you add compatibility with M5Core2? That module brings your TFT e_SPI library but I can't make it work.

Hello, First, congrats to Bodmer for his work, he make nice things especially with the library tft_eSPI, thanks for all of these. For all I saw that at the moment...

Potential enhancement

Just is not critical, but I noticed that the JSON object returned includes a set of fields for government weather alerts. I can understand that not everyone would want these...

Potential enhancement

This is a long-shot feature request. DarkSky's API had some really nice procedurally generated forecasts and condition summaries. OpenWeather does not have anything comparable. While I know doing something as...

Potential enhancement

Hello! Began to use your library, and noticed that sometimes openweather site doesn't answer on the request. In that case Arduino hangs for 60 secs: ``` Requesting weather information from...

amazing work here, Thanks Really struggled with littleFS but finally compiled on an esp8266 and working. So questions, first how did you get that pretty screen grab in the readme?...

In the example "examples/Onecall API (subscription required)/My_OpenWeather_Test/My_OpenWeather_Test.ino", there is a define, `#define TIME_OFFSET 1UL * 3600UL // UTC + 0 hour` I'm trying to understand how I can set the...

Can you add `timezone_offset` as a public member to OW_Weather, just like `timezone`? This would make local timezone conversions much easier instead of relying on another library or lookup table...

I use TFT 3.5 ILI9486_DRIVER connected to the ESP32, I have declared the pins and simulated the image, but when I stop using the TFT_eSPI_OpenWeather library, my screen has no...