@carlywarly thank you for your help. I tried all of the mentions commands bot still having a black screen.
on "pm2 logs --lines=100 i get this error message.
0|MagicMir | npm ERR! Linux 4.19.66-v7+
0|MagicMir | npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
0|MagicMir | npm ERR! node v6.14.1
0|MagicMir | npm ERR! npm v3.10.10
0|MagicMir | npm ERR! code ELIFECYCLE
0|MagicMir | npm ERR! magicmirror@2.13.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
0|MagicMir | npm ERR! Exit status 1
0|MagicMir | npm ERR!
0|MagicMir | npm ERR! Failed at the magicmirror@2.13.0 start script 'DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js'.
0|MagicMir | npm ERR! Make sure you have the latest version of node.js and npm installed.
0|MagicMir | npm ERR! If you do, this is most likely a problem with the magicmirror package,
0|MagicMir | npm ERR! not with npm itself.
0|MagicMir | npm ERR! Tell the author that this fails on your system:
0|MagicMir | npm ERR! DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
0|MagicMir | npm ERR! You can get information on how to open an issue for this project with:
0|MagicMir | npm ERR! npm bugs magicmirror
0|MagicMir | npm ERR! Or if that isn't available, you can get their info via:
0|MagicMir | npm ERR! npm owner ls magicmirror
0|MagicMir | npm ERR! There is likely additional logging output above.
0|MagicMir |
0|MagicMir | npm ERR! Please include the following file with any support request:
0|MagicMir | npm ERR! /home/pi/MagicMirror/npm-debug.log
0|MagicMir | Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
0|MagicMir | ATTENTION: default value of option force_s3tc_enable overridden by environment.
Also after running “npm install” I get this messages:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.1 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm WARN acorn-jsx@5.3.1 requires a peer of acorn@^6.0.0 || ^7.0.0 || ^8.0.0 but none was installed.
npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none was installed.
npm WARN grunt-stylelint@0.9.0 requires a peer of stylelint@^8.0.0 but none was installed.
npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none was installed.
npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none was installed.
After a reboot the desktop starts, also some programm starts turning screen first white for 2 seconds then it turns black.
What can I do?
Daniel