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
-
@gonzonia weird… how did you upgrade to node 21?
apt or nvm? -
@sdetweil Honestly, I don’t remember. I think I installed nvm at one point to fix something else but I do run apt regularly to update everything
-
@gonzonia do nvm -v
n and nvm do the same thing
nvm is a bash script
n is a javascript app -
$ nvm -v 0.39.7
-
@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, }