Read the statement by Michael Teeuw here.
MMM-Pir
-
@gonzonia ok, so you have nvm too
sudo nvm i 20
-
-
@gonzonia ok, been a while
nvm install v20.9.0
-
-
@gonzonia is your Magic Mirror working now with MMM-PIR?
My MM stopped turning on after updating MMM-PIR.
Peter -
@Peter So it’ll go off but the PIR doesn’t work to turn it back on? Mine is working. Try re-installing. Here’s the config I’m using.
module: 'MMM-Pir', position: 'top_left', classes: 'SceneFamily SceneSam', config: { debug: false, delay: 2 * 60 * 1000, mode: 9 , displayCounter: false, displayBar: false, displayStyle: "Line", displayLastPresence: false, lastPresenceTimeFormat: "LL H:mm", mode6_gpio: 20, mode6_clearGpioValue: true, xrandrForceRotation: "left", wrandrForceRotation: "normal", wrandrForceMode: "1920x1080", touchMode: 3, pir_gpio: 4, pir_mode: 0, }
-
@gonzonia before installing did you follow all the tips mentioned by sdetweil?
Peter -
Can you check new ReadMe
I haven’t had time to create a topic for the new release of MMM-Pir v2 yet, sorry
-
@Peter Yes. Because I was getting an error when I tried installing.
-
@bugsounet
I installed v 2 successfully. Everything seemed to be working with my old config (posted above). I tried updating based on the new readme, but now it won’t come back on.I did have the wrong GPIO originally, but now it should be correct.
{ module: 'MMM-Pir', position: 'top_left', classes: 'SceneFamily SceneSam', config: { debug: false, Display: { timeout: 2 * 60 * 1000, animate: true, style: 0, colorFrom: "#FF0000", colorTo: "#00FF00", mode: 2, counter: true, lastPresence: false, lastPresenceTimeFormat: "LL H:mm", availability: false, autoDimmer: false, xrandrForceRotation: "left" }, Pir: { mode: 0, gpio: 20 }, Cron: { ON: [], OFF: [] }, Touch: { mode: 0 }, Governor: { sleeping: 4, working: 2 }, Sounds: { on: 0, off: 0 } } },