• 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.

System temperature : fetching...

Scheduled Pinned Locked Moved Unsolved Troubleshooting
12 Posts 4 Posters 7.8k 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.
  • M Offline
    MichMich Admin @sebastiensaucier
    last edited by May 6, 2016, 6:29 PM

    @sebastiensaucier That’s weird … do you see any weird messages in the terminal?

    1 Reply Last reply Reply Quote 0
    • S Offline
      sebastiensaucier
      last edited by paviro May 6, 2016, 6:57 PM May 6, 2016, 6:34 PM

      No just the normal text:
      0_1462561051031_unspecified.jpeg

      1 Reply Last reply Reply Quote 0
      • 0 Offline
        00conman
        last edited by May 6, 2016, 6:35 PM

        Just a thought, but could CPU load have anything to do with it?

        1 Reply Last reply Reply Quote 0
        • S Offline
          sebastiensaucier
          last edited by May 6, 2016, 6:38 PM

          It’s around 10% of usage. So I don’t think it can cause the problem.

          M 1 Reply Last reply May 6, 2016, 6:46 PM Reply Quote 0
          • M Offline
            MichMich Admin @sebastiensaucier
            last edited by MichMich May 6, 2016, 6:47 PM May 6, 2016, 6:46 PM

            @sebastiensaucier could you modify the node_helper

            change:

            self.sendSocketNotification('TEMPERATURE', stdout.replace('temp=','').replace('\'','\°'));
            

            to:

            var temperature = stdout.replace('temp=','').replace('\'','\°');
            console.log('Temperature: ' + temperature);
            self.sendSocketNotification('TEMPERATURE', temperature);
            

            And see if the temperature is logged?

            1 Reply Last reply Reply Quote 0
            • S Offline
              sebastiensaucier
              last edited by sebastiensaucier May 6, 2016, 7:05 PM May 6, 2016, 7:04 PM

              Nothing in the console. Where can I see the logs?

              Also, I tried to erease all and do all the readme again, but nothing changed.

              1 Reply Last reply Reply Quote 0
              • P Offline
                paviro Admin
                last edited by May 10, 2016, 6:54 PM

                You can see the logs inside your terminal session. If you use pm2 execute pm2 logs mm to see the log! :)

                We're all stories in the end. Just make it a good one, eh?

                – The Doctor

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 1 / 2
                1 / 2
                • First post
                  10/12
                  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