@tosti007 yes of course and without any errors. when i cancel the config in config.js everthing is working very good
i tried it agin and this is the output:
pi@Magic-Mirror:~/MagicMirror/modules/email-mirror $ npm install
npm WARN email@0.0.1 No repository field.
npm WARN email@0.0.1 No license field.
pi@Magic-Mirror:~/MagicMirror/modules/email-mirror $
i tried something and now i get after DISPLAY=:0 npm start this:
Starting MagicMirror: v2.1.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
No helper found for module: clock.
Initializing new module helper ...
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
null
Initializing new module helper ...
No helper found for module: MMM-Callmonitor-Current-Call.
Initializing new module helper ...
Initializing new module helper ...
Initializing new module helper ...
All module helpers loaded.
Starting server op port 8090 ...
Server started ...
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-FRITZ-Box-Callmonitor
Starting module: MMM-FRITZ-Box-Callmonitor
Connecting socket for: MMM-iCloud-Client
Starting helper: MMM-iCloud-Client
loading Database
Connecting socket for: MMM-SystemStats
Connecting socket for: MMM-PIR-Sensor
Connecting socket for: email-mirror
email-mirror helper started ...
Sockets connected & modules started ...
Whoops! There was an uncaught exception...
{ Error: listen EADDRINUSE :::8090
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at Server._listen2 (net.js:1253:14)
at listen (net.js:1289:10)
at net.js:1399:9
at _combinedTickCallback (internal/process/next_tick.js:77:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:592:11)
at run (bootstrap_node.js:402:7)
at startup (bootstrap_node.js:157:9)
code: 'EADDRINUSE',
errno: 'EADDRINUSE',
syscall: 'listen',
address: '::',
port: 8090 }
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Launching application.
maybe this helps?