So, when I run npm run this comes:
> magicmirror@2.5.0 config:check /home/pi/MagicMirror
> node tests/configs/check_config.js
Checking file... /home/pi/MagicMirror/config/config.js
Your configuration file doesn't contain syntax errors :)
Here is the pm2 log:
[TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
0|MagicMir | at Object._errnoException (util.js:1024:11)
0|MagicMir | at _exceptionWithHostPort (util.js:1046:20)
0|MagicMir | at Server.setupListenHandle [as _listen2] (net.js:1334:19)
0|MagicMir | at listenInCluster (net.js:1392:12)
0|MagicMir | at doListen (net.js:1501:7)
0|MagicMir | at _combinedTickCallback (internal/process/next_tick.js:141:11)
0|MagicMir | at process._tickCallback (internal/process/next_tick.js:180:9)
0|MagicMir | at Function.Module.runMain (module.js:685:11)
0|MagicMir | at startup (bootstrap_node.js:196:16)
0|MagicMir | at bootstrap_node.js:622:3
0|MagicMir | code: 'EADDRNOTAVAIL',
0|MagicMir | errno: 'EADDRNOTAVAIL',
0|MagicMir | syscall: 'listen',
0|MagicMir | address: '192.168.1.154',
0|MagicMir | port: 8080 }
/home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
0|MagicMir | Connecting socket for: newsfeed
0|MagicMir | Starting module: newsfeed
0|MagicMir | Connecting socket for: MMM-GoogleMapsTraffic
0|MagicMir | Starting node_helper for module: MMM-GoogleMapsTraffic
0|MagicMir | Connecting socket for: MMM-SoccerLiveScore
0|MagicMir | MMM-SoccerLiveScore helper started...
0|MagicMir | Connecting socket for: MMM-MyCalendar
0|MagicMir | Starting node helper for: MMM-MyCalendar
0|MagicMir | Connecting socket for: email
0|MagicMir | email helper started ...
0|MagicMir | Sockets connected & modules started ...
0|MagicMir | Whoops! There was an uncaught exception...
0|MagicMir | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|MagicMir | Launching application.
pm2 restart MagicMirror brought no success