Navigation

    MagicMirror Forum

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

    Mirror stays black, nothing shown

    Troubleshooting
    3
    3
    1545
    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.
    • L
      L_i_v_e last edited by

      So i mad the MM start after a lot of troubles (https://forum.magicmirror.builders/topic/6060/failed-at-the-magicmirror-2-2-2-start-script-sh-run-start-sh?page=1)
      Now the problem is that the display/vncview stays black, no module shown. What can i do?
      This is the console log from vnc

      ~/MagicMirror $ npm start
      
      > magicmirror@2.2.2 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.2.2
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: calendar
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ... 
      Server started ...
      Connecting socket for: updatenotification
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      

      If i start without anty config i still get a black screen (compared to the old error message about the config file)

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.2.2 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.2.2
      Loading config ...
      WARNING! Could not find config file. Please create one. Starting with default configuration.
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: helloworld.
      All module helpers loaded.
      Starting server on port 8080 ... 
      Server started ...
      Connecting socket for: updatenotification
      Sockets connected & modules started ...
      Launching application.
      
      1 Reply Last reply Reply Quote 0
      • idoodler
        idoodler Module Developer last edited by

        Did you solve this issue, I am having the sameone.

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

          i did

          npm remove electron
          npm install electron@1.7.9

          and my black screen is gone

          1 Reply Last reply Reply Quote 0
          • 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