kd8bny / cumulus

Quickly check the weather with this stylish web app
https://kd8bny.github.io/cumulus/
GNU General Public License v3.0
58 stars 10 forks source link

Open Weather Map not always providing data. #8

Closed vadrian89 closed 7 years ago

vadrian89 commented 7 years ago

Hi guys, Can you use Open Weather Map API as default weather source for Cumulus for a few days and let me know if you have issues with the app not loading weather at startup?

Thanks.

archisman-panigrahi commented 7 years ago

I selected Open Weather Map API, closed Cumulus. Now weather is not loading and API: Select is not working. Temporary solution: Click on sync, or change settings related to speed or unit.

But now I cannot reproduce it after changing location

vadrian89 commented 7 years ago

The issue is because it doesn't detect the language and the data requests return errors.

If you look at the following link, you can see where the system language is added, at line 46 you can find where I declared the variable.
Is there a way you can sneak the code right before the build?

vadrian89 commented 7 years ago

Have you managed to think of a solution for this?