A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-PC-Stats
-
This is better. I can see the tree and it’s readable
-
It’s not showing anything like that, only a hundred (and counting) of the one I posted
-
Did you uncomment the console.log in the process data function
-
Yeppers!
-
I don’t need the error message
-
Then there should be an output
-
processStats: function(data) { this.Stats = data; this.loaded = true; console.log(this.Stats); // for checking in dev console }, processSensors: function(data) { this.Sensors = data; console.log(this.Sensors); // for checking in dev console },
-
I can’t read your picture so I can’t see what’s there. AN object maybe?
-
strange thing is that if I use your original one it shows some info, just not temps…
-
Well maybe your board doesn’t have temp sensors. Try this: Type
sensor
in a terminal window