A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Pir
-
@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 } } },
-
@gonzonia Are you using X11 or Wayland?
Because now you’re using mode 2 and that’s for X11 -
@htilburgs yes. I was using mode 9 in the old version. When I looked it up I thought that’s what corresponded. Im on Pi OS 11 and Wayland is for 12 according to the read me
-
I think I had the GPIO correct originally. Went back to that and it’s working.
-
@gonzonia
Ok 👍 succes.