TylerWilliamson / QuickWeather

Weather at a glance! Current and forecast weather for anywhere in the world!
https://play.google.com/store/apps/details?id=com.ominous.quickweather
GNU General Public License v3.0
114 stars 9 forks source link

Gadgetbridge: Send all weather locations #142

Open joserebelo opened 4 months ago

joserebelo commented 4 months ago

Gadgetbridge now supports multiple weather locations, as of https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3349.

I was taking a look at the QuickWeather code to try and add support for it, but it wasn't quickly obvious how to do it without a refactor.

TylerWilliamson commented 4 months ago

This is not possible with the current implmentation of QuickWeather. By design, the app gets the weather for only a aingle location at a time.

That being said, I am now interested in the possibilities of supporting multiple locations. The primary issue would be of API calls for users using OpenWeatherMap, which would quickly stack up if they select multiple locations.

I'll think about potential support for this feature in a future update