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

    joerod

    @joerod

    1
    Reputation
    902
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    joerod Unfollow Follow

    Best posts made by joerod

    • Weatherunderground - currently - hourly - daily - configurable

      Do I install this as a separate module? When I add it to my config.js file my MM does not start. I have a valid API key.

      posted in Troubleshooting
      J
      joerod

    Latest posts made by joerod

    • RE: PIR-Sensor - put your mirror to sleep if not used

      I’ve been using a python script to achieve this functionality, its worked well for me so far. I make sure the script is run at start up.

      https://github.com/joerod/python/blob/master/raspberry_pi/motion.py

      posted in Troubleshooting
      J
      joerod
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @paviro I had to downgrade to node 5.0.0, I confirmed its that version of node. After the downgrade I removed the PIR module and did a git clone and then npm install in the folder. Still the same thing, is there a specific version of node 5 I should be using or a specific version of npm?

      I’m running it from
      /home/pi/MagicMirror/modules/MMM-PIR-Sensor

      posted in Troubleshooting
      J
      joerod
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @paviro

          9 verbose stack Error: magicmirror@2.0.0 start: `electron js/electron.js`
          9 verbose stack Exit status 1
          9 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:214$
          9 verbose stack     at emitTwo (events.js:87:13)
          9 verbose stack     at EventEmitter.emit (events.js:172:7)
          9 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
          9 verbose stack     at emitTwo (events.js:87:13)
          9 verbose stack     at ChildProcess.emit (events.js:172:7)
          9 verbose stack     at maybeClose (internal/child_process.js:817:16)
          9 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
      

      I’ve tested my PIR sensor with a Python script to make sure I’m using the proper GPIO and its functioning as it should. I do see 1 & 0 when I move near the sensor so I don’t think its the hardware.

      I’d love to use this module, I was going to do it in python but since you have it in JS I figured why not use that.

      posted in Troubleshooting
      J
      joerod
    • Weatherunderground - currently - hourly - daily - configurable

      Do I install this as a separate module? When I add it to my config.js file my MM does not start. I have a valid API key.

      posted in Troubleshooting
      J
      joerod
    • RE: CommanderB's Bathroom Mirror

      What are you using for your travel times? Looks like you live in the NYC area.

      posted in Show your Mirror
      J
      joerod
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @paviro I donwloaded to node 5.0.0 and I know get the following error

      Failed at the magicmirror@2.0.0 start script 'electron js/electron.js'.
      
      posted in Troubleshooting
      J
      joerod
    • Traffic

      A module that shows traffic and best route from my house to work.

      posted in Requests
      J
      joerod
    • RE: Amazon Echo/Alexa

      Voice control will be great, I’d be super interested in this. I know there is a fork of this MagicMirror that does user voice control with googles API. The problem with this is that google only allows 50 API calls a day and there is no option to even buy more calls. As you can imagine the 50 calls get used up pretty quickly.

      I’ve seen another Mirror that uses Jasper which is open source and does not have the API limitation, but I found this application difficult to install.

      posted in Requests
      J
      joerod