Read the statement by Michael Teeuw here.
MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
-
Hello, thanks for your module!
I would use the bar graph? Both vertical and horizontal?
it’s possible ? If not, do I want to add this function? Thanks so much again for the module! -
Does anyone know if anything happened to dev? I haven’t seen anything from him on the internet since 2018.
Is this project dead?
-
@iorifly
The project seems to be dead :( -
Hello everyone,
I would like to set up a system that takes the data from the temperature/humidity sensors, the values recorded in a database and with Grafana graphing the values and then displaying everything on MM.
What other methods/modules are available to graph this information on MM?
From what I understand @SvenSommer modules don’t work anymore …Thanks
-
@Egnos You can use RDDTOOL, I described it here: https://forum.magicmirror.builders/topic/16575/cpu-temperature-as-a-graph-with-rrdtool?_=1666781012238
But instead of creating an extra html, you can use the output directly with MMM-EasyPix://################################################################################# { disabled: false, module: "MMM-EasyPix", position: "top_center", config: { picName: "cputemp.gif", maxWidth: "100%", // sounds: ["1.mp3", "me2.mp3"], updateInterval: 600000, animationSpeed: 1000, } }, //#################################################################################