• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

monitor turns on and off when activiting MM2

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 2 Posters 476 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    payno4
    last edited by Jan 26, 2020, 4:56 PM

    Hallo community,

    first I’m really sry for my bad english but I don’t know what to do. I’m using the Raspberry Pi 3 Model A+. The RaPi is connected to a Acer B193 monitor. Actually there is no problem when mm2 is not started, but as soon as I start mm2 in desktop modus my monitor goes crazy. It turns off and one second later on and this every 10 seconds or something. Maybe it’s important to know that not the hole monitor turns off but rather the background light. I really don’t know what the problem is :expressionless_face: I already turned the RaPi into the VGA modus with the appropriate screen resolution. I also installed auto starting (pm2). There are no troubleshooting shown in log.
    I do not know what informations you exactly need, maybe if there are any further questions just let me know.

    I hope you can help me.

    sincerely Julian

    S 1 Reply Last reply Jan 26, 2020, 5:56 PM Reply Quote 0
    • S Away
      sdetweil @payno4
      last edited by Jan 26, 2020, 5:56 PM

      @payno4 that typically means there is some config problem for a module, that causes MM to fail, and then pm2 starts it back up again…

      we need to see the output of

      pm2 logs --lines=100
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 1
      • P Offline
        payno4
        last edited by Jan 27, 2020, 7:32 PM

        @sdetweil

        • The last 100 lines
        [TAILING] Tailing last 100 lines for [all] processes (change the value with --lines option)
        /home/pi/.pm2/pm2.log last 100 lines:
        PM2        | 2020-01-26T11:47:52: PM2 log: PM2 successfully stopped
        PM2        | 2020-01-26T11:48:19: PM2 log: ===============================================================================
        PM2        | 2020-01-26T11:48:19: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
        PM2        | 2020-01-26T11:48:19: PM2 log: Time                 : Sun Jan 26 2020 11:48:19 GMT+0100 (GMT+01:00)
        PM2        | 2020-01-26T11:48:19: PM2 log: PM2 version          : 4.2.1
        PM2        | 2020-01-26T11:48:19: PM2 log: Node.js version      : 10.18.0
        PM2        | 2020-01-26T11:48:19: PM2 log: Current arch         : arm
        PM2        | 2020-01-26T11:48:19: PM2 log: PM2 home             : /home/pi/.pm2
        PM2        | 2020-01-26T11:48:19: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
        PM2        | 2020-01-26T11:48:19: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
        PM2        | 2020-01-26T11:48:19: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
        PM2        | 2020-01-26T11:48:19: PM2 log: Application log path : /home/pi/.pm2/logs
        PM2        | 2020-01-26T11:48:19: PM2 log: Worker Interval      : 30000
        PM2        | 2020-01-26T11:48:19: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
        PM2        | 2020-01-26T11:48:19: PM2 log: Concurrent actions   : 2
        PM2        | 2020-01-26T11:48:19: PM2 log: SIGTERM timeout      : 1600
        PM2        | 2020-01-26T11:48:19: PM2 log: ===============================================================================
        PM2        | 2020-01-26T11:48:20: PM2 log: App [mm:0] starting in -fork mode-
        PM2        | 2020-01-26T11:48:20: PM2 log: App [mm:0] online
        PM2        | 2020-01-26T12:06:56: PM2 log: Stopping app:mm id:0
        PM2        | 2020-01-26T12:06:56: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:56: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:06:57: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:07:00: PM2 log: pid=822 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T12:07:00: PM2 log: Process with pid 822 still alive after 1600ms, sending it SIGKILL now...
        PM2        | 2020-01-26T12:07:00: PM2 log: App [mm:0] exited with code [0] via signal [SIGKILL]
        PM2        | 2020-01-26T12:07:00: PM2 log: pid=822 msg=process killed
        PM2        | 2020-01-26T12:22:36: PM2 log: ===============================================================================
        PM2        | 2020-01-26T12:22:36: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
        PM2        | 2020-01-26T12:22:36: PM2 log: Time                 : Sun Jan 26 2020 12:22:36 GMT+0100 (GMT+01:00)
        PM2        | 2020-01-26T12:22:36: PM2 log: PM2 version          : 4.2.1
        PM2        | 2020-01-26T12:22:36: PM2 log: Node.js version      : 10.18.0
        PM2        | 2020-01-26T12:22:36: PM2 log: Current arch         : arm
        PM2        | 2020-01-26T12:22:36: PM2 log: PM2 home             : /home/pi/.pm2
        PM2        | 2020-01-26T12:22:36: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
        PM2        | 2020-01-26T12:22:36: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
        PM2        | 2020-01-26T12:22:36: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
        PM2        | 2020-01-26T12:22:36: PM2 log: Application log path : /home/pi/.pm2/logs
        PM2        | 2020-01-26T12:22:36: PM2 log: Worker Interval      : 30000
        PM2        | 2020-01-26T12:22:36: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
        PM2        | 2020-01-26T12:22:37: PM2 log: Concurrent actions   : 2
        PM2        | 2020-01-26T12:22:37: PM2 log: SIGTERM timeout      : 1600
        PM2        | 2020-01-26T12:22:37: PM2 log: ===============================================================================
        PM2        | 2020-01-26T12:22:37: PM2 log: App [mm:0] starting in -fork mode-
        PM2        | 2020-01-26T12:22:37: PM2 log: App [mm:0] online
        PM2        | 2020-01-26T14:51:00: PM2 log: ===============================================================================
        PM2        | 2020-01-26T14:51:00: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
        PM2        | 2020-01-26T14:51:00: PM2 log: Time                 : Sun Jan 26 2020 14:51:00 GMT+0100 (GMT+01:00)
        PM2        | 2020-01-26T14:51:00: PM2 log: PM2 version          : 4.2.1
        PM2        | 2020-01-26T14:51:00: PM2 log: Node.js version      : 10.18.0
        PM2        | 2020-01-26T14:51:00: PM2 log: Current arch         : arm
        PM2        | 2020-01-26T14:51:00: PM2 log: PM2 home             : /home/pi/.pm2
        PM2        | 2020-01-26T14:51:00: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
        PM2        | 2020-01-26T14:51:00: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
        PM2        | 2020-01-26T14:51:00: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
        PM2        | 2020-01-26T14:51:00: PM2 log: Application log path : /home/pi/.pm2/logs
        PM2        | 2020-01-26T14:51:00: PM2 log: Worker Interval      : 30000
        PM2        | 2020-01-26T14:51:00: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
        PM2        | 2020-01-26T14:51:00: PM2 log: Concurrent actions   : 2
        PM2        | 2020-01-26T14:51:00: PM2 log: SIGTERM timeout      : 1600
        PM2        | 2020-01-26T14:51:00: PM2 log: ===============================================================================
        PM2        | 2020-01-26T14:51:01: PM2 log: App [mm:0] starting in -fork mode-
        PM2        | 2020-01-26T14:51:02: PM2 log: App [mm:0] online
        PM2        | 2020-01-26T15:02:19: PM2 log: Stopping app:mm id:0
        PM2        | 2020-01-26T15:02:19: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:19: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:19: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:20: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:20: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:20: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:20: PM2 log: pid=747 msg=failed to kill - retrying in 100ms
        PM2        | 2020-01-26T15:02:21: PM2 log: Process with pid 747 still alive after 1600ms, sending it SIGKILL now...
        PM2        | 2020-01-26T15:02:21: PM2 log: App [mm:0] exited with code [0] via signal [SIGKILL]
        PM2        | 2020-01-26T15:02:21: PM2 log: pid=747 msg=process killed
        PM2        | 2020-01-26T18:30:08: PM2 log: ===============================================================================
        PM2        | 2020-01-26T18:30:08: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
        PM2        | 2020-01-26T18:30:08: PM2 log: Time                 : Sun Jan 26 2020 18:30:08 GMT+0100 (GMT+01:00)
        PM2        | 2020-01-26T18:30:08: PM2 log: PM2 version          : 4.2.1
        PM2        | 2020-01-26T18:30:08: PM2 log: Node.js version      : 10.18.0
        PM2        | 2020-01-26T18:30:08: PM2 log: Current arch         : arm
        PM2        | 2020-01-26T18:30:08: PM2 log: PM2 home             : /home/pi/.pm2
        PM2        | 2020-01-26T18:30:08: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
        PM2        | 2020-01-26T18:30:08: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
        PM2        | 2020-01-26T18:30:08: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
        PM2        | 2020-01-26T18:30:08: PM2 log: Application log path : /home/pi/.pm2/logs
        PM2        | 2020-01-26T18:30:08: PM2 log: Worker Interval      : 30000
        PM2        | 2020-01-26T18:30:08: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
        PM2        | 2020-01-26T18:30:08: PM2 log: Concurrent actions   : 2
        PM2        | 2020-01-26T18:30:08: PM2 log: SIGTERM timeout      : 1600
        PM2        | 2020-01-26T18:30:08: PM2 log: ===============================================================================
        PM2        | 2020-01-26T18:30:08: PM2 log: App [mm:0] starting in -fork mode-
        PM2        | 2020-01-26T18:30:08: PM2 log: App [mm:0] online
        
        /home/pi/.pm2/logs/mm-error.log last 100 lines:
        0|mm       |      headers:
        0|mm       |       { Authorization:
        0|mm       |          'Basic OGQwYjVjMDhhMzM0NDVjMTgyZDZjOTAxYjcyNjc1MDM6YjYwNzBkYWM1MWI1NDhjMGE2M2E2NWE2ZjViNzJiN2Q=' },
        0|mm       |      form:
        0|mm       |       { grant_type: 'refresh_token',
        0|mm       |         refresh_token:
        0|mm       |          'AQA4iFw6XtIIqLbbHF8GUhTgYUvC-ZaSJxeavOWq7P67-aV8qSbXt8MLjYmVOv1NSONGNK0L-EuzZ5FvEfZo48fRd-tMX2ew9n6UDKF_cCSNNIxQUFBHzbDiQBwewYNq1PQ' },
        0|mm       |      json: true,
        0|mm       |      method: 'POST',
        0|mm       |      callback: [Function: RP$callback],
        0|mm       |      transform: undefined,
        0|mm       |      simple: true,
        0|mm       |      resolveWithFullResponse: false,
        0|mm       |      transform2xxOnly: false },
        0|mm       |   response: undefined }
        0|mm       | [21:59:38.878] [ERROR]  (node:7083) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [22:03:50.460] [ERROR]  (node:7812) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [22:27:30.468] [ERROR]  (node:11722) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [22:28:49.453] [ERROR]  WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:159
        0|mm       |                     			  ],
        0|mm       |                     			  ^
        0|mm       | 
        0|mm       | SyntaxError: Unexpected token ]
        0|mm       |     at new Script (vm.js:74:7)
        0|mm       |     at createScript (vm.js:246:10)
        0|mm       |     at Object.runInThisContext (vm.js:298:10)
        0|mm       |     at Module._compile (internal/modules/cjs/loader.js:678:28)
        0|mm       |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
        0|mm       |     at Module.load (internal/modules/cjs/loader.js:620:32)
        0|mm       |     at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
        0|mm       |     at Function.Module._load (internal/modules/cjs/loader.js:551:3)
        0|mm       |     at Module.require (internal/modules/cjs/loader.js:658:17)
        0|mm       |     at require (internal/modules/cjs/helpers.js:20:18)
        0|mm       | [22:30:26.812] [ERROR]  (node:12267) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [14:32:02.133] [ERROR]  (node:838) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [18:06:31.724] [ERROR]  (node:839) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | npm ERR! code ELIFECYCLE
        0|mm       | npm ERR! errno 1
        0|mm       | npm ERR! magicmirror@2.10.1 start: `./run-start.sh`
        0|mm       | npm ERR! Exit status 1
        0|mm       | npm ERR! 
        0|mm       | npm ERR! Failed at the magicmirror@2.10.1 start script.
        0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        0|mm       | 
        0|mm       | npm ERR! A complete log of this run can be found in:
        0|mm       | npm ERR!     /home/pi/.npm/_logs/2020-01-25T17_12_34_594Z-debug.log
        0|mm       | [18:14:01.717] [ERROR]  (node:873) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | npm ERR! code ELIFECYCLE
        0|mm       | npm ERR! errno 1
        0|mm       | npm ERR! magicmirror@2.10.1 start: `./run-start.sh`
        0|mm       | npm ERR! Exit status 1
        0|mm       | npm ERR! 
        0|mm       | npm ERR! Failed at the magicmirror@2.10.1 start script.
        0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        0|mm       | 
        0|mm       | npm ERR! A complete log of this run can be found in:
        0|mm       | npm ERR!     /home/pi/.npm/_logs/2020-01-25T17_14_35_178Z-debug.log
        0|mm       | [18:15:53.465] [ERROR]  (node:845) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:01:20.921] [ERROR]  (node:838) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:08:32.338] [ERROR]  (node:881) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:18:04.788] [ERROR]  (node:835) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:20:46.021] [ERROR]  (node:832) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:25:57.186] [ERROR]  (node:843) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | npm ERR! code ELIFECYCLE
        0|mm       | npm ERR! errno 1
        0|mm       | npm ERR! magicmirror@2.10.1 start: `./run-start.sh`
        0|mm       | npm ERR! Exit status 1
        0|mm       | npm ERR! 
        0|mm       | npm ERR! Failed at the magicmirror@2.10.1 start script.
        0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        0|mm       | 
        0|mm       | npm ERR! A complete log of this run can be found in:
        0|mm       | npm ERR!     /home/pi/.npm/_logs/2020-01-25T19_43_35_693Z-debug.log
        0|mm       | [20:45:04.163] [ERROR]  (node:847) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | npm ERR! code ELIFECYCLE
        0|mm       | npm ERR! errno 1
        0|mm       | npm ERR! magicmirror@2.10.1 start: `./run-start.sh`
        0|mm       | npm ERR! Exit status 1
        0|mm       | npm ERR! 
        0|mm       | npm ERR! Failed at the magicmirror@2.10.1 start script.
        0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        0|mm       | 
        0|mm       | npm ERR! A complete log of this run can be found in:
        0|mm       | npm ERR!     /home/pi/.npm/_logs/2020-01-25T20_04_37_922Z-debug.log
        0|mm       | [11:24:15.592] [ERROR]  (node:835) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [11:42:11.259] [ERROR]  (node:3798) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [11:44:27.449] [ERROR]  (node:4238) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | npm ERR! code ELIFECYCLE
        0|mm       | npm ERR! errno 1
        0|mm       | npm ERR! magicmirror@2.10.1 start: `./run-start.sh`
        0|mm       | npm ERR! Exit status 1
        0|mm       | npm ERR! 
        0|mm       | npm ERR! Failed at the magicmirror@2.10.1 start script.
        0|mm       | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        0|mm       | 
        0|mm       | npm ERR! A complete log of this run can be found in:
        0|mm       | npm ERR!     /home/pi/.npm/_logs/2020-01-26T10_47_47_931Z-debug.log
        0|mm       | [11:49:10.926] [ERROR]  (node:887) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [14:34:38.124] [ERROR]  (node:839) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|mm       | [20:24:31.753] [ERROR]  (node:847) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        
        /home/pi/.pm2/logs/mm-out.log last 100 lines:
        0|mm       | [11:48:59.411] [LOG]    email helper started ...
        0|mm       | [11:48:59.412] [LOG]    Connecting socket for: MMM-SystemStats
        0|mm       | [11:48:59.414] [LOG]    Sockets connected & modules started ...
        0|mm       | [11:49:00.551] [LOG]    Launching application.
        0|mm       | [11:49:11.172] [LOG]    listening for emails...
        0|mm       | [11:49:15.096] [LOG]    Refreshed access token because it has expired. Expired at: 11:49:10 now is: 11:49:15
        0|mm       | [11:49:15.121] [LOG]    Refreshed access token because it has expired. Expired at: 12:49:15 now is: 11:49:15
        0|mm       | [11:49:15.245] [LOG]    Refreshed access token because it has expired. Expired at: 12:49:15 now is: 11:49:15
        0|mm       | [12:06:56.699] [LOG]    Shutting down server...
        0|mm       | [12:06:56.702] [LOG]    Stopping module helper: updatenotification
        0|mm       | [12:06:56.704] [LOG]    Stopping module helper: MMM-NowPlayingOnSpotify
        0|mm       | [12:06:56.706] [LOG]    Stopping module helper: MMM-Xbox
        0|mm       | [12:06:56.707] [LOG]    Stopping module helper: email
        0|mm       | [12:06:56.707] [LOG]    Stopping module helper: MMM-SystemStats
        0|mm       | 
        0|mm       | > magicmirror@2.10.1 start /home/pi/MagicMirror
        0|mm       | > ./run-start.sh
        0|mm       | 
        0|mm       | [14:34:17.324] [LOG]    Starting MagicMirror: v2.10.1
        0|mm       | [14:34:17.375] [LOG]    Loading config ...
        0|mm       | [14:34:17.398] [LOG]    Loading module helpers ...
        0|mm       | [14:34:17.403] [LOG]    No helper found for module: alert.
        0|mm       | [14:34:17.611] [LOG]    Initializing new module helper ...
        0|mm       | [14:34:17.614] [LOG]    Module helper loaded: updatenotification
        0|mm       | [14:34:17.617] [LOG]    No helper found for module: clock.
        0|mm       | [14:34:19.640] [LOG]    Initializing new module helper ...
        0|mm       | [14:34:19.641] [LOG]    Module helper loaded: MMM-NowPlayingOnSpotify
        0|mm       | [14:34:19.643] [LOG]    No helper found for module: MMM-OpenmapWeather.
        0|mm       | [14:34:19.645] [LOG]    No helper found for module: weatherforecast.
        0|mm       | [14:34:23.595] [LOG]    Initializing new module helper ...
        0|mm       | [14:34:23.596] [LOG]    Module helper loaded: MMM-Xbox
        0|mm       | [14:34:24.092] [LOG]    Initializing new module helper ...
        0|mm       | [14:34:24.093] [LOG]    Module helper loaded: email
        0|mm       | [14:34:25.807] [LOG]    Initializing new module helper ...
        0|mm       | [14:34:25.808] [LOG]    Module helper loaded: MMM-SystemStats
        0|mm       | [14:34:25.809] [LOG]    All module helpers loaded.
        0|mm       | [14:34:25.812] [LOG]    Starting server on port 8080 ... 
        0|mm       | [14:34:25.861] [LOG]    Server started ...
        0|mm       | [14:34:25.864] [LOG]    Connecting socket for: updatenotification
        0|mm       | [14:34:25.867] [LOG]    Connecting socket for: MMM-NowPlayingOnSpotify
        0|mm       | [14:34:25.869] [LOG]    Connecting socket for: MMM-Xbox
        0|mm       | [14:34:25.872] [LOG]    Connecting socket for: email
        0|mm       | [14:34:25.874] [LOG]    email helper started ...
        0|mm       | [14:34:25.876] [LOG]    Connecting socket for: MMM-SystemStats
        0|mm       | [14:34:25.878] [LOG]    Sockets connected & modules started ...
        0|mm       | [14:34:26.844] [LOG]    Launching application.
        0|mm       | [14:34:38.307] [LOG]    listening for emails...
        0|mm       | [14:34:39.682] [LOG]    Refreshed access token because it has expired. Expired at: 14:34:38 now is: 14:34:39
        0|mm       | [14:34:39.822] [LOG]    Refreshed access token because it has expired. Expired at: 15:34:39 now is: 14:34:39
        0|mm       | 
        0|mm       | > magicmirror@2.10.1 start /home/pi/MagicMirror
        0|mm       | > ./run-start.sh
        0|mm       | 
        0|mm       | [15:02:17.720] [LOG]    Starting MagicMirror: v2.10.1
        0|mm       | [15:02:17.766] [LOG]    Loading config ...
        0|mm       | [15:02:17.796] [LOG]    Loading module helpers ...
        0|mm       | [15:02:17.802] [LOG]    No helper found for module: alert.
        0|mm       | [15:02:18.037] [LOG]    Initializing new module helper ...
        0|mm       | [15:02:18.039] [LOG]    Module helper loaded: updatenotification
        0|mm       | [15:02:18.043] [LOG]    No helper found for module: clock.
        0|mm       | [15:02:19.854] [LOG]    Initializing new module helper ...
        0|mm       | [15:02:19.855] [LOG]    Module helper loaded: MMM-NowPlayingOnSpotify
        0|mm       | [15:02:19.914] [LOG]    No helper found for module: MMM-OpenmapWeather.
        0|mm       | [15:02:20.036] [LOG]    No helper found for module: weatherforecast.
        0|mm       | 
        0|mm       | > magicmirror@2.10.1 start /home/pi/MagicMirror
        0|mm       | > ./run-start.sh
        0|mm       | 
        0|mm       | [20:24:12.679] [LOG]    Starting MagicMirror: v2.10.1
        0|mm       | [20:24:12.711] [LOG]    Loading config ...
        0|mm       | [20:24:12.732] [LOG]    Loading module helpers ...
        0|mm       | [20:24:12.742] [LOG]    No helper found for module: alert.
        0|mm       | [20:24:15.688] [LOG]    Initializing new module helper ...
        0|mm       | [20:24:15.689] [LOG]    Module helper loaded: updatenotification
        0|mm       | [20:24:15.692] [LOG]    No helper found for module: clock.
        0|mm       | [20:24:16.909] [LOG]    Initializing new module helper ...
        0|mm       | [20:24:16.910] [LOG]    Module helper loaded: MMM-NowPlayingOnSpotify
        0|mm       | [20:24:16.912] [LOG]    No helper found for module: MMM-OpenmapWeather.
        0|mm       | [20:24:17.354] [LOG]    No helper found for module: weatherforecast.
        0|mm       | [20:24:18.833] [LOG]    Initializing new module helper ...
        0|mm       | [20:24:18.834] [LOG]    Module helper loaded: MMM-Xbox
        0|mm       | [20:24:19.312] [LOG]    Initializing new module helper ...
        0|mm       | [20:24:19.313] [LOG]    Module helper loaded: email
        0|mm       | [20:24:20.951] [LOG]    Initializing new module helper ...
        0|mm       | [20:24:20.952] [LOG]    Module helper loaded: MMM-SystemStats
        0|mm       | [20:24:20.953] [LOG]    All module helpers loaded.
        0|mm       | [20:24:20.956] [LOG]    Starting server on port 8080 ... 
        0|mm       | [20:24:21.001] [LOG]    Server started ...
        0|mm       | [20:24:21.003] [LOG]    Connecting socket for: updatenotification
        0|mm       | [20:24:21.006] [LOG]    Connecting socket for: MMM-NowPlayingOnSpotify
        0|mm       | [20:24:21.009] [LOG]    Connecting socket for: MMM-Xbox
        0|mm       | [20:24:21.012] [LOG]    Connecting socket for: email
        0|mm       | [20:24:21.014] [LOG]    email helper started ...
        0|mm       | [20:24:21.016] [LOG]    Connecting socket for: MMM-SystemStats
        0|mm       | [20:24:21.017] [LOG]    Sockets connected & modules started ...
        0|mm       | [20:24:23.535] [LOG]    Launching application.
        0|mm       | [20:24:32.611] [LOG]    listening for emails...
        0|mm       | [20:24:34.134] [LOG]    Refreshed access token because it has expired. Expired at: 20:24:31 now is: 20:24:34
        0|mm       | [20:24:34.157] [LOG]    Refreshed access token because it has expired. Expired at: 21:24:34 now is: 20:24:34
        0|mm       | [20:24:34.285] [LOG]    Refreshed access token because it has expired. Expired at: 21:24:34 now is: 20:24:34
        
        1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil
          last edited by Jan 27, 2020, 7:41 PM

          hm… don’t see anything obvious

          tell us more about what happened right before this weird monitor stuff started happening

          as an example, my pi4 has been running great the last few months.

          i approved a system software update, and now the screen goes blank after some minutes…
          I have done all the screensaver things I can think of… nothing fixes it…
          (three other devices on TV continue to work great)…

          so, I made a new memory card for the same OS… and IT behaves properly… so hardware problem.
          something in the software update… still investigating 5 days of work so far…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          P 1 Reply Last reply Jan 27, 2020, 8:29 PM Reply Quote 1
          • P Offline
            payno4 @sdetweil
            last edited by Jan 27, 2020, 8:29 PM

            @sdetweil

            So I think my problem is solved. I really don’t know what happened, but I wanted to make a video how the monitor goes on and off and suddenly there is no problem anymore. Maybe it’s because I removed the tape which festend the circuit board or because I straightened up the mirror, I don’t know. But nevertheless thank you very much for your help. :)

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              4/5
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy