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 71.7k 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.
    • J Offline
      jasim
      last edited by

      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 michael5rM 2 Replies Last reply Reply Quote 0
      • C Offline
        craig859
        last edited by

        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?

        michael5rM 1 Reply Last reply Reply Quote 0
        • J Offline
          jasim @jasim
          last edited by

          @jasim can nobody help me?

          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @jasim
            last edited by

            @jasim can you post module config?

            1 Reply Last reply Reply Quote 0
            • J Offline
              jasim
              last edited by

              {
              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 Reply Quote 0
              • J Offline
                jasim @jasim
                last edited by jasim

                @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 StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                • J Offline
                  jasim @jasim
                  last edited by

                  @jasim die Benutzer ID habe ich etwas gekürzt.

                  StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                  • StoffbeuteluweS Offline
                    Stoffbeuteluwe Project Sponsor @jasim
                    last edited by

                    @jasim Ich versuche heute Abend mal deine config. das wir wissen ob da irgendwo ein Fehler ist…

                    1 Reply Last reply Reply Quote 0
                    • StoffbeuteluweS Offline
                      Stoffbeuteluwe Project Sponsor @jasim
                      last edited by

                      @jasim versuch mal meins, das funktioniert…

                      {
                                  module: "mmm-hue-lights",
                                  header: "Philips-Hue",
                                  position: "bottom_right", // pick whichever position you want
                                  config: {
                                  bridgeIp: "xxxxxxxxxxxxxxxxxxx",
                                  user: "xxxxxxxxxxxxxxxxxxx",
                                  displayType: 'grid',
                                  displayMode: 'lights',
                                  displayFilter: ['all'],
                                  hideFilter: [],
                                  hideOff: false,
                                  alignment: 'right',
                                  coloredList: true,
                                  minimalList: false,
                                  minimalGrid: true,
                                  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'
                                  }
                            },
                      
                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        jasim
                        last edited by

                        Funktioniert leider auch nicht nach 10 min kommt besagte Fehlermeldung.

                        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                        • StoffbeuteluweS Offline
                          Stoffbeuteluwe Project Sponsor @jasim
                          last edited by

                          @jasim also kann es ja nur an der Installation liegen…

                          J 1 Reply Last reply Reply Quote 0
                          • StoffbeuteluweS Offline
                            Stoffbeuteluwe Project Sponsor
                            last edited by

                            maybe somebody can help…we have checked the config …works but error message on the screen

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jasim @Stoffbeuteluwe
                              last edited by jasim

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

                              @jasim also kann es ja nur an der Installation liegen…

                              Aber was kann ich da falsch gemacht haben, ich habe schon alles neu installiert und es kommt immer wieder die Fehlermeldung.

                              Die Installation ist doch recht einfach: Run git clone https://github.com/michael5r/mmm-hue-lights.git from inside your MagicMirror/modules folder.

                              Mehr steht da nicht.

                              Oder muss ich noch etwas zusätzlichen installieren.

                              StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                              • StoffbeuteluweS Offline
                                Stoffbeuteluwe Project Sponsor @jasim
                                last edited by

                                @jasim ich weiß auch nicht so richtig, das kann es ja bloß noch der ip oder der User Nummer liegen…
                                bei der Installation kannst du nicht viel falsch machen und die config geht ja auch.
                                Ich bin leider auch kein Profi…das ich hier ins Detail gehen kann.

                                J 1 Reply Last reply Reply Quote 0
                                • J Offline
                                  jasim @Stoffbeuteluwe
                                  last edited by

                                  @Stoffbeuteluwe Ich habe nochmal eine neue user nummer erzeugt und auch da nach 10 min keine verbindung mehr. Kann es sein das bei der erzeugung der user nummer da steht ( {“devicetype”:“my_hue_app#iphone peter”} )
                                  ich habe aber ein Android Smartphone , kann das der Fehler sein.?

                                  StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                  • StoffbeuteluweS Offline
                                    Stoffbeuteluwe Project Sponsor @jasim
                                    last edited by

                                    @jasim aber die ersten 10 min funktioniert es??

                                    J 1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jasim @Stoffbeuteluwe
                                      last edited by

                                      @Stoffbeuteluwe Ja ohne probleme.

                                      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                      • StoffbeuteluweS Offline
                                        Stoffbeuteluwe Project Sponsor @jasim
                                        last edited by

                                        @jasim bei mir passiert das auch wenn das die ganze Nacht in Standby geht…dann ist früh auch die Fehlermeldung da weil es keine Daten bekommt.
                                        Ich mach dann MM Neustart dann geht es wieder.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          jasim @Stoffbeuteluwe
                                          last edited by

                                          @Stoffbeuteluwe ich habe den Entwickler des Moduls schon angeschrieben, aber er meldet sich nicht.
                                          Eigentlich ein schönes Modul aber nicht zu gebrauchen .

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            Cain
                                            last edited by

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

                                            ch habe nochmal eine neue user nummer erzeugt und auch da nach 10 min keine verbindung mehr. Kann es sein das bei der erzeugung der user nummer da steht ( {“devicetype”:“my_hue_app#iphone peter”} )
                                            ich habe aber ein Android Smartphone , kann das der Fehler sein.?

                                            can you use the api on the hub itself when it stops working on the magic mirror

                                            https:// /debug/clip.html ?

                                            as maybe there are too many request

                                            also what version of the hub are you using?

                                            and what updateinterval?

                                            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
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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