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 71.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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @toldenburger
      last edited by

      @toldenburger put that in custom.css

      .MMM-SystemStats table td {
        text-align: left !important;
      }
      

      Please create a github issue if you need help, so I can keep track

      Mykle1M 1 Reply Last reply Reply Quote 3
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @strawberry 3.141
        last edited by

        @strawberry-3.141 said in MMM-SystemStats (cpu temp/load, fre ram ...):

        put that in custom.css

        Oh, I’m so glad you got here first, before I tried to help him. :wink:

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • B Offline
          BenRoe Module Developer
          last edited by

          @toldenburger @DocVooDoo the v1.2 is out

          • add pull request #2 (automatic translate loding label)
          • new config item (align the labels)
          1 Reply Last reply Reply Quote 0
          • Sandy2503S Offline
            Sandy2503
            last edited by

            How Can I change the Fontsize of the Modul ?

            Sandy2503

            AgilesChromsA 1 Reply Last reply Reply Quote 0
            • M Offline
              McSorley
              last edited by

              Perfect along with MMM-RemoteControl to hide and enable it when I am testing.

              1 Reply Last reply Reply Quote 0
              • AgilesChromsA Offline
                AgilesChroms @Sandy2503
                last edited by

                @Sandy2503
                one solution

                wrapper.className = this.config.classes ? this.config.classes : “bold small bright”;

                1 Reply Last reply Reply Quote 0
                • P Offline
                  PhilReis
                  last edited by

                  Hello, can i view this module only when the CPU temperature is over XX °C?

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

                    Hello @BenRoe
                    I have this module installed for some time and was always wondering how to interprete the “System load” part.
                    Now I finally did a bit of research and am still wondering why this value is used. Why is it such an imprtant value for you?

                    Also, I’m trying to implement “sd card usage”. I think it’s a quite important value (since my card is quite full :-))

                    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 How about trying MMM-Tools?(https://github.com/eouia/MMM-Tools)

                      justjim1220J lavolp3L 2 Replies Last reply Reply Quote 0
                      • justjim1220J Offline
                        justjim1220 Module Developer @Guest
                        last edited by justjim1220

                        @sean

                        Got any idea on how to get this and any ofnthe other PC stats modules to show the CPU and GPU temps with Windows PC’s?

                        "Life's Too Short To Dance With Ugly People"
                        Jim Hallock - 1995

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

                          @justjim1220
                          See this
                          https://stackoverflow.com/questions/24004300/batch-file-get-cpu-temperature-in-c-and-set-as-variable

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

                            @sean ooooh that looks good!

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

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              djuscha
                              last edited by

                              I want to move module 10 px to the right. if i change custom css it’s not what i do wrong

                              .MMM-SystemStats  {
                                 margin-right: 10px;
                              
                              }
                              

                              it does not change even after the reboot

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

                                @djuscha I think you cannot move a module itself. Usually you need to use the main container inluding the content. Here you can try the td with class “title”.

                                .MMM-SystemStats .title  {
                                   margin-right: 10px;
                                
                                }
                                

                                OR the table itself

                                .MMM-SystemStats table {
                                   margin-right: 10px;
                                
                                }
                                

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

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  djuscha
                                  last edited by

                                  @lavolp3 said in MMM-SystemStats (cpu temp/load, fre ram ...):

                                  MMM-SystemStats .title

                                  I tried both, that did not work :(

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thedk
                                    last edited by

                                    How can i change the size of the module? Doesnt work for me in custom.css. When i change width or heigt the module moves outside the display.

                                    1 Reply Last reply Reply Quote 0
                                    • qu1queQ Offline
                                      qu1que Project Sponsor
                                      last edited by qu1que

                                      @BenRoe

                                      Hi,

                                      I’ve updated this module to the last version a few days ago. Before the update, it worked perfectly, but now it does not show anything about SystemStats on my smart mirror.

                                      I’ve have not changed the lines for this module on the config.js file. They are the same before the update. This is my config:

                                      {
                                                              module: "MMM-SystemStats",
                                                              position: "top_right", // This can be any of the regions.
                                                              classes: "small dimmed", // Add your own styling. Optional.
                                                              config: {
                                                                      updateInterval: "3000",
                                                                      align: "right" // align labels
                                                              }
                                                      },
                                      
                                      

                                      What could be wrong with it? Maybe I would have to add something else in this file after the update?

                                      Thanks!
                                      Quique.

                                      D 1 Reply Last reply Reply Quote 0
                                      • D Offline
                                        dazza120 @qu1que
                                        last edited by

                                        @qu1que don’t know I had the same thing but I had to delete the JS for it to go on, then it didn’t work with the new JS so I managed to get the JS out of the waste bin and it’s back working again but measuring in kelvin.

                                        1 Reply Last reply Reply Quote 0
                                        • A Offline
                                          axis155
                                          last edited by

                                          I also had the same problem. I even removed the module, re-installed, but still cant view it.

                                          1 Reply Last reply Reply Quote 0
                                          • CyruS1337C Offline
                                            CyruS1337 Project Sponsor
                                            last edited by

                                            I have the same problem. After the upload, it shows me nothing more

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 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