Overview of several saved locations
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?
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
Can I help you in any way? I am gaining my first experience in app development myself