Read the statement by Michael Teeuw here.
MMM-Hue-Lights - new module for your Philips Hue lights!
-
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.
-
@Smotx said in MMM-Hue-Lights - new module for your Philips Hue lights!:
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!
-
Amazing job !!
did you plan to make your module tactile ready :-p
-
```
{
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
}
}, -
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
-
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.
-
have you tried restarting the hue hub ?
-
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.
-
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? -
@jasim can nobody help me?