Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gadgetbridge: Send all weather locations #142

Open
joserebelo opened this issue Mar 29, 2024 · 1 comment
Open

Gadgetbridge: Send all weather locations #142

joserebelo opened this issue Mar 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@joserebelo
Copy link
Contributor

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 TylerWilliamson added the enhancement New feature or request label Mar 30, 2024
@TylerWilliamson
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants