Read the statement by Michael Teeuw here.
MMM-Tools : System stat monitoring and commanding (ATB Supported)
-
@Sean I’m not using the screen controls so that’s fair enough. I just compared the temp from MMM-Tools to that from MMM-system stats and yes you’re correct the values are wrong if I set the type to ATB. Forgive my rambling :)
-
@Kimzer ok, tomorrow i’ll try testing widely and can provide better settings. Sorry for inconvenience of all and thanks for your interesting. After work, I’ll post about that.
-
Great stuff! :) Seems like i can run the module fine anywhere but the bottom rows.
-
@Kimzer You are right. that is so weird, only in the bottom region, it won’t works. I’d never imagined this.
But, now I catch this error, I believe I can solve this problem. -
@Kimzer Here is hotfix.
open MMM-Tools.css, find below section, addmargin-top:0;
there..Tools .status_item .container { width: 75%; order: 2; height:100%; overflow:hidden; margin-top:0; }
MM
’s defaultmain.css
setmargin-top:25px;
to.bottom .bar
, It makes collision with my css. -
Perfect. I just included it in my custom.css
Thanks for the fix! :D -
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?