Read the statement by Michael Teeuw here.
MMM-SystemStats (cpu temp/load, fre ram ...)
-
-
@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.
-
Hi,
I’ve updated this module to the last version a few days ago. Before the update, it worked perfectly, but now it does not show anything about SystemStats on my smart mirror.
I’ve have not changed the lines for this module on the config.js file. They are the same before the update. This is my config:
{ module: "MMM-SystemStats", position: "top_right", // This can be any of the regions. classes: "small dimmed", // Add your own styling. Optional. config: { updateInterval: "3000", align: "right" // align labels } },
What could be wrong with it? Maybe I would have to add something else in this file after the update?
Thanks!
Quique. -
@qu1que don’t know I had the same thing but I had to delete the JS for it to go on, then it didn’t work with the new JS so I managed to get the JS out of the waste bin and it’s back working again but measuring in kelvin.
-
I also had the same problem. I even removed the module, re-installed, but still cant view it.
-
I have the same problem. After the upload, it shows me nothing more