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 20.5k 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.
    • J Offline
      JoeFranz @mumblebaj
      last edited by

      @mumblebaj No errors are shown anywhere :-(

      mumblebajM 1 Reply Last reply Reply Quote 0
      • mumblebajM Offline
        mumblebaj Module Developer @JoeFranz
        last edited by

        @JoeFranz Have you tried using my version?

        Check out my modules at: https://github.com/mumblebaj?tab=repositories
        Check my blog-post: https://mumblebaj.xyz/
        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          JoeFranz @mumblebaj
          last edited by JoeFranz

          @mumblebaj I tried Mitch’s (https://github.com/MitchSS/MMM-Hue). That seems similar to yours. However, I have problems excluding individual rooms or zones using “hideGroupsWithString”. How do I enter multiple zones in the line?
          "hideGroupsWithString: “Entertainment Area 1”, “Garden” doesn’t work. So I haven’t let it run for a long time and don’t know if it works. But I’ll try it :-)

          mumblebajM 2 Replies Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @JoeFranz
            last edited by

            @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
            Check my blog-post: https://mumblebaj.xyz/
            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              JoeFranz @mumblebaj
              last edited by

              @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?

              mumblebajM 1 Reply Last reply Reply Quote 0
              • mumblebajM Offline
                mumblebaj Module Developer @JoeFranz
                last edited by

                @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
                Check my blog-post: https://mumblebaj.xyz/
                Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                1 Reply Last reply Reply Quote 0
                • mumblebajM Offline
                  mumblebaj Module Developer @JoeFranz
                  last edited by

                  @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
                  Check my blog-post: https://mumblebaj.xyz/
                  Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                  J 1 Reply Last reply Reply Quote 0
                  • J Offline
                    JoeFranz @mumblebaj
                    last edited by JoeFranz

                    @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

                    mumblebajM 3 Replies Last reply Reply Quote 0
                    • mumblebajM Offline
                      mumblebaj Module Developer @JoeFranz
                      last edited by

                      @JoeFranz Show me your config please.

                      Check out my modules at: https://github.com/mumblebaj?tab=repositories
                      Check my blog-post: https://mumblebaj.xyz/
                      Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                      J 1 Reply Last reply Reply Quote 0
                      • mumblebajM Offline
                        mumblebaj Module Developer @JoeFranz
                        last edited by

                        @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
                        Check my blog-post: https://mumblebaj.xyz/
                        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                        1 Reply Last reply Reply Quote 0
                        • mumblebajM Offline
                          mumblebaj Module Developer @JoeFranz
                          last edited by

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

                          Check out my modules at: https://github.com/mumblebaj?tab=repositories
                          Check my blog-post: https://mumblebaj.xyz/
                          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            JoeFranz @mumblebaj
                            last edited by sdetweil

                            @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 mumblebajM 2 Replies Last reply Reply Quote 0
                            • S Offline
                              sdetweil @JoeFranz
                              last edited by sdetweil

                              @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
                              • mumblebajM Offline
                                mumblebaj Module Developer @JoeFranz
                                last edited by

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

                                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                Check my blog-post: https://mumblebaj.xyz/
                                Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                J 1 Reply Last reply Reply Quote 0
                                • J Offline
                                  JoeFranz @mumblebaj
                                  last edited by JoeFranz

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

                                  Thank you

                                  mumblebajM 1 Reply Last reply Reply Quote 0
                                  • mumblebajM Offline
                                    mumblebaj Module Developer @JoeFranz
                                    last edited by mumblebaj

                                    @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
                                    Check my blog-post: https://mumblebaj.xyz/
                                    Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                    J 1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      JoeFranz @mumblebaj
                                      last edited by

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

                                      mumblebajM 1 Reply Last reply Reply Quote 0
                                      • mumblebajM Offline
                                        mumblebaj Module Developer @JoeFranz
                                        last edited by

                                        @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
                                        Check my blog-post: https://mumblebaj.xyz/
                                        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                        J 1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          JoeFranz @mumblebaj
                                          last edited by

                                          @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,
                                          
                                          mumblebajM 1 Reply Last reply Reply Quote 0
                                          • mumblebajM Offline
                                            mumblebaj Module Developer @JoeFranz
                                            last edited by

                                            @JoeFranz Ah, there was an error in the spelling. I have updated and pushed a change. You can pull it again and restart. It should work properly.

                                            Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                            Check my blog-post: https://mumblebaj.xyz/
                                            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                            J 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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