WangDaYeeeeee / GeometricWeather

A Material Design Weather Application
GNU Lesser General Public License v3.0
2.43k stars 187 forks source link

OpenWeatherMap Data never loads #445

Open Syberkonda opened 1 year ago

Syberkonda commented 1 year ago

When my weather provider is set to OpenWeatherMap, the weather data fails to request weather data. I have had this issue since I downloaded the app from F-Droid in October, and am experiencing it in the current version.

papjul commented 1 year ago

Please check the existing issues: #395

Your API key needs to be compatible with version 2.5 of OneCall. If you registered your API key recently (after August 2022), you cannot use this weather provider.

Syberkonda commented 1 year ago

Does the app from F-Droid not come with its own API key "out-of-the-box?"

papjul commented 1 year ago

Yes, but it is a free API key with limited number of calls. Given the popularity of this app, almost no one using the default API key is able to get weather with this provider. You really need to use your own key. Given that 3.0 requires credit card information, it was not updated and there are some discussions regarding moving to a more friendly weather provider.

Syberkonda commented 1 year ago

Thanks