SecUSo/privacy-friendly-weather

open weather API version 2.5 is deprecated

Opened this issue · 3 comments

Hello,

It looks like privacy friendly weather is using open weather API version 2.5. This API is deprecated and scheduled to shut down in June

buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""

Screenshot_20240425-072050

switch to Cirrus which uses Open-Meteo and does not need an API key or require your credit card data.

App has stopped working this morning so I guess the API it was using is now closed.

My years-old OpenWeathermap API key held up much longer, only stopped working earlier this week. I initially chalked it up to owm mocking the FOSS ideal again, well, maybe I was partially right... For now, migrating to cirrus seems fine, even if it missed at least one feature of privacy-friendly-weather (allowing duplicate widgets to serve up different locations).