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

Overview of several saved locations #157

Open
amarradi opened this issue Apr 24, 2024 · 2 comments
Open

Overview of several saved locations #157

amarradi opened this issue Apr 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@amarradi
Copy link
Contributor

Hey everyone,

I have a question for an improvement or a new feature.
I currently have 3 locations saved. Is it possible to get the three locations in a kind of overview? An overview with a cardView that shows me the essential values such as temperature, pressure, humidity of the locations?

@TylerWilliamson TylerWilliamson added the enhancement New feature or request label Apr 24, 2024
@TylerWilliamson
Copy link
Owner

This is an interesting idea and it coincides with other requests to support multiple locations. I also just learned that there is an OpenWeatherMap API to do this, and an Open-Meteo API. This is slightly tricky because I think I would need to use OpenWeatherMap City IDs, instead of the latitude and longitude that I use now.

This API is also a standard API for OpenWeatherMap, not "OneCall", but it is limited.

http://api.openweathermap.org/data/2.5/group?id=524901,703448,2643743&units=metric&appid={YOUR_OWM_API_KEY}
https://api.open-meteo.com/v1/forecast?latitude=55.7522,30.5167,-0.1257&longitude=37.6156,50.4333,51.5085&hourly=temperature_2m

I will look into this

@amarradi
Copy link
Contributor Author

Can I help you in any way? I am gaining my first experience in app development myself

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