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

Scheduled Pinned Locked Moved Utilities
87 Posts 20 Posters 51.5k 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.
  • S Offline
    Smotx @michael5r
    last edited by Mar 30, 2019, 3:08 PM

    @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
    • S Offline
      Smotx
      last edited by Smotx May 6, 2019, 1:52 PM May 6, 2019, 1:51 PM

      Hi,

      Why if i set

      var config = {
      	address: "0.0.0.0",
      

      (To open my MM from another computer)

      I have error on this module :

      Hue api erroe:error ; read ECONNREST
      hue api error: null
      

      Thx

      1 Reply Last reply Reply Quote 0
      • N Offline
        numb3rs
        last edited by numb3rs Apr 12, 2020, 3:09 AM Apr 12, 2020, 3:07 AM

        I just reinstalled magic mirror on the pi. I installed the mmm-hue-lights module. I tried the default config, and my old config and neither seem to work. The module just sits there with ‘Loading…’

        Anybody have ideas?

        I did open debug logs and see the module load.
        ‘Starting module: mmm-hue-lights, version 1.3.2’ with no errors.

        Inserting GET and POST with the user id works fine in the api nginx webpage.

        I just noticed: Someone on GitHub put a bug report in this as well with the same issue.

        1 Reply Last reply Reply Quote 0
        • J Offline
          JohnBachini
          last edited by Apr 12, 2020, 11:25 AM

          have you tried restarting the hue hub ?

          1 Reply Last reply Reply Quote 0
          • J Offline
            jasim
            last edited by Apr 24, 2020, 12:16 PM

            I installed mmm-hue-lights by default and get the following error message after 5 minutes. Hue API ERROR: Error: Read ECONNRESET. I ask for help with this problem. I’ve already reinstalled everything and it doesn’t help.
            2020-04-24 13.24.13.jpg

            J M 2 Replies Last reply May 16, 2020, 12:02 PM Reply Quote 0
            • C Offline
              craig859
              last edited by May 13, 2020, 12:13 AM

              Even after using Hue Developer to access the API debug/clip.html and generate a user string the Magic Mirror displays “please add your hue bridge IP and user to MagicMirror config.js file.”
              Has anyone seen anything new on this? Is there a change in the authentication for Hue, maybe something that broke this module?

              M 1 Reply Last reply May 20, 2020, 5:27 PM Reply Quote 0
              • J Offline
                jasim @jasim
                last edited by May 16, 2020, 12:02 PM

                @jasim can nobody help me?

                S 1 Reply Last reply May 16, 2020, 12:34 PM Reply Quote 0
                • S Offline
                  Stoffbeuteluwe Project Sponsor @jasim
                  last edited by May 16, 2020, 12:34 PM

                  @jasim can you post module config?

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jasim
                    last edited by May 16, 2020, 3:57 PM

                    {
                    module: “mmm-hue-lights”,
                    position: “top_right”, // pick whichever position you want
                    config: {
                    bridgeIp: “192.168.178.21”,
                    user: “ueRkyc6AclD2RnpgaUjnTYZb-1Z30eRsjYeF5bt”,
                    // … and whatever else configuration options you want to use

                    J 1 Reply Last reply May 16, 2020, 4:00 PM Reply Quote 0
                    • J Offline
                      jasim @jasim
                      last edited by jasim May 16, 2020, 4:01 PM May 16, 2020, 4:00 PM

                      @jasim
                      defaults: {
                      bridgeIp: ‘192.168.178.21’,
                      user: ‘ueRkyc6AclD2RnpgaUjnTYZb-1Z30eRsjYeF5bt’,
                      displayType: ‘grid’,
                      displayMode: ‘lights’,
                      displayFilter: [‘all’],
                      hideFilter: [],
                      hideOff: false,
                      alignment: ‘left’,
                      coloredList: true,
                      minimalList: false,
                      minimalGrid: false,
                      minimalGridUltra: false,
                      motionSleep: false,
                      motionSleepSeconds: 300, // this is in seconds (not ms)
                      updateInterval: 2 * 60 * 1000,
                      animationSpeed: 2 * 1000,
                      initialLoadDelay: 0,
                      version: ‘1.3.2’

                      J S 2 Replies Last reply May 16, 2020, 4:03 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 5 / 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