A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Page-Selector: A page switcher that can set positions of modules
-
@Riaanh said in MMM-Page-Selector: A page switcher that can set positions of modules:
MMM-Page-Selector
can u show the messages from where u start MagicMirror
either npm start
or pm2if using pm2,. then
pm2 logs --lines=100
will show the messagesblank screen is usually a missing library , see
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later -
@sdetweil said in MMM-Page-Selector: A page switcher that can set positions of modules:
can u show the messages from where u start MagicMirror
0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ] 1 info using npm@7.5.2 2 info using node@v12.22.5 3 timing config:load:defaults Completed in 4ms 4 timing config:load:file:/usr/share/nodejs/npm/npmrc Completed in 7ms 5 timing config:load:builtin Completed in 8ms 6 timing config:load:cli Completed in 4ms 7 timing config:load:env Completed in 1ms 8 timing config:load:file:/home/pi/magicmirror/mounts/modules/.npmrc Completed in 1ms 9 timing config:load:project Completed in 3ms 10 timing config:load:file:/home/pi/.npmrc Completed in 0ms 11 timing config:load:user Completed in 0ms 12 timing config:load:file:/etc/npmrc Completed in 0ms 13 timing config:load:global Completed in 0ms 14 timing config:load:cafile Completed in 1ms 15 timing config:load:validate Completed in 1ms 16 timing config:load:setUserAgent Completed in 2ms 17 timing config:load:setEnvs Completed in 2ms 18 timing config:load Completed in 29ms 19 verbose npm-session 72db9025016605ec 20 timing npm:load Completed in 58ms 21 timing command:run-script Completed in 45ms 22 timing command:start Completed in 59ms 23 verbose stack Error: missing script: start 23 verbose stack at runScript (/usr/share/nodejs/npm/lib/run-script.js:54:11) 24 verbose cwd /home/pi/magicmirror/mounts/modules 25 verbose Linux 5.10.92-v7l+ 26 verbose argv "/usr/bin/node" "/usr/bin/npm" "start" 27 verbose node v12.22.5 28 verbose npm v7.5.2 29 error missing script: start 30 verbose exit 1
Thanks for responding, is this what you are referring to?
-
@Riaanh how do you start MagicMirror normally?
-
@Riaanh this looks like being started under docker