MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jc21
    3. Best
    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 4
    • Posts 30
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-PIR-Sensor tuning

      Great stuff. People shouldn’t discount a faulty PIR either. The one I had on the shelf for ages wasn’t detecting quite right so I ordered another one and the difference in detection is huge. I’m not sure if these have a shelf life or what but yeah, that was my recent experience.

      posted in Troubleshooting
      J
      jc21
    • MMM-IFTTT - If-This-Then-That Maker Notifications

      Description

      This is my first module so don’t expect too much :p

      This enables realtime notifications from IFTTT to your MagicMirror install, via a JSON POST endpoint of the mirror. Full instructions in the project:

      Technically, this module could be used for any webhook service such as Zapier too.

      Download

      [card:jc21/MMM-IFTTT]

      posted in Productivity
      J
      jc21
    • RE: Unable to sendSocketNotification from node_helper to Module

      Wow that is not obvious or documented.

      However, that worked :) Thanks heaps!

      posted in Development
      J
      jc21
    • RE: Issues with electron.js on installation

      Try:

      sudo npm install -g electron
      

      If you get any errors with that command then something needs fixing outside of the MagicMirror package and installation.

      posted in Troubleshooting
      J
      jc21
    • RE: MMM-PiLights - Control a LPD8806 Led Strip on a Raspberry Pi

      This guide should cover it. Although that is for older raspberry pi models but still worth a read.

      For raspberry pi 3 I’ve connected the pins [DI to 20] and [CI to 24] as labelled in this image.

      posted in Utilities
      J
      jc21
    • RE: MMM-IFTTT - If-This-Then-That Maker Notifications

      Update: Added support for my new MMM-Sounds module. Notification integration instructions are in the updated MMM-IFTTT readme.

      posted in Productivity
      J
      jc21
    • RE: MMM-PIR-Sensor tuning

      @shgmongohh I have forked the original MMM-Pir-Sensor repo and made some mods to debug my own sensor last week.

      https://github.com/jc21/MMM-PIR-Sensor

      If you add debug: true to the config of my forked code, you’ll get console info about when the sensor detects motion and when it doesn’t. Also note, I’ve renamed the sensorPIN config item to sensorGpio to more accurately indicate the numeric determination.

      [MMM-PIR] [2016-10-04 09:31:07] Watching on GPIO #25 ...
      [MMM-PIR] [2016-10-04 09:34:15] Motion no longer detected
      [MMM-PIR] [2016-10-04 09:34:15] Turning Screen OFF in 30 seconds
      [MMM-PIR] [2016-10-04 09:34:18] Motion detected
      [MMM-PIR] [2016-10-04 09:34:18] Not turning monitor ON, its already ON
      
      posted in Troubleshooting
      J
      jc21
    • RE: MMM-IFTTT - If-This-Then-That Maker Notifications

      @paulocarrasco Pull again now.

      Made the noob mistake of not testing, I wasn’t near my mirror at the time. All good now.

      posted in Productivity
      J
      jc21
    • 1 / 1