- Update bad URLs

This commit is contained in:
nharris 2023-03-04 22:18:14 -07:00
parent d00753a7e2
commit d55a158907
1 changed files with 6 additions and 3 deletions

View File

@ -875,8 +875,9 @@ cards:
margin-left: 2px !important; margin-left: 2px !important;
} }
aspect_ratio: 80% aspect_ratio: 80%
# TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes
url: >- url: >-
https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$0&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1
name: Windy.com name: Windy.com
show_state: false show_state: false
show_name: false show_name: false
@ -944,8 +945,9 @@ cards:
margin-left: 2px !important; margin-left: 2px !important;
} }
aspect_ratio: 80% aspect_ratio: 80%
# TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes
url: >- url: >-
https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=temp&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=temp&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1
name: Windy.com name: Windy.com
show_state: false show_state: false
show_name: false show_name: false
@ -1013,8 +1015,9 @@ cards:
margin-left: 2px !important; margin-left: 2px !important;
} }
aspect_ratio: 80% aspect_ratio: 80%
# TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes
url: >- url: >-
https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=pressure&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=pressure&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1
name: Windy.com name: Windy.com
show_state: false show_state: false
show_name: false show_name: false