[TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)
/home/pi/.pm2/logs/mm-out-0.log last 10 lines:
/home/pi/.pm2/logs/mm-error-0.log last 10 lines:
[STREAMING] Now streaming realtime logs for [mm] process
0|mm | > magicmirror@2.0.0 start /home/pi/MagicMirror
0|mm | > electron js/electron.js
0|mm | Loading config ...
0|mm | Loading module helpers ...
0|mm | No helper found for module: alert.
0|mm | WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 50, got 48.
0|mm | Loading module helpers ...
0|mm | No helper found for module: alert.
0|mm | App threw an error during load
0|mm | Error: Module version mismatch. Expected 50, got 48.
0|mm | at Error (native)
0|mm | at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:168:20)
0|mm | at Object.Module._extensions..node (module.js:583:18)
0|mm | at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:168:20)
0|mm | at Module.load (module.js:473:32)
0|mm | at tryModuleLoad (module.js:432:12)
0|mm | at Function.Module._load (module.js:424:3)
0|mm | at Module.require (module.js:483:17)
0|mm | at require (internal/module.js:20:19)
0|mm | at bindings (/home/pi/MagicMirror/modules/MMM-Button/node_modules/bindings/bindings.js:76:44)
0|mm | Whoops! There was an uncaught exception...
0|mm | Error: Module version mismatch. Expected 50, got 48.
0|mm | at Error (native)
0|mm | at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:168:20)
0|mm | at Object.Module._extensions..node (module.js:583:18)
0|mm | at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:168:20)
0|mm | at Module.load (module.js:473:32)
0|mm | at tryModuleLoad (module.js:432:12)
0|mm | at Function.Module._load (module.js:424:3)
0|mm | at Module.require (module.js:483:17)
0|mm | at require (internal/module.js:20:19)
0|mm | at bindings (/home/pi/MagicMirror/modules/MMM-Button/node_modules/bindings/bindings.js:76:44)
0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|mm | Launching application.
Thats what i got after “pm2 logs mm” Internet Connection is absolutly ok.
Edit:
Thats with the Button Module uncommented:
[TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)
/home/pi/.pm2/logs/mm-out-0.log last 10 lines:
/home/pi/.pm2/logs/mm-error-0.log last 10 lines:
[STREAMING] Now streaming realtime logs for [mm] process
0|mm | > magicmirror@2.0.0 start /home/pi/MagicMirror
0|mm | > electron js/electron.js
0|mm | Loading config ...
0|mm | Loading module helpers ...
0|mm | No helper found for module: alert.
0|mm | Initializing new module helper ...
0|mm | Initializing new module helper ...
0|mm | No helper found for module: clock.
0|mm | Initializing new module helper ...
0|mm | No helper found for module: currentweather.
0|mm | Initializing new module helper ...
0|mm | No helper found for module: weatherforecast.
0|mm | No helper found for module: mmm-weatherchart.
0|mm | Initializing new module helper ...
0|mm | All module helpers loaded.
0|mm | Starting server op port 8080 ...
0|mm | Server started ...
0|mm | Connecting socket for: MMM-SystemStats
0|mm | Connecting socket for: MMM-WatchDog
0|mm | Staring module helper: MMM-WatchDog
0|mm | Connecting socket for: calendar
0|mm | Starting node helper for: calendar
0|mm | Connecting socket for: MMM-WunderGround
0|mm | MMM-WunderGround helper started ...
0|mm | Connecting socket for: newsfeed
0|mm | Starting module: newsfeed
0|mm | Sockets connected & modules started ...
0|mm | (node:3795) DeprecationWarning: sys is deprecated. Use util instead .
0|mm | Launching application.
0|mm | WatchDog started. Maximum timeout: 10s.
0|mm | Create new calendar fetcher for url: *PRIVATE*
0|mm | Create new calendar fetcher for url: *PRIVATE*
0|mm | Create new news fetcher for url: *PRIVATE*
Note from admin: Please use Markdown on code snippets for easier reading!