• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Tools : System stat monitoring and commanding (ATB Supported)

Scheduled Pinned Locked Moved System
38 Posts 7 Posters 18.0k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    A Former User @randomnoise
    last edited by Sep 3, 2017, 5:00 PM

    @randomnoise screen controlling and measuring temperatures are different between rpi and atb.

    R 1 Reply Last reply Sep 3, 2017, 5:05 PM Reply Quote 0
    • K Offline
      Kimzer
      last edited by Sep 3, 2017, 5:04 PM

      Probably not a bug at all, may be my custom css that is causing issues.
      Tried min-width and width but really didnt fix anything.

      ? 1 Reply Last reply Sep 3, 2017, 5:11 PM Reply Quote 0
      • R Offline
        randomnoise @Guest
        last edited by Sep 3, 2017, 5:05 PM

        @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 :)

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @Kimzer
          last edited by Sep 3, 2017, 5:11 PM

          @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.

          1 Reply Last reply Reply Quote 0
          • K Offline
            Kimzer
            last edited by Sep 3, 2017, 5:12 PM

            Great stuff! :) Seems like i can run the module fine anywhere but the bottom rows.

            ? 2 Replies Last reply Sep 3, 2017, 5:32 PM Reply Quote 0
            • ? Offline
              A Former User @Kimzer
              last edited by Sep 3, 2017, 5:32 PM

              @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.

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @Kimzer
                last edited by Sep 3, 2017, 5:48 PM

                @Kimzer Here is hotfix.
                open MMM-Tools.css, find below section, add margin-top:0; there.

                .Tools .status_item .container {
                  width: 75%;
                  order: 2;
                  height:100%;
                  overflow:hidden;
                  margin-top:0;
                }
                

                MM’s default main.css set margin-top:25px; to .bottom .bar, It makes collision with my css.

                1 Reply Last reply Reply Quote 0
                • K Offline
                  Kimzer
                  last edited by Sep 3, 2017, 5:51 PM

                  Perfect. I just included it in my custom.css
                  Thanks for the fix! :D

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    Kimzer
                    last edited by Sep 4, 2017, 10:09 AM

                    Any way to make the bars showing ram be transparent?

                    ? 1 Reply Last reply Sep 4, 2017, 10:30 AM Reply Quote 0
                    • ? Offline
                      A Former User @Kimzer
                      last edited by Sep 4, 2017, 10:30 AM

                      @Kimzer in css, change #xxx to rgba(00,00,00,0.5) which you want.
                      Ex) rgba(255,0,0,0.5) will be half-transparent red.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        27/38
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy