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.

    Failed to Connect to Wayland Display

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    21 Posts 3 Posters 887 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.
    • A Offline
      atwist @sdetweil
      last edited by

      @sdetweil ahh okay. I do have that file. What am I looking for in it though.?

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

        @atwist can you run this from the command line , and show the results

        ps -ef | grep -v grep | grep -i -e xway -e labwc
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • A Offline
          atwist @atwist
          last edited by

          nothing is returned

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

            @atwist ok, weird, that is the command set I use on mm.sh to determine if Wayland is running or not

            Does your mm.sh have those commands listed?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              atwist @sdetweil
              last edited by sdetweil

              @sdetweil

              Yes it does:

              if [ $(ps -ef | grep -v grep | grep -i -e xway -e labwc | wc 
                 # if WAYLAND_DISPLAYis set, use it, else set to -0
                 export WAYLAND_DISPLAY=${WAYLAND_DISPLAY:=wayland-0}
                 npm run start:wayland
              else
                 DISPLAY=:0 npm start
              fi
              
              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @atwist
                last edited by

                @atwist
                So it shouldn’t be trying to start using wayland
                And npm start on 2.34.0 uses x11

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                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