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 65.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.
    • 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
                  • B Offline
                    Babene1 Project Sponsor
                    last edited by

                    i have a solution,
                    it is only a comma missing in “MMM-SystemStats.js” in line 20

                     baseURLSyslog: 'http://127.0.0.1:8080/syslog',
                    
                    qu1queQ CyruS1337C bheplerB 3 Replies Last reply Reply Quote 3
                    • qu1queQ Offline
                      qu1que Project Sponsor @Babene1
                      last edited by

                      @Babene1

                      Thanks! It works for me, that was the problem.

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

                        @Babene1 It works for me too, thank you !!

                        1 Reply Last reply 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