• 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 14.8k 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, 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
          • M Offline
            mumblebaj Module Developer @JoeFranz
            last edited by Jan 15, 2024, 4:24 PM

            @JoeFranz Please match your config with mine and it should work

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

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

              @mumblebajI
              did it and it works :-)
              Now let’s see how long the display takes to update.

              Thank you

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

                @JoeFranz From my config it checks the status of the lights every 5 minutes.

                You can change that at anytime in the config and restart your mirror for the change to take effect.

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

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

                  @mumblebaj
                  Is that correct in your config 5x10000?
                  On your module page it says 60x10000

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

                    @JoeFranz You can set it to any time interval in milliseconds you like. I.e. 60*1000 = 1 minute etc. You can workout from there how often you would like to refresh.

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

                    J 1 Reply Last reply Jan 16, 2024, 9:38 AM Reply Quote 0
                    • J Offline
                      JoeFranz @mumblebaj
                      last edited by Jan 16, 2024, 9:38 AM

                      @mumblebaj Ok, the good news, the module works, the lights are updated. :-)
                      But I can’t change the time for the update, so no matter what value I enter, it always stays at around 10 minutes. :-(
                      This is part of the current config, after 10 minutes the lights will be updated.

                                              refreshTime: 60 * 1000,
                                              lightsOrGroups: "groups",
                      			animationSpeed: 2 * 1000,
                      			showOnlyOn: false,
                      
                      M 1 Reply Last reply Jan 16, 2024, 9:49 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 4 / 4
                      4 / 4
                      • First post
                        31/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