Display weather from several locations

Hi All,
I want to display the weather from several different locations on a “Weather” View in the dashboard. I will probably use OpenWeatherMap, but want to move to Tomorrow.io when I can get an integration done. Anyway, what is the best way to accomplish this?

Here you go, two Open Weather location’s together…

Install the integration two time’s

and lovelace looks like this:

  - type: weather-forecast
    name: Het weer in Amsterdam
    entity: weather.openweathermap
    secondary_info_attribute: wind_bearing
  - type: weather-forecast
    entity: weather.openweathermap2
    name: Het weer in Rybnicna
    secondary_info_attribute: wind_bearing

Thank you I will try that tonight.

This helped me too, thank you!