diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-08-23 17:40:21 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-08-23 17:40:21 +0000 |
| commit | 18783b813af946e1e940bfeb1a0bdc1e7ce9f95f (patch) | |
| tree | 3d04ea765c08a04bb3e47ff4aa45fa927f08ed7b /web/templates/conditions.html | |
| parent | 3660486153a16760d2b980e546bbbd29408fb8d4 (diff) | |
Update conditions page: refresh V1cam URL, zoom out Windy maps
V1cam's YouTube video ID had gone stale; resolved the current one via
USGS's url.usgs.gov/v1cam shortener. V2cam was already current. Zoomed
the Windy embeds/links out 1-2 levels on both the standalone conditions
page and the in-app conditions tab.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017GMEkHeqKz6FLkmizowBTK
Diffstat (limited to 'web/templates/conditions.html')
| -rw-r--r-- | web/templates/conditions.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/conditions.html b/web/templates/conditions.html index 6363b45..9e823d1 100644 --- a/web/templates/conditions.html +++ b/web/templates/conditions.html @@ -82,7 +82,7 @@ <!-- V1cam - Kilauea West Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/NDA9Bsvjwdk?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/HggWKlZv9yk?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> @@ -112,7 +112,7 @@ <!-- Hawaii Wind - Windy --> <div class="video-cell"> <iframe - src="https://embed.windy.com/embed2.html?lat=19.5&lon=-155.5&zoom=8&level=surface&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> + src="https://embed.windy.com/embed2.html?lat=19.5&lon=-155.5&zoom=6&level=surface&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> </iframe> <span class="video-label">Hawaii Wind</span> </div> @@ -120,7 +120,7 @@ <!-- Hawaii Waves - Windy --> <div class="video-cell"> <iframe - src="https://embed.windy.com/embed2.html?lat=19.5&lon=-155.5&zoom=8&level=surface&overlay=waves&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> + src="https://embed.windy.com/embed2.html?lat=19.5&lon=-155.5&zoom=6&level=surface&overlay=waves&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> </iframe> <span class="video-label">Hawaii Waves</span> </div> @@ -128,7 +128,7 @@ <!-- National Weather - Windy US (zoomed out) --> <div class="video-cell"> <iframe - src="https://embed.windy.com/embed2.html?lat=39&lon=-98&zoom=2&level=surface&overlay=rain&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> + src="https://embed.windy.com/embed2.html?lat=39&lon=-98&zoom=1&level=surface&overlay=rain&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1"> </iframe> <span class="video-label">National Weather</span> </div> |
