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.

    Raspbian is fullscreen, but the MM not

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 5 Posters 2.1k Views 4 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.
    • T Offline
      teandryk
      last edited by

      Have the same issue and can’t seem to find the answer. Did anyone figure out how to fix it? Can you share, please?

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

        @teandryk do this

        stop mm

        cd ~
        rm -rf .config/Electron
        

        note the dot in front of config

        restart mm

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • T Offline
          teandryk
          last edited by

          Thanks for the fast reply but it does not work. I done

          cd ~
          pm2 stop mm.sh
          rm -rf .config/Electron
          pm2 start mm.sh

          and still have 600x800

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

            @teandryk are u on the pi display or over vnc

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • T Offline
              teandryk
              last edited by

              fount it,
              in ~/MagicMirror/js/electron.js in

              function createWindow()
              …
              width: 800,
              height: 600,
              …

              To get the current resolution:

              fbset

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

                @teandryk u can set that in config.js

                electronOptions: {width: xxx, height: yyy},

                but it should have done it automatically

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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