Read the statement by Michael Teeuw here.
updated installer script available for testing
-
@sdetweil MM install was without problems thank you…
but pm2 say error but it works…Do you want use pm2 for auto starting of your MagicMirror (y/N)?y install and setup pm2 Password: [PM2][ERROR] Init system not found /bin/sh: launchctl: command not found [PM2][ERROR] launchctl load -w /Users/patrickhahn/Library/LaunchAgents/pm2.patrickhahn.plist failed, see error above. [PM2] Spawning PM2 daemon with pm2_home=/Users/patrickhahn/.pm2 [PM2] PM2 Successfully daemonized [PM2][WARN] Applications MagicMirror not running, starting... [PM2] App [MagicMirror] launched (1 instances) ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ default │ 2.11.0 │ fork │ 4867 │ 0s │ 0 │ online │ 0% │ 1.0mb │ pat… │ enabled │ └─────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ [PM2] Saving current process list... [PM2] Successfully saved in /Users/patrickhahn/.pm2/dump.pm2 Do you want to disable the screen saver? (y/N)?y 2020-05-22 14:37:06.275 defaults[5057:87330] The domain/default pair of (com.apple.screensaver, idleTime) does not exist bash: line 537: [: !=: unary operator expected \e[92mWe're ready! Run \e[1m\e[97mpm2 start MagicMirror\e[0m\e[92m from the ~/MagicMirror directory to start your MagicMirror.\e[0m patrickhahn@Mac-mini ~ %
-
@Stoffbeuteluwe ok, on the screensaver can u show the results of this
defaults -currentHost read com.apple.screensaver
thanks… working on the pm2 issue
what os level are u running on the mini?
-
@sdetweil
version10.15.4 (19E287) -
@Stoffbeuteluwe same here
-
@Stoffbeuteluwe also can u do this
which launchctl and this defaults -currentHost read com.apple.screensaver
also the output of this
pm2 startup
thanks
-
@sdetweil Hey Sam
After a longer while absense, I just took your installation script for a new installation on an Pi0.
It worked staright foreward :flexed_biceps:You made such a great job:ok_hand:! Many thanks!
One short question came just up.
I get a message on my Mirror, that Chromium can’t get updated.
As I have no keybord connected I don’t know how to update and get rid of this message-window -
@bdream yeh, I don’t like that message either, also no keyboard… haven’t looked at it in a while.
-
@bdream lets try this https://stackoverflow.com/questions/58993181/disable-chromium-can-not-update-chromium-window-notification
if it works, I’ll add it to the installer
-
@sdetweil there is a one liner commands on the last post… this looks good, and I see that the parm is added to the running chromium
sudo touch /etc/chromium-browser/customizations/01-disable-update-check;echo CHROMIUM_FLAGS=\"\$\{CHROMIUM_FLAGS\} --check-for-update-interval=31536000\" | sudo tee /etc/chromium-browser/customizations/01-disable-update-check
-
@bdream I’ve added this to the install and upgrade scripts. thanks for the nudge to work on this