MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. elmattt
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Posts

    Recent Best Controversial
    • 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 :)

      posted in Utilities
      elmatttE
      elmattt
    • [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 :) )

      posted in Requests
      elmatttE
      elmattt
    • 1 / 1