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.

    FireTV or Android TV as MM client

    Scheduled Pinned Locked Moved Hardware
    20 Posts 4 Posters 7.8k 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.
    • S Offline
      sdetweil @korey_sed
      last edited by

      @korey_sed core tries to be adjustable… but add on modules may not

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • K Offline
        korey_sed
        last edited by

        So it turned out to be very easy.

        Fully kiosk browser told me that the resolution is 1920 x 1080 even on a 4K TV so I just had to change the body. For some reason setting it to 100% causes issues but. this works and nothing else needs to change.

        @media screen and (max-width: 1920px) {
        body {
        height: 1080px;
        width: 1920px;
        }
        }

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

          @korey_sed said in FireTV or Android TV as MM client:

          the resolution is 1920 x 1080 even on a 4K TV

          depends on the hdmi port support,
          pi3 is 1920x1080,
          pi4 is 3840/2160, MAX, but could be lower,
          i don’t remember the pi02w…
          pi0w is 1920
          odroid xu4 is 1920,
          jetson nano is 3840,
          both of my chromebox models support 3840

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          K 1 Reply Last reply Reply Quote 0
          • K Offline
            korey_sed @sdetweil
            last edited by

            @sdetweil this is different.

            chromecast itself has the HDMI wire attached and I can watch TV shows in 4K, however when I open a web browser (Fully Kiosk Browser) , it is at 1080. I guess it could be the app, but I got the same results with different browsers.

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

              @korey_sed so they are not making the 4k support available to outside (their function) users…

              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