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 245.6k 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.
    • W Offline
      whimsicality @sdetweil
      last edited by

      @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

        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

          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…

          JalibuJ 1 Reply Last reply Reply Quote 0
          • JalibuJ Offline
            Jalibu Module Developer @whimsicality
            last edited by

            @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 Reply Quote 0
            • W Offline
              whimsicality @Jalibu
              last edited by

              @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
              • M Offline
                mdiorio
                last edited by

                Hi!

                Great module - wondering if we can adjust the transparency of the rain layer? It’s very much in your face, especially with a dark theme in a dark kitchen.

                13e5d0a1-e715-4f5a-8fd1-867740d8c65c-image.png

                Thanks!

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