-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliveweatherviewer.html
60 lines (56 loc) · 5.14 KB
/
liveweatherviewer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<body style="background-color:black;">
<!h2 style="color: #4485b8; text-align: center;font-family:verdana;">Live weather viewer</h2>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<script>
window.setInterval("reloadIFrame();", 300000);
<!-- 300000 -->
function reloadIFrame() {
var frameHolder1=document.getElementById('sat');
var frameHolder2=document.getElementById('modelnow');
var frameHolder3=document.getElementById('model24');
var frameHolder4=document.getElementById('modelclose');
var frameHolder5=document.getElementById('loc');
frameHolder1.src="https://www.ventusky.com/?p=20;78;3&l=satellite"
frameHolder2.src="https://embed.windy.com/embed2.html?lat=18&lon=81.738&detailLat=18&detailLon=81.738&width=1900&height=250&zoom=3&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1"
frameHolder3.src="https://embed.windy.com/embed2.html?lat=18&lon=81.738&detailLat=18.667&detailLon=79.585&width=650&height=450&zoom=4&level=surface&overlay=rainAccu&product=ecmwf&menu=&message=true&marker=&calendar=24&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1"
frameHolder4.src="https://embed.windy.com/embed2.html?lat=10.682&lon=77.080&detailLat=8.483&detailLon=76.946&width=1900&height=320&zoom=6&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1"
frameHolder5.src="https://embed.windy.com/embed2.html?lat=3.424&lon=76.069&detailLat=8.624518&detailLon=77.03230&width=1900&height=500&zoom=5&level=surface&overlay=rain&product=ecmwf&menu=&message=&marker=&calendar=3&pressure=true&type=map&location=coordinates&detail=true&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1"
}
</script>
<table border="0" cellpadding="0" cellspacing="0" style="height: 50%; width: 100%;">
<tbody>
<tr>
<td rowspan="2"><iframe width="700" height="540" src="https://embed.windy.com/embed2.html?lat=9.915&lon=76.959&detailLat=9.381&detailLon=76.718&width=940&height=500&zoom=7&level=surface&overlay=radar&product=radar&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" frameborder="0"></iframe></td>
<td><iframe width="500" height="270" src="https://embed.windy.com/embed2.html?lat=8.836&lon=77.146&detailLat=9.381&detailLon=76.718&width=940&height=500&zoom=8&level=surface&overlay=radar&product=radar&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" frameborder="0"></iframe></td>
<td rowspan="2"><iframe id="sat" width="720" height="540" src="https://www.ventusky.com/?p=20;78;3&l=satellite" frameborder="0" scrolling="no"></iframe></td>
</tr>
<tr>
<td><iframe width="500" height="270" src="https://embed.windy.com/embed2.html?lat=8.616&lon=77.039&detailLat=8.602&detailLon=77.026&width=940&height=500&zoom=11&level=surface&overlay=radar&product=radar&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" frameborder="0"></iframe></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="height: 30%; width: 100%;">
<tbody>
<tr>
<td><iframe id="modelnow" width="640" height="320" src="https://embed.windy.com/embed2.html?lat=18&lon=81.738&detailLat=18&detailLon=81.738&width=1900&height=250&zoom=3&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe></td>
<td><iframe id="model24" width="640" height="320" src="https://embed.windy.com/embed2.html?lat=18&lon=81.738&detailLat=18.667&detailLon=79.585&width=650&height=450&zoom=4&level=surface&overlay=rainAccu&product=ecmwf&menu=&message=true&marker=&calendar=24&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe></td>
<td><iframe id="modelclose" width="640" height="320" src="https://embed.windy.com/embed2.html?lat=10.682&lon=77.080&detailLat=8.483&detailLon=76.946&width=1900&height=320&zoom=6&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" frameborder="0"></iframe></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="height: 20%; width: 100%;">
<tbody>
<tr>
<td><iframe width="1920" height="180" id="loc" src="https://embed.windy.com/embed2.html?lat=3.424&lon=76.069&detailLat=8.624518&detailLon=77.03230&width=1900&height=500&zoom=5&level=surface&overlay=rain&product=ecmwf&menu=&message=&marker=&calendar=3&pressure=true&type=map&location=coordinates&detail=true&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" frameborder="0"></iframe></td>
</tr>
</tbody>
</table>
<p> </p>
</body>
</html>