Read the statement by Michael Teeuw here.
MMM-Chart - View your graphs on your Mirror
-
@logen563 Hi. I am interested how you did this? Would like to display graph. Data is from an xml file that I download daily.
-
@ricq you have to convert the xml to the json format.
i have now build a python script which provides the data from my sensors.
or you build a php script…
-
This post is deleted! -
How do i turn my MQTT temperature data from Mosquito into jason data providing me with a url for this module? or is there a way to get your module to read an mqtt topic?
-
@zazzo how did you create that php file in the first place? I’m new to this and really struggling. thanks in advance
-
@turntablist2 u can use any language u like. I created a conversion script in JavaScript for one person.
It’s knowing your data, and how you would organized it into items you would chart.
Draw the chart on paper, what are the x and y axis?, how do you get your data into points along the line.