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.

    Black screen on HMDI output, content on remote browser

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    25 Posts 3 Posters 7.5k Views 3 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.
    • S Offline
      sdetweil @chris_d
      last edited by

      @chris_d interesting. I ssh into my mirror systems all the time and never have trouble.

      do

      pm2 stop all
      cd ~/MagicMirror
      npm start >somefile.txt 2>&1
      

      wait til the black screen
      ctrl-c in the ssh terminal

      then nano somefile.txt, scroll down
      see if there are any errors reported…

      the package.json will set DISPLAY if not set

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        chris_d @sdetweil
        last edited by

        @sdetweil said in Black screen on HMDI output, content on remote browser:

        pm2 stop all
        cd ~/MagicMirror
        npm start >somefile.txt 2>&1

        Errors are:
        [2883:0119/213451.321388:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
        [2916:0119/213451.509005:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.

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

          @chris_d in from to the npm start line do

          export ELECTRON_DISABLE_GPU=1
          

          and rerun…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            chris_d @sdetweil
            last edited by

            @sdetweil said in Black screen on HMDI output, content on remote browser:

            export ELECTRON_DISABLE_GPU=1

            No error now, but still a black screen

            S 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @chris_d
              last edited by

              @chris_d on the black screen press ctrl-shift-i to open the developers window, then select the console tab and scroll up for any errors usually red text

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MikeBishop @sdetweil
                last edited by

                @sdetweil

                I’m having what appears to be the same problem – HDMI is black (but apparently happy from the log output), while browser access is fine. I can’t get the dev tools to come up in Electron; perhaps unsurprisingly, the browser dev tools don’t show any errors that weren’t there on my old instance.

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

                  @MikeBishop are you also running on buster?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  M 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @chris_d
                    last edited by sdetweil

                    @chris_d try npm start dev to open dev window on startup

                    also can u try the npm start on the pi desktop, not over ssh?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MikeBishop @sdetweil
                      last edited by MikeBishop

                      @sdetweil

                      Bullseye, looks like. Whatever’s in the newest RPi OS release, anyway.

                      For the moment, I’ve swapped back to the other SD card that’s working. System’s been a little flaky the last few days, figured I’d try a fresh install on a new card in case that’s starting to go; hit this issue on the new one. When I have a few minutes to pull the Pi from the mirror and bring it back to my desk, I’ll give npm start dev a try on the newer one.

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

                        @MikeBishop can u reflash bullseye and use my install script?
                        https://github.com/sdetweil/MagicMirror_scripts

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          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