• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-RAIN-MAP (new: version 2.x)

Scheduled Pinned Locked Moved Utilities
192 Posts 38 Posters 225.1k Views 41 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.
  • J Offline
    Jalibu Module Developer @hogedir
    last edited by Sep 22, 2022, 2:29 PM

    @hogedir I understand the need and desire. However, neither the weather data/layers from Weerplaza.nl, nor those from sat24.com are in any way compatible with the previous module. It is technically not so easy to put their layers just “over” the map ;-)
    If someone finds a solution and takes care of the programming, then I would be happy to put this extension into the module.
    However, I don’t have the time to take care of it myself.

    1 Reply Last reply Reply Quote 0
    • W Offline
      whimsicality
      last edited by May 8, 2023, 3:38 AM

      Is there a basic resource on how to generate maps? I am struggling with this basic concept. I’ve been to open street maps but I don’t see any way to generate a file like you did in the example.

      S 1 Reply Last reply May 8, 2023, 3:40 AM Reply Quote 0
      • S Offline
        sdetweil @whimsicality
        last edited by May 8, 2023, 3:40 AM

        @whimsicality the api provides the drawing of the maps

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        W 1 Reply Last reply May 8, 2023, 3:43 AM Reply Quote 0
        • W Offline
          whimsicality @sdetweil
          last edited by May 8, 2023, 3:43 AM

          @sdetweil according tot he config it looks like I’m supposed to input all kinds of GPS coordinates for the edges of the map as well as the link to the picture of the map… I think I’m just confused.

          S 1 Reply Last reply May 8, 2023, 3:45 AM Reply Quote 0
          • S Offline
            sdetweil @whimsicality
            last edited by sdetweil May 8, 2023, 3:47 AM May 8, 2023, 3:45 AM

            @whimsicality he’s telling the api the size and shape of the map to draw… because thats what they do…

            I do the same thing with chartjs… I tell it the size and shape and all the points in the data, and what kind of chart to draw, and it generates the graphics.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            W 1 Reply Last reply May 8, 2023, 3:53 AM Reply Quote 0
            • W Offline
              whimsicality @sdetweil
              last edited by May 8, 2023, 3:53 AM

              @sdetweil I think I was making it unnecessarily complicated, I understand it now. thanks!

              1 Reply Last reply Reply Quote 0
              • W Offline
                whimsicality
                last edited by May 11, 2023, 6:24 AM

                hi! love this app but am struggling. I’ve tried the CSS mentioned here to change the opacity as well as just changing it under “config” but I can’t get teh opacity of the map to change. is there any other option to attempt?

                1 Reply Last reply Reply Quote 0
                • W Offline
                  whimsicality
                  last edited by Jul 11, 2023, 4:23 AM

                  Hi am definitely loving this module but honestly struggling to get the rain map to go away when rain is not predicted. I see the instructions for how to make it work with the weather module, but what piece of code do I need to have present in MMM-OpenWeatherForecast in order to trigger MMM-RAIN-MAP to hide itself? Sorry if it’s obvious…

                  J 1 Reply Last reply Jul 15, 2023, 9:51 AM Reply Quote 0
                  • J Offline
                    Jalibu Module Developer @whimsicality
                    last edited by Jul 15, 2023, 9:51 AM

                    @whimsicality you don’t need additional code in your weather module.
                    It is only important to have one of the supported (weather, MMM-OpenWeatherForecast) running together with MMM-RAIN-MAP on your mirror.
                    If you use OpenWeatherForecast, all you need to do is to set the displayHoursBeforeRain option in your MMM-RAIN-MAP settings.

                    For example, if you want to let the rain map appear one hour before rain starts, your rain map config should look like that:

                    {
                    	module: "MMM-RAIN-MAP",
                    	position: "top_left",
                    	config: {
                    		// all your other config
                    		displayHoursBeforeRain: 1,
                    		// all your other config
                    	}
                    }
                    
                    W 1 Reply Last reply Aug 11, 2023, 2:36 AM Reply Quote 0
                    • W Offline
                      whimsicality @Jalibu
                      last edited by Aug 11, 2023, 2:36 AM

                      @Jalibu Unfortunately it doesn’t work, could it be an interference from the scenes module I am using?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 16
                      • 17
                      • 18
                      • 19
                      • 20
                      • 19 / 20
                      • 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