MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Weather Radar for certain location

    Scheduled Pinned Locked Moved Requests
    4 Posts 4 Posters 4.8k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      fwood04
      last edited by

      Looked through the available modules and haven’t seen any radar ones. Would be interesting to have a local weather radar. I know Open Weather has a page dedicated to map layers (https://openweathermap.org/hugemaps#how) but I’m still pretty new to this so I’m sure someone could figure it out much quicker than I can.

      1 Reply Last reply Reply Quote 1
      • schlachtkreuzer6S Offline
        schlachtkreuzer6
        last edited by

        nice idea :)

        1 Reply Last reply Reply Quote 0
        • K Offline
          kevsfastz
          last edited by

          Hello Fwood04,

          I have also looked into this myself. The closest I got was using iFrame to display a radar map. My issue was trying to find a live radar map that was able to refresh the URL automatically. The below works fine for me but I still am not able to get it to refresh automatically. 0_1484758439732_mmexample.PNG

          	{
          	module: 'iFrame',
          		position: 'bottom_bar', // This can be any of the regions.
          		config: {
          			// See 'Configuration options' for more information.
          		url: "https://maps.darksky.net/@radar,26.527,-80.077,9?embed=true&timeControl=false&fieldControl=false&defaultField=radar",
          		width: "100%", // Optional. Default: 100%
          		height: "480px", //Optional. Default: 100px
          	}
          	},
          

          you can also use the radar loop from wunderground but I also have the same issue of not being able to get it to refresh automatically.

          https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=AMX&brand=wui&num=10&delay=15&type=N0R&frame=0&scale=1.000&noclutter=0&showstorms=0&mapx=400&mapy=240¢erx=400¢ery=240&transx=0&transy=0&showlabels=1&severe=0&rainsnow=0&lightning=Hide&smooth=0&rand=24745981&lat=26.53000069&lon=-80.06999969&label=Boynton+Beach%2C+FL

          Maybe someone else has some ideas?

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @kevsfastz
            last edited by

            @kevsfastz @Mitch1138 has the same problem, maybe you want to solve this task together

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy