Read the statement by Michael Teeuw here.
System temperature : fetching...
-
How long have you had it fetch the system temperature? Also, you should tell this to the module author.
-
It does this for hours, I never get the temperature. How can I contact the author?
-
Contact michmich he created the magic mirror.
-
-
@sebastiensaucier That’s weird … do you see any weird messages in the terminal?
-
No just the normal text:

-
Just a thought, but could CPU load have anything to do with it?
-
It’s around 10% of usage. So I don’t think it can cause the problem.
-
@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?
-
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.
-
You can see the logs inside your terminal session. If you use
pm2executepm2 logs mmto see the log! :)
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