MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED blackscreen

    Troubleshooting
    2
    2
    184
    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.
    • I
      ifzer0c00lsucked last edited by

      here is a copy of the log. no idea whats going on.

      pi@raspberrypi:~ $ pm2 log MagicMirror
      [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 | [17:09:07.206] [ERROR] /home/pi/MagicMirror/node_modules/rt-scraper/index.js:1
      0|MagicMir | (function (exports, require, module, __filename, __dirname, process, global, Buffer) { return function (exports, require, module, __filename, __dirname) { *
      0|MagicMir | ^
      0|MagicMir |
      0|MagicMir | SyntaxError: Unexpected token *
      0|MagicMir | at new Script (vm.js:74:7)
      0|MagicMir | at createScript (vm.js:246:10)
      0|MagicMir | at Object.runInThisContext (vm.js:298:10)
      0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:678:28)
      0|MagicMir | at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      0|MagicMir | at Module.load (internal/modules/cjs/loader.js:620:32)
      0|MagicMir | at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
      0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:551:3)
      0|MagicMir | at Module.require (internal/modules/cjs/loader.js:658:17)
      0|MagicMir | at require (internal/modules/cjs/helpers.js:20:18)

      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | [17:09:06.363] [LOG] No helper found for module: compliments.
      0|MagicMir | [17:09:07.174] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.175] [LOG] Module helper loaded: MMM-Screencast
      0|MagicMir | [17:09:07.193] [LOG] Loading module helpers …
      0|MagicMir | [17:09:07.194] [LOG] No helper found for module: alert.
      0|MagicMir | [17:09:07.195] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.196] [LOG] Module helper loaded: updatenotification
      0|MagicMir | [17:09:07.197] [LOG] No helper found for module: clock.
      0|MagicMir | [17:09:07.198] [LOG] No helper found for module: compliments.
      0|MagicMir | [17:09:07.199] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.199] [LOG] Module helper loaded: MMM-Screencast
      0|MagicMir | [17:09:07.206] [LOG] Whoops! There was an uncaught exception…
      0|MagicMir | [17:09:07.211] [LOG] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [17:09:07.212] [LOG] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | [17:09:07.807] [LOG] Launching application.

      i can minimize the window with ctrl - m but hitting alt show no options the label on the window is just electron.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @ifzer0c00lsucked last edited by

        @ifzer0c00lsucked

        home/pi/MagicMirror/node_modules/rt-scraper/index.js:1
        0|MagicMir | (function (exports, require, module, __filename, __dirname, process, global, Buffer) { return function (exports, require, module, __filename, __dirname) { *
        0|MagicMir | ^
        0|MagicMir |
        0|MagicMir | SyntaxError: Unexpected token *
        

        This * appears to be garbage. In many cases, for me, this indicated an sd card starting to fail.
        You could rename the node_modules/rt-scraper folder, then try reinstalling that module

        cd ~/MagicMirror
        npm install rt-scraper
        

        Then try to run mirror again…
        But make plans for new sd card asap

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy