• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 9.5k 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 Mar 4, 2018, 2:14 AM

    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

    M 1 Reply Last reply Mar 4, 2018, 2:47 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @hnperkins
      last edited by Mar 4, 2018, 2:47 AM

      @hnperkins

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

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • H Offline
        hnperkins
        last edited by hnperkins Mar 4, 2018, 2:52 AM Mar 4, 2018, 2:51 AM

        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

        M 2 Replies Last reply Mar 4, 2018, 2:54 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @hnperkins
          last edited by Mykle1 Mar 4, 2018, 2:55 AM Mar 4, 2018, 2:54 AM

          @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 Mar 4, 2018, 2:55 AM Reply Quote 0
          • H Offline
            hnperkins @Mykle1
            last edited by Mar 4, 2018, 2:55 AM

            @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

            M 1 Reply Last reply Mar 4, 2018, 2:58 AM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @hnperkins
              last edited by Mar 4, 2018, 2:58 AM

              @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 Mar 4, 2018, 2:58 AM Reply Quote 0
              • H Offline
                hnperkins @Mykle1
                last edited by Mar 4, 2018, 2:58 AM

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

                M 1 Reply Last reply Mar 4, 2018, 3:00 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @hnperkins
                  last edited by Mar 4, 2018, 3:00 AM

                  @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 Mar 4, 2018, 3:01 AM Reply Quote 0
                  • H Offline
                    hnperkins @Mykle1
                    last edited by Mar 4, 2018, 3:01 AM

                    @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.

                    M 1 Reply Last reply Mar 4, 2018, 3:14 AM Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @hnperkins
                      last edited by Mar 4, 2018, 3:14 AM

                      @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
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        3/25
                        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