lcpz / lain

Awesome WM complements
GNU General Public License v2.0
1.06k stars 212 forks source link

Weather forecast stopped working due to api changes #493

Closed cyberpunkrocker-zero closed 3 years ago

cyberpunkrocker-zero commented 3 years ago

Weather forecast (weather.lua) as such stopped working some time ago. It seems that the daily forecast in Openweathermap is currently available only for paid subscibers :( (https://openweathermap.org/api)

trap000d commented 3 years ago

See my PR #492

P.S. There is a free option of 5-day/3hour forecast (which I've implemented)

cyberpunkrocker-zero commented 3 years ago

Thanks @trap000d , after applying your changes and getting my own API key weather.lua is working again.