Re: Weather Radar for certain location

I used this for Radar, and it works very well.
https://radar.weather.gov/Conus/Loop/NatLoop.gif
I am sure there are other national and world options for Radar images and such out there.
(Iframe didn’t work out the box like I wanted).
{
			disabled: false,
			module: "MMM-EyeCandy",
			position: "upper_third",
			config: {
				maxWidth: "105%",       // Sizes the images. Retains aspect ratio.
				style: '1',            // 1 - 52 or use ownImagePath to override style
				ownImagePath: 'https://radar.weather.gov/Conus/Loop/NatLoop.gif',
				updateInterval: 15 * 60 * 1000, // How often module updates
		            	animationSpeed: 3000, // transition speed at update time
				},
}