• 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.

Black screen on HMDI output, content on remote browser

Scheduled Pinned Locked Moved Unsolved Troubleshooting
25 Posts 3 Posters 7.4k 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.
  • C Offline
    chris_d @sdetweil
    last edited by Jan 19, 2023, 6:41 PM

    @sdetweil
    The platform failed to initialize.Missing X server or $DISPLAY

    S 1 Reply Last reply Jan 19, 2023, 6:46 PM Reply Quote 0
    • S Offline
      sdetweil @chris_d
      last edited by Jan 19, 2023, 6:46 PM

      @chris_d you are running the full desktop os, right? text/cli mode doesn’t work, unless u want to run server only and view from somewhere else.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Jan 19, 2023, 7:39 PM Reply Quote 0
      • C Offline
        chris_d @sdetweil
        last edited by Jan 19, 2023, 7:39 PM

        @sdetweil I am running the full desktop. yes.
        This used to work but following a Magic Mirror and pi system update it no longer does.
        I can see the desktop on boot up, but when pm2 runs the mirror then I get the blank screen.

        S 1 Reply Last reply Jan 19, 2023, 7:42 PM Reply Quote 0
        • S Offline
          sdetweil @chris_d
          last edited by Jan 19, 2023, 7:42 PM

          @chris_d

          which pi os?

          lsb_release -a

          how did u open that terminal window?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Jan 19, 2023, 7:46 PM Reply Quote 0
          • C Offline
            chris_d @sdetweil
            last edited by Jan 19, 2023, 7:46 PM

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

            lsb_release -a

            Distributor ID: Raspbian
            Description: Raspbian GNU/Linux 10 (buster)
            Release: 10
            Codename: buster

            I am using ssh to remote into the pi
            The following thread seems similar, but does not offer a solution
            https://forum.magicmirror.builders/topic/17211/having-trouble-with-launch-perhaps-display-value?page=1

            S 1 Reply Last reply Jan 19, 2023, 9:02 PM Reply Quote 0
            • S Offline
              sdetweil @chris_d
              last edited by Jan 19, 2023, 9:02 PM

              @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 Jan 19, 2023, 9:35 PM Reply Quote 0
              • C Offline
                chris_d @sdetweil
                last edited by Jan 19, 2023, 9:35 PM

                @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 Jan 19, 2023, 10:02 PM Reply Quote 0
                • S Offline
                  sdetweil @chris_d
                  last edited by Jan 19, 2023, 10:02 PM

                  @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 Jan 19, 2023, 10:08 PM Reply Quote 0
                  • C Offline
                    chris_d @sdetweil
                    last edited by Jan 19, 2023, 10:08 PM

                    @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 Jan 19, 2023, 10:21 PM Reply Quote 0
                    • S Offline
                      sdetweil @chris_d
                      last edited by Jan 19, 2023, 10:21 PM

                      @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 Jan 20, 2023, 4:59 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        11/25
                        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