@Axel51 I Use MMM-Hue and it gets the names from my bridge. My lights are named from the Hue app and it is stored. Not sure about the MM-hue-lights module but assume it works the same.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-hue-lights : how to change lights name
-
RE: Not all Modules are displaying on the tv
@kusselin There is an error from openweather:
api.openweathermap.org/data/2.5/forecast/daily?id=xxxxxxxx&cnt=7&exclude=false&units=metric&lang=de&APPID=xxxxxxxxxxxxxxxxxxxxx98a:1 Failed to load resource: the server responded with a status of 401 (Unauthorized) weatherforecast.js:265 weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint. weatherRequest.onreadystatechange @ weatherforecast.js:265Unless you referring to Traffic which also has an error.
MMM-Traffic.js:132 received MMM_TRAFFIC_ERROR -
RE: MMM-COVID19
@paulie420 The RapidAPI seems to be working fine. No need to pay. Can you post your config?
-
RE: MMM-COVID19 not updating
@sdetweil Nice one Sam. The RapidAPI seems to be working again for some reason. Not sure why but it is working.
-
RE: Raspberry PI wont startup
@Zack1324 I use the same SD Card Formatter but it sounds like your sd card could be bust. SD Card Formatter will format a bust card. I have had a few of those before.
-
RE: MMM-COVID19 not updating
@sdetweil I built one on Amazon Alexa but Amazon wouldn’t publish it. I’ll look at building one for here.
-
RE: MMM-COVID19 not updating
Seems like the service on Rapid API has changed to a paid one.
-
RE: A whole lot upgrades to my MagicMirror, finally!
@cowboysdude What module are you using for the phone information?
Love the clean layout. Looks awesome -
RE: Mirror Update Permissions Error
@sdetweil I agree, your scripts works wonders.
-
RE: Mirror Update Permissions Error
@xxLulaBelle usually when I have this issue i run the following the the MagicMirror folder:
git reset --hard
then
git pull && npm install
That works for me and I am able to update -
RE: My first, slim mirror at home
@uros76 Looks very nice and clean. Like the “no wires” idea. Well done.
-
RE: MMM-MyCommute
@requiemmg What I have found is if you run the module in the fixed section of MMM-pages it only does the calls every so often as you set them to i.e. the MMM-Openinghours module I run in fixed as I refresh it every 4hrs.
-
RE: MM2 shows only Time (worked some minutes ago)
@ZebAztian Any reason you have the following in you config?
useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true -
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz To comment out a module you need to use /* as the starting and */ as the end.
-
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz How long have you been using the MMM-COVID19-SPARKLINE? When I installed it the other night it caused issues for me. My NPM did not log any issues but the calculations from the module took too long and caused other modules to freeze up.
-
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz Looks more like an issue with the MMM-Formula1. It is the first thing throwing an error. Can you write the npm to file and post the contents of the log file?
npm start > log.txt 2>&1