Read the statement by Michael Teeuw here.
Reduce font size in System stats
-
Something like this:
.calendar .title
{
font-size:15px;
} -
in custom.css
-
thanks george, but there is no css file in this module .I have looked everywhere but cant figure it out, I am a nubbie btw
thanks anyway -
Try:
/** * MMM-SystemStats styles */ .MMM-SystemStats table { width: 350px; /*color: #666; */ font-size: 20px; } .MMM-SystemStats td { line-height: 25px; }
-
thanks major
not quite sure where to paste this code, tried everything so I have decided to scrap the module ,as it is way beyond my comprehension… guess I will have to stick with the simple
modules …this app says everything is optional, but dont say how to implement the options.thanks for your reply and happy coding
-
It is very easy,
in the folder
/home/pi/MagicMirror/css
copy&paste the main.css and rename it to custom.css.
Delete everything in the NEW file and copy&paste what I wrote.
Than restart you MM.
-
ground control to major C
WOW,it works,you are a genius…thanks so much, I had just about given up on stats
-
This post is deleted!