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 19.3k 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 @Kimzer
      last edited by

      @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
      • KimzerK Offline
        Kimzer
        last edited by

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

        1 Reply Last reply Reply Quote 0
        • KimzerK Offline
          Kimzer
          last edited by

          Any way to make the bars showing ram be transparent?

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @Kimzer
            last edited by

            @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
            • KimzerK Offline
              Kimzer
              last edited by

              Went another way and used opacity. Worked great :)

              1 Reply Last reply Reply Quote 0
              • lavolp3L Offline
                lavolp3 Module Developer
                last edited by

                @Sean Hi Sean,
                the module does not show correct values for SD card space for me.
                Actual values:
                0_1539591563535_d0ced4d6-6142-4912-b89b-5992871c112d-image.png

                Shown values:
                0_1539591612744_1d87abff-1bb9-4159-abf3-6bd16f7b6a22-image.png

                Any idea?

                How to troubleshoot modules
                MMM-soccer v2, MMM-AVStock

                1 Reply Last reply Reply Quote 0
                • lavolp3L Offline
                  lavolp3 Module Developer
                  last edited by

                  I think you need to use sudo du -hs / instead of du -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.

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  ? 1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User @lavolp3
                    last edited by

                    @lavolp3
                    Thanks for information. I’ll fix it later, however you can modify the source on line 34 of node_helper.js.

                    lavolp3L 1 Reply Last reply Reply Quote 0
                    • lavolp3L Offline
                      lavolp3 Module Developer @Guest
                      last edited by

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

                      How to troubleshoot modules
                      MMM-soccer v2, MMM-AVStock

                      1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User
                        last edited by

                        UPDATED

                        2019-01-13

                        • Voice warning alert be enabled with MMM-AssistantMk2
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 1 / 4
                        • First post
                          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