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.

    MagicMirror does not start in full screen

    Scheduled Pinned Locked Moved Solved Troubleshooting
    42 Posts 2 Posters 26.6k Views 2 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 Do not disturb
      sdetweil @drx1984
      last edited by

      @drx1984 in the electronOptions add at the end

      ,fullScreen:true
      

      note the leading comma, as this will be after the height:1080

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        drx1984 @sdetweil
        last edited by

        @sdetweil Is that what you mean>> electronOptions:{width:1920, height:1080, fullScreen:true}, ?

        1.png

        unfortunately nothing came of it

        S 1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @drx1984
          last edited by sdetweil

          @drx1984 yes…

          what OS is this

          show results of

          lsb_release -a
          uname -a
          

          also, stop MagicMirror and then delete the .config for Electron as before

          then restart MagicMirror

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            drx1984 @sdetweil
            last edited by

            @sdetweil Unfortunately I have to leave now sry, I’ll get back to you tomorrow.
            There is an Ubuntu 22.04.4 installed on an IntelNuc.

            I have another YouTube video >you can see how it is briefly in full screen at the start and then the full screen goes away again. Watch the video clip until the end: https://www.youtube.com/watch?v=5fRf2pJuET8

            thanks

            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @drx1984
              last edited by

              @drx1984 ok, how are u launching mm?

              show results of

              pm2 status

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                drx1984 @sdetweil
                last edited by

                @sdetweil
                Good morning, MagicMirror actually starts when I restart, but I can also start MagicMirror in the terminal with pm2 start.
                1.png

                If I start the MagicMirror myself via the terminal, everything is displayed in full screen, but not when I reboot.

                I installed MagicMirror with this script: bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)”

                Everything works, except the full screen doesn’t work when IntelNuc is restarted.
                2.png

                S 1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @drx1984
                  last edited by sdetweil

                  @drx1984 thats my install script

                  so, lets create the pm2 entry

                  pm2 stop all
                  pm2 delete 0
                  pm2 save -f
                  # run script from my list to setup pm2
                  bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    drx1984 @sdetweil
                    last edited by

                    @sdetweil I just tried, unfortunately still no full screen after restarting.
                    1.png

                    S 1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @drx1984
                      last edited by

                      @drx1984 hm…

                      can you do

                      pm2 info 0 >somefile.txt
                      

                      and send me the somefile.txt at my same userid on gmail

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Reply Quote 0
                      • D Offline
                        drx1984 @sdetweil
                        last edited by

                        @sdetweil OK, I created it. what is your email address?
                        or can I post it here too?

                        S 1 Reply Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @drx1984
                          last edited by

                          @drx1984 don’t post here, too much stuff

                          I gave you my email

                          my same userid on gmail

                          I protect myself against scrapers looking for email

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          D 1 Reply Last reply Reply Quote 0
                          • D Offline
                            drx1984 @sdetweil
                            last edited by

                            @sdetweil OK, all right, I just sent you the file

                            S 1 Reply Last reply Reply Quote 0
                            • S Do not disturb
                              sdetweil @drx1984
                              last edited by

                              @drx1984 ok, don’t see it yet

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              D 1 Reply Last reply Reply Quote 0
                              • D Offline
                                drx1984 @sdetweil
                                last edited by

                                @sdetweil hmm, so I understood you correctly, your email address is “username” from this forum and ....@gmail.com >correct?
                                Or check your spam folder?

                                S 1 Reply Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @drx1984
                                  last edited by

                                  @drx1984 correct

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  D 1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    drx1984 @sdetweil
                                    last edited by

                                    @sdetweil OK then I did it right. received now?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @drx1984
                                      last edited by

                                      @drx1984 yes, just arrived…

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      D 1 Reply Last reply Reply Quote 0
                                      • D Offline
                                        drx1984 @sdetweil
                                        last edited by

                                        @sdetweil OK, great

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @drx1984
                                          last edited by sdetweil

                                          @drx1984 sadly it looks perfect.

                                          do this
                                          edit

                                          ~/MagicMirror/installers/mm.sh
                                          

                                          insert a new line 2

                                          sleep 10
                                          

                                          then reboot

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          D 1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            drx1984 @sdetweil
                                            last edited by

                                            @sdetweil that’s what she means?
                                            1.png

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 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