https://github.com/alexyak/motiondetector
First let me start by saying that I know nothing about coding… I’m barely IT literate, so go n00b with the answers please! :)
I’ve managed to get MagicMirror installed and running on the rPi, I have the rPi camera which I would like to use as to detect when someone is in front of the mirror and come on for a minute or so.
The module linked above didn’t come with any documentation that I could find, so other than downloading the files into my MM modules directory on the rPi and adding this to my MM config file:
{
module: "motiondetector"
},
I don’t know what to do. The screen just stays on indefinitely. Are there some settings I’m missing?
Also, I did verify that the camera is plugged in and working, the rPi had no trouble using it to take a picture.
I’ve been trying to find mm log files or something so that I could even see if the motiondetector module was working, but I don’t know where to look or how to access those either.
Thanks for any pointers or troubleshooting steps!