Read the statement by Michael Teeuw here.
MMM-SystemStats (cpu temp/load, fre ram ...)
-
@lavolp3
Now I understand it.
It also works that “tr:nth-child(5n+1)”.
With the background knowledge, it is clear to me.
Nice Weekend -
This post is deleted! -
@BenRoe Hey, ben - love your module - would like to see a “quick” change if possible. Could you update the module to show both imperial and metric for CPU temp? This is only needed because I’m in a backwards country that hasn’t adopted sensable measurements, and it would be nice to have both temps on screen at the same time, so I can compare easily with others on how cool my system is.
Thanks!
-
-
@lavolp3 that’s not working, just get NaN… I think that’s because the string’s already got the “°C” at that point.
On another point, how do you link back to the code and highlight like that?
-
@BKeyport said in MMM-SystemStats (cpu temp/load, fre ram ...):
On another point, how do you link back to the code and highlight like that?
You can get a direct link by clicking on the line in github.
-
@BKeyport said in MMM-SystemStats (cpu temp/load, fre ram ...):
that’s not working, just get NaN… I think that’s because the string’s already got the “°C” at that point.
ah the parsefloat is missing.
How aboutthis.stats.cpuTemp = payload.cpuTemp + " / " + (parseFloat(payload.cpuTemp) * 9 / 5 + 32).toFixed(1) + "°F"; -
@lavolp3 That did it, thank you.
-
Excellent module, works great.
I do have a question. I don’t see all the icons :/ how can I fix this?

-
@uros76 The icons are straight from font awesome, and part of the base package, from what I understand. Not having icons might be indicative of a weak connection to the 'net.
-
Any idea what’s going wrong that it shows:loading … -
@v4r23 If you followed the install completely, reboot the system. It’s the one step that fixed it for me.
-
Hi,
is there a good way to shrink the font size and the icon size?
I tried
.MMM-SystemStats { Font-size: 70%; }but now there are a lot of space between each line.
Or if I use
transform: scale(0.90, 0.90);than the module is moved into the middle of the screen.
Thank you
-
UPDATE:
I included into the custom.css
/** * MMM-SystemStats */ .MMM-SystemStats table { width: 350px; color: #666; font-size: 20px; } .MMM-SystemStats td { line-height: 20px; }that works for me. Not sure if that was the right way. But hey, its fine.
-
@MajorC That’s the recommended way, actually. CSS should be the place you make LOOK customizations.
Good job.
-
I’m having a heck of a time with the module freezing after a set amount of time. I believe the problem is that it’s freezing due to getting invalid data from my sensor. Is there anyone around that can help me fix it to where it checks the data, so the module continues to work?
Thanks much!
-
@BKeyport how long is “a set amount of time”?
Have you tried https://github.com/MichMich/mmm-systemtemperature -
I just realized I got my modules mixed up. This one works perfectly.
-
@BKeyport said in MMM-SystemStats (cpu temp/load, fre ram ...):
@v4r23 If you followed the install completely, reboot the system. It’s the one step that fixed it for me.
I was having the same issue, and rebooting fixed it for me. That surprised me, since I have been able to add modules on the fly (ie., without rebooting) so far. However, since MMM-SystemStats has system calls, I guess that is the difference.
-
Is there any way to add a second drive stat for an SSD. I run my server of an SSD, but would like to add the second SSD to the stats
Cheers.
Great module
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login