riffnshred / nhl-led-scoreboard

🚨 Display NHL live score, stats, and more of your favorite teams, on a Raspberry Pi driven RGB LED matrix. 🚨
GNU General Public License v3.0
421 stars 96 forks source link

OWM weather provider will stop working June 2024 #457

Open falkyre opened 4 months ago

falkyre commented 4 months ago

Open Weather Map is deprecating their OneCall 2.5 API June 2024 and replacing it with a new API. The core python library for the open weather map weather provider (pyowm) has not been updated to utilize the new API. This issue is to track this and hopefully there will be an update to the pyowm library in the near future.

If you are using Environment Canada as a weather provider, this does not impact you.

falkyre commented 4 months ago

I have found a new library but it will require some testing. It is the library that the Home Assistant plugin has moved to and is using.