Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Display Help

    Troubleshooting
    3
    25
    4188
    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.
    • H
      hnperkins last edited by

      Im sure this has been posted before and i have tried a few of the suggestions but Im at a loss atm as to how to use the entire screen. any help would be much appreciated

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @hnperkins last edited by

        @hnperkins

        Are you using a Pi?
        What resolution are you set to?
        Have you made any changes to any MM system files?

        1 Reply Last reply Reply Quote 0
        • H
          hnperkins last edited by hnperkins

          yes i am using a pi2b i’ve tried the custom css with

          body {
             margin: 1px;
            height: calc(100% - 1px);
            width: calc(100% - 1px);
          }
          

          i tried multiple margin sizes and height and width but it never comes down any further than what is in that screen shot

          i have

          disable_overscan=1
          hdmi_group=1
          hdmi_mode=16
          

          and my resolution is forced set to 1920x1080 60hz 16:9 after doing a
          tvservice -d edid

          Mykle1 2 Replies Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @hnperkins last edited by Mykle1

            @hnperkins said in Display Help:

            body {
            margin: 1px;
            height: calc(100% - 1px);
            width: calc(100% - 1px);
            }

            I believe this should be

            body {
              margin: 1px;
              height: calc(100% - 2px);
              width: calc(100% - 2px);
            }
            

            I don’t know about the other.

            H 1 Reply Last reply Reply Quote 0
            • H
              hnperkins @Mykle1 last edited by

              @Mykle1 ok i will try that and see if it makes a difference. Could it be in the main.css? i just dont under stand why it wants to stay in the upper 1/4 of the monitor

              Mykle1 1 Reply Last reply Reply Quote 0
              • Mykle1
                Mykle1 Project Sponsor Module Developer @hnperkins last edited by

                @hnperkins

                No, that belongs in the custom.css file. You should not be editing the main.css file unless you absolutely know what you are doing. That’s why I asked if you made any changes to the MM system files.

                H 1 Reply Last reply Reply Quote 0
                • H
                  hnperkins @Mykle1 last edited by

                  @Mykle1 ok i see what you are saying. no i’ve not edited it. looked at it but not made changes. just the custom

                  Mykle1 1 Reply Last reply Reply Quote 0
                  • Mykle1
                    Mykle1 Project Sponsor Module Developer @hnperkins last edited by

                    @hnperkins

                    Someone will know how to solve your issue. I’m sure of it.

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      hnperkins @Mykle1 last edited by

                      @Mykle1 hah i hope so, i’ve been going at this for about 3 hours now. not just the resolution issue but configuring modules and what not.

                      Mykle1 1 Reply Last reply Reply Quote 0
                      • Mykle1
                        Mykle1 Project Sponsor Module Developer @hnperkins last edited by

                        @hnperkins

                        Be patient. Someone will help you when they find this topic. Take your time with the modules. It gets easier with time

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy