MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MichMich
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 82
    • Topics 76
    • Posts 543
    • Groups 4

    Posts

    Recent Best Controversial
    • RE: Philips Hue Light Switches based wakeup

      Go for node. Adding a python solution would make no sense.

      posted in Development
      MichMichM
      MichMich
    • RE: Wunderlist - your todos on the mirror

      @paviro any plans for adding iCal reminders?

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Voice/motion control

      @coolbotic Please do!

      posted in Requests
      MichMichM
      MichMich
    • RE: Voice/motion control

      @coolbotic not sure if that ine runs on the RasPi. Give it a try.

      posted in Requests
      MichMichM
      MichMich
    • 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.

      posted in Requests
      MichMichM
      MichMich
    • RE: Voice/motion control

      Well, you could try to built it yourself ofcourse. :)

      posted in Requests
      MichMichM
      MichMich
    • 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.

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: Voice/motion control

      @coolbotic Voice control is still on my wish list /todo list. 😁

      posted in Requests
      MichMichM
      MichMich
    • 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?

      posted in Troubleshooting
      MichMichM
      MichMich
    • RE: System temperature : fetching...

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

      posted in Troubleshooting
      MichMichM
      MichMich
    • 1
    • 2
    • 47
    • 48
    • 49
    • 50
    • 51
    • 54
    • 55
    • 49 / 55