• 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 53.5k 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.
  • P Offline
    PhilReis
    last edited by May 20, 2018, 8:28 PM

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

    1 Reply Last reply Reply Quote 0
    • L Offline
      lavolp3 Module Developer
      last edited by Oct 12, 2018, 9:57 AM

      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 Oct 12, 2018, 10:40 AM Reply Quote 0
      • ? Offline
        A Former User @lavolp3
        last edited by Oct 12, 2018, 10:40 AM

        @lavolp3 How about trying MMM-Tools?(https://github.com/eouia/MMM-Tools)

        J L 2 Replies Last reply Oct 13, 2018, 9:04 AM Reply Quote 0
        • J Offline
          justjim1220 Module Developer @Guest
          last edited by justjim1220 Oct 13, 2018, 9:04 AM Oct 13, 2018, 9:04 AM

          @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 Oct 13, 2018, 4:30 PM Reply Quote 0
          • ? Offline
            A Former User @justjim1220
            last edited by Oct 13, 2018, 4:30 PM

            @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
            • L Offline
              lavolp3 Module Developer @Guest
              last edited by Oct 14, 2018, 8:55 PM

              @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 Jan 17, 2019, 8:52 PM

                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

                L 1 Reply Last reply Jan 19, 2019, 1:27 PM Reply Quote 0
                • L Offline
                  lavolp3 Module Developer @djuscha
                  last edited by Jan 19, 2019, 1:27 PM

                  @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 Jan 20, 2019, 12:43 PM

                    @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 Feb 15, 2019, 1:29 PM

                      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
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 3 / 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