Read the statement by Michael Teeuw here.
MMM-Hue-Lights - new module for your Philips Hue lights!
-
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?
-
@jasim can you post module config?
-
{
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 -
@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’ -
@jasim die Benutzer ID habe ich etwas gekürzt.
-
@jasim Ich versuche heute Abend mal deine config. das wir wissen ob da irgendwo ein Fehler ist…
-
@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' } },
-
Funktioniert leider auch nicht nach 10 min kommt besagte Fehlermeldung.