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)"
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)"
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
@sdetweil
Thanks! I don´t know what you have done, but your script works fine.
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
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.
@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
I get a failure message and I don´t know, how to fix it. npm audit fix
doesnt 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 details
pi@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.
@Fonfon
How do you force the epoll rebuild?