Read the statement by Michael Teeuw here.
MMM-Tools : System stat monitoring and commanding (ATB Supported)
-
Any way to make the bars showing ram be transparent?
-
@Kimzer in css, change
#xxx
torgba(00,00,00,0.5)
which you want.
Ex) rgba(255,0,0,0.5) will be half-transparent red. -
Went another way and used opacity. Worked great :)
-
@Sean Hi Sean,
the module does not show correct values for SD card space for me.
Actual values:
Shown values:
Any idea?
-
I think you need to use
sudo du -hs /
instead ofdu -hs
to show usage of all folders. This shows me the 6.5G my system is using instead of the 1.5G which is not enough and supposedly only valid for part of the system. -
@lavolp3
Thanks for information. I’ll fix it later, however you can modify the source on line 34 ofnode_helper.js
. -
@sean Also, I think you could cut the line so the dash, or in your case the dot, does not appear.
If I find the time I’ll send a PR. -
UPDATED
2019-01-13
- Voice warning alert be enabled with MMM-AssistantMk2