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

Scheduled Pinned Locked Moved Unsolved Troubleshooting
41 Posts 3 Posters 17.4k 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.
  • J Offline
    justjim1220 Module Developer @Mykle1
    last edited by Oct 24, 2018, 2:14 AM

    @mykle1

    {cpu: {…}, ram: {…}}cpu: {name: "AMD Turion(tm) 64 X2 Mobile Technology TL-58", threads: Array(2)}ram: {free: "1.27", total: "3.87", unit: "GB"}__proto__: Object
    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)
    getDom @ MMM-PC-Stats.js:126
    (anonymous) @ main.js:110
    updateDom @ main.js:109
    updateDom @ main.js:514
    updateDom @ module.js:358
    socketNotificationReceived @ MMM-PC-Stats.js:262
    (anonymous) @ module.js:246
    (anonymous) @ socketclient.js:25
    r.emit @ index.js:83
    r.onevent @ index.js:83
    MMSocket.self.socket.onevent @ socketclient.js:19
    r.onpacket @ index.js:83
    (anonymous) @ index.js:83
    r.emit @ index.js:83
    r.ondecoded @ index.js:83
    (anonymous) @ index.js:83
    r.emit @ index.js:83
    a.add @ index.js:83
    r.ondata @ index.js:83
    (anonymous) @ index.js:83
    r.emit @ index.js:83
    r.onPacket @ index.js:83
    (anonymous) @ index.js:83
    r.emit @ index.js:83
    r.onPacket @ index.js:83
    r.onData @ index.js:83
    ws.onmessage @ index.js:83
    
    

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

    M 1 Reply Last reply Oct 24, 2018, 2:15 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @justjim1220
      last edited by Oct 24, 2018, 2:15 AM

      @justjim1220

      Can you open the threads array?

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • J Offline
        justjim1220 Module Developer @Mykle1
        last edited by Oct 24, 2018, 2:16 AM

        @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

        M 1 Reply Last reply Oct 24, 2018, 2:16 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @justjim1220
          last edited by Oct 24, 2018, 2:16 AM

          @justjim1220

          YOu installed the dependencie?

          Create a working config
          How to add modules

          J M 2 Replies Last reply Oct 24, 2018, 2:17 AM Reply Quote 0
          • J Offline
            justjim1220 Module Developer @Mykle1
            last edited by Oct 24, 2018, 2:17 AM

            @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
            • M Offline
              Mykle1 Project Sponsor Module Developer @Mykle1
              last edited by Oct 24, 2018, 2:18 AM

              @mykle1

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

              Create a working config
              How to add modules

              J 1 Reply Last reply Oct 24, 2018, 2:19 AM Reply Quote 0
              • J Offline
                justjim1220 Module Developer @Mykle1
                last edited by Oct 24, 2018, 2:19 AM

                @mykle1 ok

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

                M 1 Reply Last reply Oct 24, 2018, 2:20 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @justjim1220
                  last edited by Oct 24, 2018, 2:20 AM

                  @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
                  • M Offline
                    Mykle1 Project Sponsor Module Developer
                    last edited by Oct 24, 2018, 2:22 AM

                    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

                    J 2 Replies Last reply Oct 24, 2018, 2:23 AM Reply Quote 0
                    • J Offline
                      justjim1220 Module Developer @Mykle1
                      last edited by Oct 24, 2018, 2:23 AM

                      @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

                      M 1 Reply Last reply Oct 24, 2018, 2:25 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      2 / 5
                      • First post
                        20/41
                        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