Go for node. Adding a python solution would make no sense.
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?
-
RE: Introduce yourself!
@nhubbard 14 years? 😱I’m feeling old! 😂Where are you from?
-
RE: Calendar modification
Thank you very much! Maybe you can add it to the Wiki on github?
-
RE: Starting MagicMirror v2 beta
There seems to be an issue with electron on your RPi. Are you sure you are running it on a Pi 2? (And not a B+, they look very much alike…)
If so, I suggest you open an issue in the electron repository.
-
RE: Starting MagicMirror v2 beta
Could you give the electron quick start a try?
https://github.com/electron/electron-quick-startIf that one doesn’t work either, its an Electron issue.
-
RE: Where to buy good two way mirrors ?
@djsunrise19 said in Where to buy good two way mirrors ?:
At first I wanted to give foils a try, but the result was terrible.
If only people would understand this and not try to save a few bucks on a +$200,- project … ;)
-
RE: Starting MagicMirror v2 beta
@00conman No worries! PM2 is just a tool to keep the process running. If the MM fails/quits, PM2 will restart it.
-
RE: Starting MagicMirror v2 beta
@00conman This will not help, since there seems to be an issue with electron.
-
RE: Starting MagicMirror v2 beta
Which version of Rasbian are you using?
-
RE: Current weather problems
@00conman Could you explain what you mean with with “the time is off?”. The weather tab does not show the current time, so I don’t really understand how it can be off. The time it shows is the sunset or sunrise time.