Whether there is any Weather Map can be inserted in dashboard across Different Geographical Locations
I've got this working but it requires a few things.
<iframe src="hxxps://maps.darksky.net/@temperature,${Latitude},${Longitude},11?embed=true&timeControl=false&fieldControl=false&defaultField=temperature&defaultUnits=_c" style="width: 100%; height: 600px"scrolling="No" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0">
</iframe>
Thanks ,How to add the page
Click "Customize page" and add the Custom HTML object.
Worked Beautifully thanks very much!