forked from webdes03/Grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DarkSky_Embed.json
11 lines (11 loc) · 969 Bytes
/
DarkSky_Embed.json
1
2
3
4
5
6
7
8
9
10
11
{
"content": "<style type=\"text/css\">\np.markdown-html.panel-text-content {\noverflow: hidden;\n}\np.markdown-html.panel-text-content iframe {\nheight:225px;\n}\n</style>\n<script type=\"text/javascript\">\nvar weatherProperties = 'lat=NN.NNNN&lon=NN.NNNN&color=#FFFFFF&text-color=#FFFFFF';\n\n// initial load\ndocument.getElementById('embedweather').src = 'http://forecast.io/embed/?ts=' + (Date.now()) + '#' + weatherProperties;\n\n// refresh\nvar weatherRefresh = setInterval(function() { document.getElementById('embedweather').src = 'http://forecast.io/embed/?ts=' + (Date.now()) + '#' + weatherProperties; }, 900000);\n</script>\n<iframe id=\"embedweather\" height=\"100%\" src=\"#\" style=\"margin: 0; padding: 0; border: none; width:100%; position:relative; top:-50px; overflow:hidden; margin-bottom: -70px;\"></iframe>",
"height": "120px",
"id": 13,
"links": [],
"mode": "html",
"span": 6,
"title": "",
"transparent": true,
"type": "text"
}