mendhak / waveshare-epaper-display

At-a-glance dashboard for Raspberry Pi with a Waveshare ePaper 7.5 Inch HAT. Date/Time, Weather, Alerts, Google/Outlook Calendar
https://code.mendhak.com/raspberrypi-epaper-dashboard/
438 stars 65 forks source link

Upgraded version of Openweathermap api to 3.0 due to deprecation of 2.5 #71

Closed jcolladosp closed 8 months ago

jcolladosp commented 8 months ago

Since Openweathermap deprecated 2.5 version of the Onecall api, I upgraded to 3.0 The old call is compatible with the new one: https://openweathermap.org/api/one-call-3#current

Some links regarding the deprecation: https://github.com/csparpa/pyowm/issues/404 https://github.com/domoticz/domoticz/issues/5336

mendhak commented 8 months ago

Thanks that looked simple!