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.

    Display Help

    Scheduled Pinned Locked Moved Troubleshooting
    25 Posts 3 Posters 10.8k 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.
    • H Offline
      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

      Mykle1M 2 Replies Last reply Reply Quote 0
      • Mykle1M Offline
        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.

        Create a working config
        How to add modules

        H 1 Reply Last reply Reply Quote 0
        • H Offline
          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

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            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.

            Create a working config
            How to add modules

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              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

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

                @hnperkins

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

                Create a working config
                How to add modules

                H 1 Reply Last reply Reply Quote 0
                • H Offline
                  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.

                  Mykle1M 1 Reply Last reply Reply Quote 0
                  • Mykle1M Offline
                    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

                    Create a working config
                    How to add modules

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

                      @hnperkins said in Display Help:

                      disable_overscan=1
                      hdmi_group=1
                      hdmi_mode=16

                      Just curious. Have you tried without this?

                      Create a working config
                      How to add modules

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

                        @Mykle1 yeah originally i just a clean boot and left everything stock from the install of noobs, that was just one of the things i had found to try via searching the forums and google

                        Mykle1M 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