hi, loxone here too :)
i use mmm-remotecontrol with loxone to switch on and off the mirror, really easy to set-up :)
i give a try to your module and come back :)
Read the statement by Michael Teeuw here.
Best posts made by elmattt
-
RE: MMM-Loxone
-
[Smart Home] loxone - XML - show temperature via http
Hi Guys !
got a magic mirror since end 2015, and now upgrading the software here ^^i use a loxone smarthome server, and i want to show the temperature on my mirror :
before i was using php like this :
php //température intérieur loxone $fichier = 'http://admin:XXXXXXXXXX@192.168.0.15/dev/sps/io/tempsalon'; $xml = simplexml_load_file($fichier); echo $xml["value"];
how can i simply use this with a existing module ??
as you can see: there is an authentification in the URL !!!the xml generated is :
LL control="dev/sps/io/tempsalon" value="21.0°" Code="200"/
thanks by advance and sorry for my bad english (frenchie here :) )
Latest posts made by elmattt
-
RE: MMM-Loxone
didn’t have time to test … sorry ! but i think i was doing the wrong thing… is it possible to double the module in the config ? and show another UUID for the second module ?
-
Current-weather
Hi, i didn’t find out how to add a break before the house logo in this module ?
example as shown in the capturethanks by advance :D
-
RE: MMM-Loxone
Hi ! this is working great !!
it show my indoor temp in the forecast module, and presence works great.
i have an issue, i want to show on the mirror the temp of another room (mine), but it show only : CHARGEMENT … (loading …)
any idea ??Thanks :D
-
RE: MMM-RandomBackground, Background from local folder
hello,
it doesn’t seem to work for me, install ok, but not pictures showed, only a loading text …
i put 2 jpg pictures in a “photos” folder in the MMM-RandomBackground folder…
does i need to name picture specifically ??EDIT : npm install… it’s ok :D
-
RE: MMM-Loxone
hi, loxone here too :)
i use mmm-remotecontrol with loxone to switch on and off the mirror, really easy to set-up :)
i give a try to your module and come back :) -
[Smart Home] loxone - XML - show temperature via http
Hi Guys !
got a magic mirror since end 2015, and now upgrading the software here ^^i use a loxone smarthome server, and i want to show the temperature on my mirror :
before i was using php like this :
php //température intérieur loxone $fichier = 'http://admin:XXXXXXXXXX@192.168.0.15/dev/sps/io/tempsalon'; $xml = simplexml_load_file($fichier); echo $xml["value"];
how can i simply use this with a existing module ??
as you can see: there is an authentification in the URL !!!the xml generated is :
LL control="dev/sps/io/tempsalon" value="21.0°" Code="200"/
thanks by advance and sorry for my bad english (frenchie here :) )