• 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-SystemStats (cpu temp/load, fre ram ...)

Scheduled Pinned Locked Moved Utilities
74 Posts 36 Posters 52.7k Views 35 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.
  • B Offline
    BKeyport Module Developer @lavolp3
    last edited by May 21, 2020, 10:49 PM

    @lavolp3 That did it, thank you.

    The "E" in "Javascript" stands for "Easy"

    1 Reply Last reply Reply Quote 0
    • U Offline
      uros76
      last edited by May 23, 2020, 12:04 PM

      Excellent module, works great.

      I do have a question. I don’t see all the icons :/ how can I fix this?
      5578393d-6b2e-405e-a301-d69c56870c63-image.png

      My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

      B 1 Reply Last reply May 23, 2020, 6:40 PM Reply Quote 0
      • B Offline
        BKeyport Module Developer @uros76
        last edited by May 23, 2020, 6:40 PM

        @uros76 The icons are straight from font awesome, and part of the base package, from what I understand. Not having icons might be indicative of a weak connection to the 'net.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • V Offline
          v4r23
          last edited by v4r23 Jul 6, 2020, 2:01 AM Jul 6, 2020, 1:59 AM

          missing stats
          Any idea what’s going wrong that it shows:

          loading …
          
          B 1 Reply Last reply Jul 6, 2020, 6:44 AM Reply Quote 0
          • B Offline
            BKeyport Module Developer @v4r23
            last edited by Jul 6, 2020, 6:44 AM

            @v4r23 If you followed the install completely, reboot the system. It’s the one step that fixed it for me.

            The "E" in "Javascript" stands for "Easy"

            J 1 Reply Last reply Dec 23, 2020, 12:42 PM Reply Quote 0
            • M Offline
              MajorC Project Sponsor
              last edited by MajorC Sep 27, 2020, 6:42 PM Sep 27, 2020, 6:28 PM

              Hi,

              is there a good way to shrink the font size and the icon size?

              I tried

              .MMM-SystemStats {
              Font-size: 70%;
              }
              

              but now there are a lot of space between each line.

              Or if I use

              transform: scale(0.90, 0.90);
              

              than the module is moved into the middle of the screen.

              Thank you

              1 Reply Last reply Reply Quote 0
              • M Offline
                MajorC Project Sponsor
                last edited by Sep 28, 2020, 2:58 PM

                UPDATE:

                I included into the custom.css

                /**
                 * MMM-SystemStats
                 */
                
                .MMM-SystemStats table {
                        width: 350px;
                        color: #666;
                        font-size: 20px;
                 }
                
                .MMM-SystemStats td {
                    line-height: 20px;
                }
                

                that works for me. Not sure if that was the right way. But hey, its fine.

                B 1 Reply Last reply Sep 28, 2020, 8:43 PM Reply Quote 1
                • B Offline
                  BKeyport Module Developer @MajorC
                  last edited by Sep 28, 2020, 8:43 PM

                  @MajorC That’s the recommended way, actually. CSS should be the place you make LOOK customizations.

                  Good job.

                  The "E" in "Javascript" stands for "Easy"

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    BKeyport Module Developer
                    last edited by Sep 28, 2020, 8:45 PM

                    I’m having a heck of a time with the module freezing after a set amount of time. I believe the problem is that it’s freezing due to getting invalid data from my sensor. Is there anyone around that can help me fix it to where it checks the data, so the module continues to work?

                    Thanks much!

                    The "E" in "Javascript" stands for "Easy"

                    M 1 Reply Last reply Oct 7, 2020, 6:10 AM Reply Quote 0
                    • M Offline
                      MajorC Project Sponsor @BKeyport
                      last edited by Oct 7, 2020, 6:10 AM

                      @BKeyport how long is “a set amount of time”?
                      Have you tried https://github.com/MichMich/mmm-systemtemperature

                      B 1 Reply Last reply Oct 7, 2020, 8:42 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 7 / 8
                      • 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