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.
Read the statement by Michael Teeuw here.
Best posts made by jc21
-
RE: MMM-PIR-Sensor tuning
-
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]
-
RE: Unable to sendSocketNotification from node_helper to Module
Wow that is not obvious or documented.
However, that worked :) Thanks heaps!
-
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.
-
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.
-
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.
-
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 thesensorPIN
config item tosensorGpio
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
-
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.