@sdetweil yes
Read the statement by Michael Teeuw here.
Posts
-
Trouble to uopdate MagicMirror
Helle,
when I try to update my magic mirror withgit pull
I get the following meassage:Your local changes to the following files would be overwritten by merge: package-lock.jsonHow can I fix it?
Sebastian
-
MM-DWD-WarnWeather "Ort nicht gefunden"
Hi,
I have some problems with the module. It finds not the village where I live. Also the standard villige Lörrache is not found.
Has somebody a solution for me?Sebastian
-
MMM-Lunartic only a picture when static
MMM-Lunartic only shows a picture of the moon when the image is static
image: "static", // animation, current, DayNight or staticNo other option is working.
-
RE: MMM-PIR doesn´t work with MM 2.8
Hi Folks,
maybe I have found the problem (unfortunatly not the solution.).In the Version where the PIR is working I have the GIOP Version 2.44.
Where the PIR Sensor is not working I have the GIOP Version 2.25.How can I update the giop version 2.25 to 2.44?


-
RE: MMM-PIR doesn´t work with MM 2.8
The same as before when it was still working
{ module: 'MMM-PIR-Sensor', //https://github.com/paviro/MMM-PIR-Sensor config: { sensorPIN: 23,//18, //VCC 5V; BMC Pin: gpio readall powerSaving: true } }, -
RE: MMM-PIR doesn´t work with MM 2.8
I have update to 2.9. But unfortunaly its the same.
I have tested the PIR. It detects motion, so the hardware is ok. I don´t understand why it doesn´t turn off the monitor.
-
RE: MMM-PIR doesn´t work with MM 2.8
I delete MM folder from the pi and install it via
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)" -
MMM-PIR doesn´t work with MM 2.8
Hi,
after a few years with a working MM 2.0 I want a fresh installed MM2.8 on my Pi3.
The hardware configuration wasn´t changed. With MM2.0 MMM-PIR was working fine. After the fresh installation, without changing PINs or any other hardware, MMM-PIR doesn´t turn of the monitor.Has anybody an idea, why MMM-PIR doesn´t work on MM2.8
Sebastian
-
RE: Raspian buster & MM 2.8
@sdetweil
Thanks! I don´t know what you have done, but your script works fine. -
Raspian buster & MM 2.8
Hi folks,
I tried to install MM 2.8 on a fresh raspian buster Pi3 system with the tutorial from KirAsh4 .
Everything is looking good during the installation. During the installation I also can see the MM2 screen. But after a restart, MM2 will not start automaticly .
Can anybody help me?
Sebastian
-
RE: MMM-Globe
I don´t think that it is static. Every hour the picture is updated with the same adress.
I thought that Globe updated the picture with the update intervall. -
RE: MMM-Globe
@saljoke
I also replaced the URL but the image doesn´t update.
Has anybody a solution, how to update the image automatically?ownImagePath:'https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_LowResolution.jpg', updateInterval: 10*60*1000 -
RE: MMM-PIR doesn´t turn off monitor since update MM 2.7
I get a failure message and I don´t know, how to fix it.
npm audit fixdoesnt work.pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm install electron-rebuild + electron-rebuild@1.8.4 updated 1 package and audited 301 packages in 17.922s found 1 high severity vulnerability run `npm audit fix` to fix them, or `npm audit` for detailspi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm audit === npm audit security report === Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance High Arbitrary File Overwrite Package tar Patched in >=4.4.2 Dependency of electron-rebuild [dev] Path electron-rebuild > node-gyp > tar More info https://nodesecurity.io/advisories/803 found 1 high severity vulnerability in 301 scanned packages 1 vulnerability requires manual review. See the full report for details. -
RE: MMM-PIR doesn´t turn off monitor since update MM 2.7
@Fonfon
How do you force the epoll rebuild?
