Read the statement by Michael Teeuw here.
MMM-SystemStats (cpu temp/load, fre ram ...)
-
Hello, can i view this module only when the CPU temperature is over XX °C?
-
Hello @BenRoe
I have this module installed for some time and was always wondering how to interprete the “System load” part.
Now I finally did a bit of research and am still wondering why this value is used. Why is it such an imprtant value for you?Also, I’m trying to implement “sd card usage”. I think it’s a quite important value (since my card is quite full :-))
-
@lavolp3 How about trying
MMM-Tools
?(https://github.com/eouia/MMM-Tools) -
@sean
Got any idea on how to get this and any ofnthe other PC stats modules to show the CPU and GPU temps with Windows PC’s?
-
-
@sean ooooh that looks good!
-
I want to move module 10 px to the right. if i change custom css it’s not what i do wrong
.MMM-SystemStats { margin-right: 10px; }
it does not change even after the reboot
-
@djuscha I think you cannot move a module itself. Usually you need to use the main container inluding the content. Here you can try the td with class “title”.
.MMM-SystemStats .title { margin-right: 10px; }
OR the table itself
.MMM-SystemStats table { margin-right: 10px; }
-
@lavolp3 said in MMM-SystemStats (cpu temp/load, fre ram ...):
MMM-SystemStats .title
I tried both, that did not work :(
-
How can i change the size of the module? Doesnt work for me in custom.css. When i change width or heigt the module moves outside the display.