Go for node. Adding a python solution would make no sense.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.

Posts
-
RE: Philips Hue Light Switches based wakeup
-
RE: Wunderlist - your todos on the mirror
@paviro any plans for adding iCal reminders?
-
RE: Voice/motion control
@coolbotic not sure if that ine runs on the RasPi. Give it a try.
-
RE: Voice/motion control
Yes, I looked into that. It seems it doesn’t work with Electron on the Raspberry Pi and has an API limit.
Give it a try, and if it does work, let me know and I’ll build a module.
-
RE: Starting MagicMirror v2 beta
While You’re waiting, You could start the app using ‘node serveronly’ in this case you’ll have to use an other browser.
-
RE: Voice/motion control
@coolbotic Voice control is still on my wish list /todo list. 😁
-
RE: System temperature : fetching...
@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?
-
RE: System temperature : fetching...
@sebastiensaucier That’s weird … do you see any weird messages in the terminal?