excluding can be done by adding the device names in the excludeDevices array in your config.js file
Read the statement by Michael Teeuw here.
Posts made by Charley
-
RE: MMM-Domiticz
-
RE: MMM-Domiticz
Today added support for p1 Smart meters
first update your module
cd MagicMirror/modules/MMM-Domoticz git pull pm2 restart MagicMirror
Add these 2 lines to the config file
smartMeter: true, smartMeterOffset: 0
You may need a commy behind the 0 from smartMeterOffset
The offset you use if the meter wasn’t zero when you moved in or if you want to show total per year of month -
RE: MMM-Bose-Soundtouch
@shizzleDIZZLE
Can you try to enter the IP address and portnumber followed by /now_playing when you have the soundtouch speaker playing music.
Depending on your network something like http://192.168.1.51:8090/now_playingDoes it give you an XML response?
If nothing comes as a response your ipaddress or port number might be wrong. I you get an XML file please reply with the response I can try to fix the issue. -
RE: MMM-Bose-Soundtouch
At this moment there is no API for AR 500 speakers from BOSE available. As soon as they come out with an API I will try to implement it.
-
RE: Help needed - getting informations from XML File
The easiest I have used is to conevrt to json
just add xml2json like I have used in my Bose Soundtouch module.This is the link to the js file
with
var json=xml2json(data);
can use the variables quickly.
Good luck
-
RE: RGB light changing during day
Hello Max,
Following up on your message on topic https://forum.magicmirror.builders/topic/8604/rgb-light-changing-during-day
I have update the ESP RGBw control with timers. Now it does it all. -
RE: Fu.. OFF... What happned? Unexpected Token
That ) in the second doesn’t look like something proper.
When did this happen?
What modules do you have installed? -
RE: RGB light changing during day
Hello Lorenzo,
I am working on a RGB(W) module on a ESP32 that controls the LEDS it will be available as I can foresee the beginning of next week.
It is off topic on this forum so contact me through github.
-
RE: RGB light changing during day
Hello Lorenzo,
Is this a topic for the magic mirror or for the Raspberry PI?
There are enough websites where you can find this information.