MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
How to adjust Systemstats
-
My custom.css is empty. How can i use a smaller font for MMM-SystemStats?
-
@fox I guess you could do it also in the config
{
module: “MMM-SystemStats”,
classes: “small”,
…
} -
Thx @strawberry-3-141 but this is not in the docu https://github.com/BenRoe/MMM-SystemStats or?
-
-
@fox no because its a feature of magicmirror
-
@broberg said in How to adjust Systemstats:
@fox try
.MMM-SystemStats { Font-size: 70%; }
In your custom.css file
Thank you. Inside Body {} or outside?
-
@fox outside
-
@strawberry-3.141 just as a side note, would the class be added to the module div classes?
-