MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. TwoDollar
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    TwoDollar

    @TwoDollar

    1
    Reputation
    240
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    TwoDollar Unfollow Follow

    Best posts made by TwoDollar

    • Magic Mirror Radar using MMM-EyeCandy (US only)

      Re: Weather Radar for certain location
      0_1541597221952_Radar_MM.JPG

      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
      				},
      }
      
      posted in Requests radar mmm-eyecandy mmm-iframe noaa
      T
      TwoDollar

    Latest posts made by TwoDollar

    • Magic Mirror Radar using MMM-EyeCandy (US only)

      Re: Weather Radar for certain location
      0_1541597221952_Radar_MM.JPG

      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
      				},
      }
      
      posted in Requests radar mmm-eyecandy mmm-iframe noaa
      T
      TwoDollar