Read the statement by Michael Teeuw here.
Magic Mirror doesn't work after a boot
-
-
@eightbit no… if it all works then later yes
-
@eightbit its only called ‘fix’ cause during my install script you can add pm2 support, or not… so its a separate script if u change your mind later
-
@sdetweil Shoot. No luck! When I ran your script it loaded up and started perfectly and after the reboot it is hung on a white screen. In the logs it looks like it’s really trying to do something with the chromium browser but it just hangs and hangs. When it works on a pm2 start mm.sh (or using fixuppm2.sh) the log looks the same but then there are a couple lines after “starting chromium browser now”. I’ll post the log in another post.
-
@eightbit I just forgot, did you remove the autostart setup u added in the services?
-
/home/secretsanta/.pm2/logs/MagicMirror-error.log last 15 lines: /home/secretsanta/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | [14.12.2023 07:44.23.049] [LOG] No helper found for module: alert. 0|MagicMir | [14.12.2023 07:44.23.234] [LOG] Initializing new module helper ... 0|MagicMir | [14.12.2023 07:44.23.248] [LOG] Module helper loaded: updatenotification 0|MagicMir | [14.12.2023 07:44.46.958] [LOG] Initializing new module helper ... 0|MagicMir | [14.12.2023 07:44.46.963] [LOG] Module helper loaded: MMM-GooglePhotos 0|MagicMir | [14.12.2023 07:44.46.988] [LOG] All module helpers loaded. 0|MagicMir | [14.12.2023 07:44.47.103] [LOG] Starting server on port 8080 ... 0|MagicMir | [14.12.2023 07:44.47.496] [LOG] Server started ... 0|MagicMir | [14.12.2023 07:44.47.499] [LOG] Connecting socket for: updatenotification 0|MagicMir | [14.12.2023 07:44.47.503] [LOG] Starting module helper: updatenotification 0|MagicMir | [14.12.2023 07:44.47.525] [LOG] Connecting socket for: MMM-GooglePhotos 0|MagicMir | [14.12.2023 07:44.47.527] [LOG] Sockets connected & modules started ... 0|MagicMir | [14.12.2023 07:44.47.529] [LOG] 0|MagicMir | Ready to go! Please point your browser to: http://localhost:8080 0|MagicMir | Starting chromium browser now, have patience, it takes a minute -
@sdetweil Yea I cleared out the systemd services I tried to enabled. They are disabled and stopped. I also tried an rc.local startup file to run the .sh file which never worked. I know that’s depreciated but desperate times and desperate measures lol.
-
@eightbit what device is this… you are using my install script which launches
this is reserved for armv6 devices…
can u check the autostartdid you do this??? (answer should be no)
https://docs.magicmirror.builders/configuration/autostart.html#using-systemd-systemctl -
-
@sdetweil Raspberry Pi 3 Model B Rev 1.2
I did try to use systemd but it did not work so I disabled and deleted all the systemd attempts.
-
secretsanta@raspberrypi:~ $ free -m total used free shared buff/cache available Mem: 921 265 94 6 561 594 Swap: 1861 1 1860 -
@eightbit can u show me the “start”: from package.json
-
"start":"./run-start.sh $1", "start":"./run-start.sh $1", "server": "node ./serveronly", "install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev", "install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier", "install-vendor": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier", "install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier", "postinstall": "npm run install-vendor && npm run install-fonts && echo \"MagicMirror² installation finished successfully! \n\"", "test": "NODE_ENV=test jest -i --forceExit", "test:coverage": "NODE_ENV=test jest --coverage -i --verbose false --forceExit", "test:electron": "NODE_ENV=test jest --selectProjects electron -i --forceExit", "test:e2e": "NODE_ENV=test jest --selectProjects e2e -i --forceExit", "test:unit": "NODE_ENV=test jest --selectProjects unit", "test:prettier": "prettier . --check", "test:js": "eslint 'js/**/*.js' 'modules/default/**/*.js' 'clientonly/*.js' 'serveronly/*.js' 'translations/*.js' 'vendor/*.js' 'tests/**/*.js' 'config/*' --confi> "test:css": "stylelint 'css/main.css' 'fonts/*.css' 'modules/default/**/*.css' 'vendor/*.css' --config .stylelintrc.json", "test:calendar": "node ./modules/default/calendar/debug.js", "config:check": "node js/check_config.js", "lint:prettier": "prettier . --write", "lint:js": "eslint 'js/**/*.js' 'modules/default/**/*.js' 'clientonly/*.js' 'serveronly/*.js' 'translations/*.js' 'vendor/*.js' 'tests/**/*.js' 'config/*' --confi> "lint:css": "stylelint 'css/main.css' 'fonts/*.css' 'modules/default/**/*.css' 'vendor/*.css' --config .stylelintrc.json --fix", "lint:staged": "lint-staged", "prepare": "[ -f node_modules/.bin/husky ] && husky install || echo no husky installed." -
delete one of them and replace the other with
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",also do uname -a
-
@sdetweil said in Magic Mirror doesn't work after a boot:
“start”: “DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js”,
{ "name": "magicmirror", "version": "2.25.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": { "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js", }, "repository": { "type": "git", "url": "git+https://github.com/MichMich/MagicMirror.git" -
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
-
@eightbit you didn’t need to delete all the rest of the scripts
-
@eightbit ok, armv7 and memory >512… hm
can u send me the ~/install.log
I want to see why it picked the run-statrt approach…same userid at gmail
-
@eightbit thanks for the log… says electron did not install. hmm…
thus trying to use chromium…
does it start now ? pm2 or npm start?
-
@sdetweil ```
secretsanta@raspberrypi:~/MagicMirror $ npm startmagicmirror@2.25.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.jssh: 1: ./node_modules/.bin/electron: not found
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login