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 - new module for your Philips Hue lights!

    Scheduled Pinned Locked Moved Utilities
    87 Posts 20 Posters 62.1k Views 19 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.
    • D Offline
      dhoggan
      last edited by

      Hi,

      Just to add that I have managed to work out why the multi-column grid wasn’t working - it was down to me adding the suggested lines between the default { } entries. Adding the lines at the very end of the file and I have columns at last! Just in case anyone else ever has the same issue the custom.css file looks like:

      body {

      }

      .mmm-hue-lights .grid {
      width: auto;
      display: flex;
      flex-flow: row wrap;
      margin: -10px;
      max-width: none;
      justify-content: center;
      }

      .mmm-hue-lights .grid .hue {
      width: calc(25% - 20px);
      margin: 10px;
      display: block;
      }

      Still puzzling over how the example had rooms in one column and lights in another - if anyone knows I’d be grateful of the help.

      Thanks,

      Dave

      1 Reply Last reply Reply Quote 0
      • S Offline
        Smotx
        last edited by Smotx

        Hi,

        very great module. Thanks for job.

        It’s not possible to just see ‘your Rooms’, same as android Hue official app ?

        Official app :

        alt text

        MagicMirror module :

        alt text

        michael5rM 1 Reply Last reply Reply Quote 0
        • S Offline
          Smotx
          last edited by Smotx

          I don’t understand why settings 'displaymode: “groups” does not work :(

          Setting ‘groups’ work only in mmm-hue-lights?js file, on config file does not work.

          michael5rM 1 Reply Last reply Reply Quote 0
          • michael5rM Offline
            michael5r Module Developer @dhoggan
            last edited by

            @dhoggan said in MMM-Hue-Lights - new module for your Philips Hue lights!:

            The first issue is that, despite setting the position to be middle_center it adamantly displays justified to the left. If I set it as bottom_center, bottom_right or a variety of other positions it displays as expected; but always to the left if middle_center selected.

            The position has nothing to do with the internal alignment of the module - you need to add:

            alignment: 'center',

            to your config for the content to be centered.

            The third is more of a question as I can’t find out how to do this. One of the display examples has the left column with room groups and the right with individual lights. Can anyone point in the direction as to how to do this?

            Ahh … I guess I should have been more specific in the description of the examples. There’s no way to do what you describe above - in the screenshots I just wanted to show what both the lights and groups settings looked like, so I took 2 screenshots and placed them next to each other.

            1 Reply Last reply Reply Quote 0
            • michael5rM Offline
              michael5r Module Developer @Smotx
              last edited by

              @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

              Hi,

              very great module. Thanks for job.

              It’s not possible to just see ‘your Rooms’, same as android Hue official app ?

              Sure - in the config, set this:

              displayMode: 'groups',

              and then it will only show your Rooms.

              1 Reply Last reply Reply Quote 0
              • michael5rM Offline
                michael5r Module Developer @Smotx
                last edited by

                @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

                I don’t understand why settings 'displaymode: “groups” does not work :(

                Setting ‘groups’ work only in mmm-hue-lights?js file, on config file does not work.

                What do you mean it doesn’t work? That’s what I do on my mirror:

                0_1553091080026_34b66f37-2e47-4f56-8ac3-c62fe789b718-image.png

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  Smotx @michael5r
                  last edited by

                  @michael5r

                  If i set

                  displayMode: ‘groups’,

                  in config file, MM show ‘lights’,

                  to view Groups, I have to parameter on mmm-hue-lights.js.

                  I don’t know why.

                  michael5rM 1 Reply Last reply Reply Quote 0
                  • michael5rM Offline
                    michael5r Module Developer @Smotx
                    last edited by

                    @Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:

                    @michael5r

                    If i set

                    displayMode: ‘groups’,

                    in config file, MM show ‘lights’,

                    to view Groups, I have to parameter on mmm-hue-lights.js.

                    I don’t know why.

                    Please paste in your entire config for this module - you can XXX out the sensitive info. Thanks!

                    S 1 Reply Last reply Reply Quote 0
                    • tidus5T Offline
                      tidus5
                      last edited by tidus5

                      Amazing job !!

                      did you plan to make your module tactile ready :-p

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        Smotx @michael5r
                        last edited by

                        @michael5r

                        ```
                        

                        {
                        module: “mmm-hue-lights”,
                        position: “lower_third”, // pick whichever position you want
                        config: {
                        bridgeIp: “192.168.1.156”,
                        user: “xxxxxxxxx”,
                        displayType: “grid”,
                        displaymode: “groups”,
                        hideFilter: [“Bloom”, “V3”, “SDB”],
                        // … and whatever else configuration options you want to use
                        }
                        },

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 9 / 9
                        • 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