• 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 Hue Lights is not updated

Scheduled Pinned Locked Moved Unsolved Troubleshooting
39 Posts 3 Posters 13.6k Views 3 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.
  • M Offline
    mumblebaj Module Developer @JoeFranz
    last edited by Jan 15, 2024, 10:48 AM

    @JoeFranz Apologies, I cannot assist with that. Have no idea how his module works.

    Check out my modules at: https://github.com/mumblebaj?tab=repositories

    J 1 Reply Last reply Jan 15, 2024, 11:10 AM Reply Quote 0
    • J Offline
      JoeFranz @mumblebaj
      last edited by Jan 15, 2024, 11:10 AM

      @mumblebaj Ok, I installed it and am trying it out. However, I would like to exclude several groups in the line “hideGroupsWithString”. How do I enter multiple groups in the line?

      M 1 Reply Last reply Jan 15, 2024, 11:50 AM Reply Quote 0
      • M Offline
        mumblebaj Module Developer @JoeFranz
        last edited by Jan 15, 2024, 11:50 AM

        @JoeFranz That feature does not work on my module currently. I need to make time to implement.

        Check out my modules at: https://github.com/mumblebaj?tab=repositories

        1 Reply Last reply Reply Quote 0
        • M Offline
          mumblebaj Module Developer @JoeFranz
          last edited by Jan 15, 2024, 12:42 PM

          @JoeFranz I just had a quick look at the code and the way it works is that if you have the following list of lights, Room1, Room2, Kitchen, Garden, Workshop and you select the options :

           hideSpecificGroups: true,
           hideGroupsWithString: "Room"
          

          Then it will exclude anything that contains the word “Room”. It does not cater for multiple input exclusions. I will see what I can do about that.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories

          J 1 Reply Last reply Jan 15, 2024, 3:07 PM Reply Quote 0
          • J Offline
            JoeFranz @mumblebaj
            last edited by JoeFranz Jan 15, 2024, 3:07 PM Jan 15, 2024, 3:07 PM

            @mumblebaj This is displayed when your module is installed, no lights… :-(
            IP and userid are correct.
            Bildschirmfoto 2024-01-15 um 16.04.12.png

            M 3 Replies Last reply Jan 15, 2024, 3:24 PM Reply Quote 0
            • M Offline
              mumblebaj Module Developer @JoeFranz
              last edited by Jan 15, 2024, 3:24 PM

              @JoeFranz Show me your config please.

              Check out my modules at: https://github.com/mumblebaj?tab=repositories

              J 1 Reply Last reply Jan 15, 2024, 4:09 PM Reply Quote 0
              • M Offline
                mumblebaj Module Developer @JoeFranz
                last edited by Jan 15, 2024, 3:28 PM

                @JoeFranz I am working on a fix now to exclude multiple Groups/lights. Will deploy an update shortly.

                Below is my config and it works fine. It will only display lights that are on.

                                {
                                    module: 'MMM-PhilipsHue',
                                    disabled: false,
                                    position: 'bottom_left',
                                    config:{
                                        bridgeip: "bridgeip",
                                        userid: "userid",
                                        refreshTime: 10000 * 5,
                                        lightsOrGroups: "groups",
                                        animationSpeed: 2 * 1000,
                                        showOnlyOn: true,
                                        showLabel: true,
                                        colour: true,
                                        hideSpecificGroups: true,
                                        hideGroupsWithString: ["Kitchen", "Den"]
                                        }
                                },
                

                The fix should be ready in the next hour. Just busy testing it.

                Check out my modules at: https://github.com/mumblebaj?tab=repositories

                1 Reply Last reply Reply Quote 0
                • M Offline
                  mumblebaj Module Developer @JoeFranz
                  last edited by Jan 15, 2024, 3:38 PM

                  @JoeFranz Fix has been deployed, You can now exclude multiple Groups

                  Check out my modules at: https://github.com/mumblebaj?tab=repositories

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    JoeFranz @mumblebaj
                    last edited by sdetweil Jan 15, 2024, 4:09 PM Jan 15, 2024, 4:09 PM

                    @mumblebaj said in MMM Hue Lights is not updated:

                    @JoeFranz Show me your config please.

                    {
                    		    module: 'MMM-PhilipsHue',
                    		    position: 'top_right',
                    		    config: {
                    			bridgeip: "192.168.178.xx",
                    			userid: "xxxxxxxx",
                    			colour: true
                    			
                    		    }
                    		},
                    
                    S M 2 Replies Last reply Jan 15, 2024, 4:10 PM Reply Quote 0
                    • S Offline
                      sdetweil @JoeFranz
                      last edited by sdetweil Jan 15, 2024, 4:10 PM Jan 15, 2024, 4:10 PM

                      @JoeFranz PLEASE, ALWAYS code block around config info …

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        25/39
                        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