A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Add an external output to Dash Board from an html or Xml file.
-
Hello,
I would like to display content in an html file on the dashboard.
http://serverip/mirror.hmtl or http://serverip/mirror.xml
content in it will be looks like :
TotalSales:100
TopSeller:Jhon
TopItem:Bookhow i can able to do that?
thanks advance… -
You try to get the data in JSON format and with a node_helper make a small module that reads the data and displays it. There are several modules where you can see how to retrieve data. You can look at the code from my Domoticz module
-
@charley said in Add an external output to Dash Board from an html or Xml file.:
Domoticz module
Hi,
Thanks for the reply. Yes, i think JSON is best solution at this moment. Thanks again for your kindly respond…