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.

    another question... regarding TV's as MM monitors.

    Scheduled Pinned Locked Moved Troubleshooting
    24 Posts 4 Posters 10.2k 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.
    • justjim1220J Offline
      justjim1220 Module Developer @Mykle1
      last edited by

      @mykle1

      Well, I did play with them a bit, but didn’t really get anywhere
      using custom.css, of course!

      "Life's Too Short To Dance With Ugly People"
      Jim Hallock - 1995

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

        @justjim1220

        I’m not understanding what you mean by “the TV cuts off the MM display around all 4 edges”. The MM display is outside the edges of the monitor?

        Create a working config
        How to add modules

        justjim1220J 2 Replies Last reply Reply Quote 0
        • justjim1220J Offline
          justjim1220 Module Developer @Mykle1
          last edited by

          @mykle1
          yep

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

          1 Reply Last reply Reply Quote 0
          • justjim1220J Offline
            justjim1220 Module Developer @Mykle1
            last edited by

            @mykle1
            I will take a couple pics…

            "Life's Too Short To Dance With Ugly People"
            Jim Hallock - 1995

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

              @justjim1220

              It sounds like a “zoom in” is being deployed. Try this while MM is running:

              Zoom Out = Control and - (That’s a dash/minus sign)

              Default Display Size = Control and 0 (That’s a zero)

              This should survive restart and reboot.

              EDIT

              Just thought of something else. If you played with margins in css already, you may not have cleared those changes. Negative margins would do the same thing

              Create a working config
              How to add modules

              S justjim1220J 2 Replies Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @justjim1220
                last edited by

                @justjim1220

                Never mind about the zoom in and out. I just tested both. They both stay within the margins of the display so investigate the css further

                Create a working config
                How to add modules

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

                  @mykle1 on one of my tvs this is called overscan in the tv display settings

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  Mykle1M justjim1220J 2 Replies Last reply Reply Quote 0
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @sdetweil
                    last edited by

                    @sdetweil

                    Ahhh, ok, I did not know this, never having used a tv with MM. Thanks for the info

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • justjim1220J Offline
                      justjim1220 Module Developer @Mykle1
                      last edited by

                      @mykle1

                      yeah, I don’t have any negative margins set

                      "Life's Too Short To Dance With Ugly People"
                      Jim Hallock - 1995

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

                        @justjim1220

                        Ok, was just touching upon things to try to help

                        Create a working config
                        How to add modules

                        justjim1220J 2 Replies Last reply Reply Quote 0
                        • justjim1220J Offline
                          justjim1220 Module Developer @sdetweil
                          last edited by

                          @sdetweil
                          I don’t see any overscan in my settings…

                          "Life's Too Short To Dance With Ugly People"
                          Jim Hallock - 1995

                          1 Reply Last reply Reply Quote 0
                          • justjim1220J Offline
                            justjim1220 Module Developer @Mykle1
                            last edited by

                            @mykle1

                            Yeah, I understand.
                            Just giving feedback is all! :winking_face:

                            "Life's Too Short To Dance With Ugly People"
                            Jim Hallock - 1995

                            1 Reply Last reply Reply Quote 0
                            • justjim1220J Offline
                              justjim1220 Module Developer @Mykle1
                              last edited by

                              @mykle1

                              Believe me, I looked to make sure!

                              "Life's Too Short To Dance With Ugly People"
                              Jim Hallock - 1995

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

                                @justjim1220

                                Just out of curiosity, what does you css body look like?

                                Create a working config
                                How to add modules

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

                                  my roku tv has zoom, stretch, normal, auto for picture in glass… I use auto or normal…

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  1 Reply Last reply Reply Quote 0
                                  • justjim1220J Offline
                                    justjim1220 Module Developer @Mykle1
                                    last edited by

                                    @mykle1

                                    
                                    
                                    body {
                                    	margin: 20px;
                                    	position: absolute;
                                    	height: calc(100% - 40px);
                                    	width: calc(100% - 40px);
                                    	background: #000;
                                    	color: #aaa;
                                    	font-family: Englebert;
                                    	font-weight: 400;
                                    	font-size: 2em;
                                    	line-height: 1.5em;
                                    	-webkit-font-smoothing: antialiased;
                                    }
                                    

                                    "Life's Too Short To Dance With Ugly People"
                                    Jim Hallock - 1995

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

                                      for testing, use one of the fullscreen styles… gets rid of the border etc…

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      justjim1220J 1 Reply Last reply Reply Quote 0
                                      • justjim1220J Offline
                                        justjim1220 Module Developer @sdetweil
                                        last edited by

                                        @sdetweil

                                        I will in a little bit
                                        Grandkids just showed up and want me to get out of my shop and see them for a few minutes!
                                        I also need to replace the batteries in my TV remote. They just got dead!

                                        I’ll be back in a little bit.

                                        Thanks everyone!

                                        "Life's Too Short To Dance With Ugly People"
                                        Jim Hallock - 1995

                                        1 Reply Last reply Reply Quote 0
                                        • justjim1220J Offline
                                          justjim1220 Module Developer
                                          last edited by

                                          ok, the solution is in the custom css
                                          the issue is the TV screen is a wide-screen
                                          I just didn’t play around with it enough to see any differences
                                          everything on screen now. removed the border, increased the border size.

                                          "Life's Too Short To Dance With Ugly People"
                                          Jim Hallock - 1995

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

                                            @mykle1 said in another question... regarding TV's as MM monitors.:

                                            so investigate the css further

                                            Well, I’ll be . . .

                                            Create a working config
                                            How to add modules

                                            justjim1220J 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
                                            • 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