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-PC-Stats

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    41 Posts 3 Posters 21.3k Views 3 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.
    • justjim1220J Offline
      justjim1220 Module Developer @Mykle1
      last edited by

      @mykle1

      jim@jim-Aspire-4520:~$ sensors
      
      Command 'sensors' not found, but can be installed with:
      
      sudo apt install lm-sensors
      
      

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

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @justjim1220
        last edited by

        @justjim1220

        YOu installed the dependencie?

        Create a working config
        How to add modules

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

          @mykle1

          Yeppers.

          How do I open the threads array?

          I can reinstall the dependencies if you want me to

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

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

            @mykle1

            Comment out console.log(this.Stats) so you only get the sensors output

            Create a working config
            How to add modules

            justjim1220J 1 Reply Last reply Reply Quote 0
            • justjim1220J Offline
              justjim1220 Module Developer @Mykle1
              last edited by

              @mykle1 ok

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

              Mykle1M 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @justjim1220
                last edited by

                @justjim1220

                Take a screenshot of just the output, not the whole screen. I might be able to see it then

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer
                  last edited by

                  pop@HPEu:~/MagicMirror$ sensors
                  nouveau-pci-0100
                  Adapter: PCI adapter
                  fan1:        1110 RPM
                  temp1:        +39.0°C  (high = +95.0°C, hyst =  +3.0°C)
                                         (crit = +105.0°C, hyst =  +5.0°C)
                                         (emerg = +135.0°C, hyst =  +5.0°C)
                  
                  coretemp-isa-0000
                  Adapter: ISA adapter
                  Core 0:       +29.0°C  (high = +83.0°C, crit = +99.0°C)
                  Core 1:       +30.0°C  (high = +83.0°C, crit = +99.0°C)
                  Core 2:       +29.0°C  (high = +83.0°C, crit = +99.0°C)
                  Core 3:       +28.0°C  (high = +83.0°C, crit = +99.0°C)
                  
                  f71858fg-isa-0a00
                  Adapter: ISA adapter
                  +3.3V:        +3.31 V  
                  3VSB:         +3.31 V  
                  Vbat:         +3.20 V  
                  fan1:        1910 RPM
                  fan2:         998 RPM
                  fan3:           0 RPM  ALARM
                  temp1:        +29.2°C  (high = +70.0°C, hyst = +60.0°C)
                  temp2:        +15.4°C  (high = +100.0°C, hyst = +85.0°C)
                  temp3:        +32.5°C  (high = +100.0°C, hyst = +85.0°C)
                  
                  pop@HPEu:~/MagicMirror$ ^C
                  pop@HPEu:~/MagicMirror$ 
                  

                  Create a working config
                  How to add modules

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

                    @mykle1

                    Objectacpitz-virtual-0: {Virtual device: {…}}k8temp-pci-00c3: {PCI adapter: {…}}nouveau-pci-0090: {PCI adapter: {…}}__proto__: Object
                    moment-timezone-with-data.js:481 Moment Timezone has no data for American/Chicago. See http://momentjs.com/timezone/docs/#/data-loading/.
                    logError @ moment-timezone-with-data.js:481
                    MMM-PC-Stats.js:126 Uncaught (in promise) TypeError: Cannot read property 'ISA adapter' of undefined
                        at Class.getDom (MMM-PC-Stats.js:126)
                        at main.js:110
                        at new Promise (<anonymous>)
                        at updateDom (main.js:109)
                        at Object.updateDom (main.js:514)
                        at Class.updateDom (module.js:358)
                        at Class.socketNotificationReceived (MMM-PC-Stats.js:262)
                        at module.js:246
                        at r.<anonymous> (socketclient.js:25)
                        at r.emit (index.js:83)
                    MMM-PC-Stats.js:126 Uncaught (in promise) TypeError: Cannot read property 'ISA adapter' of undefined
                        at Class.getDom (MMM-PC-Stats.js:126)
                        at main.js:110
                        at new Promise (<anonymous>)
                        at updateDom (main.js:109)
                        at Object.updateDom (main.js:514)
                        at Class.updateDom (module.js:358)
                        at Class.socketNotificationReceived (MMM-PC-Stats.js:268)
                        at module.js:246
                        at r.<anonymous> (socketclient.js:25)
                        at r.emit (index.js:83)
                    

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

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • justjim1220J Offline
                      justjim1220 Module Developer @Mykle1
                      last edited by

                      @mykle1

                      jim@jim-Aspire-4520:~/MagicMirror$ sensors
                      k8temp-pci-00c3
                      Adapter: PCI adapter
                      Core0 Temp:   +69.0°C  
                      Core0 Temp:   +67.0°C  
                      Core1 Temp:   +69.0°C  
                      Core1 Temp:   +68.0°C  
                      
                      acpitz-virtual-0
                      Adapter: Virtual device
                      temp1:        +71.0°C  (crit = +100.0°C)
                      
                      nouveau-pci-0090
                      Adapter: PCI adapter
                      GPU core:     +1.20 V  (min =  +1.00 V, max =  +1.20 V)
                      temp1:        +64.0°C  (high = +95.0°C, hyst =  +3.0°C)
                                             (crit = +105.0°C, hyst =  +2.0°C)
                                             (emerg = +135.0°C, hyst =  +5.0°C)
                      
                      

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

                      1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @justjim1220
                        last edited by

                        @justjim1220

                        Ok, I see it. In dev tools you can expand the output to see the tree

                        Create a working config
                        How to add modules

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

                          @mykle1

                          there is a lot of things to expand, how much do you need?

                          Objectacpitz-virtual-0: Virtual device: temp1: name: "temp1"type: "temperature"value: 80__proto__: Objectconstructor: ƒ Object()arguments: (...)assign: ƒ assign()caller: (...)create: ƒ create()defineProperties: ƒ defineProperties()defineProperty: ƒ defineProperty()entries: ƒ entries()freeze: ƒ freeze()getOwnPropertyDescriptor: ƒ getOwnPropertyDescriptor()getOwnPropertyDescriptors: ƒ getOwnPropertyDescriptors()getOwnPropertyNames: ƒ getOwnPropertyNames()getOwnPropertySymbols: ƒ getOwnPropertySymbols()getPrototypeOf: ƒ getPrototypeOf()is: ƒ is()isExtensible: ƒ isExtensible()isFrozen: ƒ isFrozen()isSealed: ƒ isSealed()keys: ƒ keys()length: 1name: "Object"preventExtensions: ƒ preventExtensions()prototype: {constructor: ƒ, __defineGetter__: ƒ, __defineSetter__: ƒ, hasOwnProperty: ƒ, __lookupGetter__: ƒ, …}seal: ƒ seal()setPrototypeOf: ƒ setPrototypeOf()values: ƒ values()__proto__: ƒ ()[[FunctionLocation]]: <unknown>hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectk8temp-pci-00c3: PCI adapter: __proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()__proto__: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()nouveau-pci-0090: PCI adapter: {GPU core: {…}, temp1: {…}}__proto__: Object__proto__: constructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()
                          
                          

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

                          1 Reply Last reply Reply Quote 0
                          • justjim1220J Offline
                            justjim1220 Module Developer @Mykle1
                            last edited by

                            @mykle1

                            It looks like this is the line it is having a problem with…

                                var core0TempCheck = Sensors["coretemp-isa-0000"]['ISA adapter']['Core 0'];
                            

                            particularly with: [‘ISA adapter’]

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

                            Mykle1M 1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @justjim1220
                              last edited by

                              @justjim1220

                              I know the line that is the problem. Listen, I’m tired. If you’ll let me TeamViewer into your machine tomorrow I’ll fix it. Doing it this way is very tedious

                              Create a working config
                              How to add modules

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

                                @mykle1

                                Absolutely.
                                No Problem.
                                Just let me know when.

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

                                1 Reply Last reply Reply Quote 0
                                • justjim1220J Offline
                                  justjim1220 Module Developer
                                  last edited by

                                  is there something I need to set up on this end for TeamViewer?

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

                                  1 Reply Last reply Reply Quote 0
                                  • justjim1220J Offline
                                    justjim1220 Module Developer @Mykle1
                                    last edited by

                                    @mykle1

                                    And, your gonna have to let me know how to do a screen shot of just a certain part of the screen, or how to crop the image. A lot different than Windows.

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

                                    Mykle1M 1 Reply Last reply Reply Quote 0
                                    • Mykle1M Offline
                                      Mykle1 Project Sponsor Module Developer @justjim1220
                                      last edited by

                                      @justjim1220

                                      This is what you need to change in the main js

                                      		// Check if core0 has temp sensor
                                              var core0TempCheck = Sensors["acpitz-virtual-0"]; // ['ISA adapter']['Core 0'];
                                      		if (typeof core0TempCheck !== 'undefined'){
                                      
                                              var core0Temp = document.createElement("div");
                                              core0Temp.classList.add("small", "bright", "core0Temp");
                                              core0Temp.innerHTML = Sensors["acpitz-virtual-0"]["Virtual device"].temp1.value + " &nbsp  @  &nbsp "
                                      						    + Sensors["acpitz-virtual-0"]["Virtual device"].temp1.value + "&deg;C";
                                              wrapper.appendChild(core0Temp);
                                              }
                                      
                                              // ["acpitz-virtual-0"]["Virtual device"].temp1.value
                                      
                                      
                                      		// Check if core1 has temp sensor
                                              var core1TempCheck = Sensors["acpitz-virtual-0"]; // ['ISA adapter']['Core 1'];
                                      		if (typeof core1TempCheck !== 'undefined'){
                                      
                                              var core1Temp = document.createElement("div");
                                              core1Temp.classList.add("small", "bright", "core1Temp");
                                              core1Temp.innerHTML = Sensors["acpitz-virtual-0"]["Virtual device"].temp2.value + " &nbsp  @  &nbsp "
                                      						    + Sensors["acpitz-virtual-0"]["Virtual device"].temp2.value + "&deg;C";
                                              wrapper.appendChild(core1Temp);
                                              }
                                      

                                      Create a working config
                                      How to add modules

                                      justjim1220J 1 Reply Last reply Reply Quote 0
                                      • Mykle1M Offline
                                        Mykle1 Project Sponsor Module Developer
                                        last edited by

                                        Now leave me alone. I’m going to bed. :-)

                                        Create a working config
                                        How to add modules

                                        justjim1220J 4 Replies Last reply Reply Quote 0
                                        • justjim1220J Offline
                                          justjim1220 Module Developer @Mykle1
                                          last edited by

                                          @mykle1 ok

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

                                          1 Reply Last reply Reply Quote 0
                                          • justjim1220J Offline
                                            justjim1220 Module Developer @Mykle1
                                            last edited by

                                            @mykle1 YES SIR!!!

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

                                            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
                                            • 2 / 3
                                            • 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