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

Just upgraded to 2.18, runs, but no display

Scheduled Pinned Locked Moved Solved Troubleshooting
12 Posts 3 Posters 3.1k 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.
  • F Offline
    fribse
    last edited by fribse Feb 13, 2022, 12:23 PM Feb 13, 2022, 12:22 PM

    Hi all

    One more to the list of people having problems after 2.18.
    I’m running a RPi to show the magicmirror.
    I can see on ‘http://mirror:8080’ that it renders the page.
    But nothing is shown on the monitor
    By now in my debugging I only have these modules activated:
    “compliments”
    “alert”
    “updatenotification”
    “clock”
    “calendar”
    “weather”
    “newsfeed”
    As far as I know, all core modules.
    I see this in the logfile:

    0|MagicMir | [974:0213/131905.747644:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
    0|MagicMir | [1014:0213/131907.005140:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
    0|MagicMir | [1036:0213/131907.699933:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
    
    S B 2 Replies Last reply Feb 13, 2022, 1:47 PM Reply Quote 0
    • S Offline
      sdetweil @fribse
      last edited by Feb 13, 2022, 3:56 PM

      @fribse yes, can reinstall like that.

      as for black screen there is this

      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

      my upgrade only handles 2 known libs missing, request and valid-url

      if there is another, I’d update my script.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @fribse
        last edited by Feb 13, 2022, 1:47 PM

        @fribse how did u upgrade? git clone & npm install, or my script?

        if you open the dev window, ctrl-shift-i on the keyboard and select the console tab, do you see any other errors?

        what pi is this?
        can u show output of

        node -v
        npm -v

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        F 1 Reply Last reply Feb 13, 2022, 2:15 PM Reply Quote 0
        • F Offline
          fribse @sdetweil
          last edited by fribse Feb 13, 2022, 2:16 PM Feb 13, 2022, 2:15 PM

          @sdetweil I used your script (of course :smiling_face_with_halo: )
          It’s a Raspberry Pi 3 Model B Rev 1.2
          According to /sys/firmware/devicetree/base/model

          node -v
          v16.14.0
          npm -v
          8.3.1
          

          I’ve now tried to only load the clock module, same result.

          No message in the debug console, except the happy ones.

          Btw. release shows:

          /etc/*release
          PRETTY_NAME=“Raspbian GNU/Linux 10 (buster)”
          NAME=“Raspbian GNU/Linux”
          VERSION_ID=“10”
          VERSION=“10 (buster)”
          VERSION_CODENAME=buster
          ID=raspbian
          ID_LIKE=debian
          HOME_URL=“http://www.raspbian.org/”
          SUPPORT_URL=“http://www.raspbian.org/RaspbianForums”
          BUG_REPORT_URL=“http://www.raspbian.org/RaspbianBugs”

          F 1 Reply Last reply Feb 13, 2022, 3:34 PM Reply Quote 0
          • F Offline
            fribse @fribse
            last edited by fribse Feb 13, 2022, 3:36 PM Feb 13, 2022, 3:34 PM

            @sdetweil Can I attempt a reinstall by just renaming the MagicMirror folder?
            I’ve also lost my most appreciated module, MMM-MQTTBridge, so I would love to just go back to the 2.17.1 if possible at all and the node.js and npm to be on an older (working) version :-(

            S 1 Reply Last reply Feb 13, 2022, 3:56 PM Reply Quote 0
            • B Offline
              bugsounet Banned @fribse
              last edited by Feb 13, 2022, 3:44 PM

              I see this in the logfile:

              0|MagicMir | [974:0213/131905.747644:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
              0|MagicMir | [1014:0213/131907.005140:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
              0|MagicMir | [1036:0213/131907.699933:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
              

              Generaly:

              • 50% of problems come from the person behind the terminal
              • 48% of other problem are person don’t read pre-require
              • 2% of rest are main coding problem

              Are you sure that you are in 2% of people ? :beaming_face_with_smiling_eyes:

              So: Just use node v14.x

              F 1 Reply Last reply Feb 13, 2022, 5:23 PM Reply Quote 0
              • S Offline
                sdetweil @fribse
                last edited by Feb 13, 2022, 3:56 PM

                @fribse yes, can reinstall like that.

                as for black screen there is this

                https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                my upgrade only handles 2 known libs missing, request and valid-url

                if there is another, I’d update my script.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • F Offline
                  fribse @bugsounet
                  last edited by fribse Feb 13, 2022, 5:27 PM Feb 13, 2022, 5:23 PM

                  @bugsounet Ha ha ha, no, I’m not blaiming anybody except myself. :beaming_face_with_smiling_eyes:
                  How do I
                  “So: Just use node v14.x”

                  @sdetweil I just did a reinstall, and now it displays stuff on the screen.
                  I do see this in the logs repeated over and over (as I said, fresh install):

                  0|MagicMirror  | [6213:0213/182653.081807:ERROR:socket_posix.cc(96)] CreatePlatformSocket() failed: Adressefamilien er ikke understøttet af protokollen (97)
                  

                  Now I’ll try to add modules from my old config to see if it keeps working.

                  F S 2 Replies Last reply Feb 13, 2022, 5:36 PM Reply Quote 0
                  • F Offline
                    fribse @fribse
                    last edited by Feb 13, 2022, 5:36 PM

                    @fribse Ok, so the black screen has nothing to do with the error:

                    0|MagicMirror  | [1554:0213/183501.650842:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
                    0|MagicMirror  | [1601:0213/183503.081619:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
                    0|MagicMirror  | [1621:0213/183503.548717:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
                    

                    As that is still shown when I start the software…

                    1 Reply Last reply Reply Quote 1
                    • S Offline
                      sdetweil @fribse
                      last edited by Feb 13, 2022, 5:41 PM

                      @fribse never seen that before

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      F 1 Reply Last reply Feb 13, 2022, 8:19 PM Reply Quote 0
                      • F Offline
                        fribse @sdetweil
                        last edited by Feb 13, 2022, 8:19 PM

                        @sdetweil Glad to show you something new :rolling_on_the_floor_laughing:
                        I wonder if it’s the

                        gpu_mem=128
                        

                        in boot/config.txt
                        ?

                        Well, after doing a reinstall, module for module, it’s working with everything except that the Screencast module interferes with the remote module for the Home Assistant Integration (which uses the remote module).

                        So a success for now, and then I hope the integration to HA will get working.
                        Thans @sdetweil and @bugsounet !

                        S F 2 Replies Last reply Feb 13, 2022, 11:14 PM Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        1 / 2
                        • First post
                          1/12
                          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