Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    How do I increase display size once Magic Mirror loads?

    Troubleshooting
    5
    9
    4735
    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.
    • V
      vermaravi last edited by

      Hi All,

      Thanks for this amazing forum. I have successfully installed Magic Mirror 2. But the displayed modules are really minute. I tried using Ctlr ++ and also clicking and rolling the mouse wheel but that did not help.

      Any suggestion/help/advice would be appreciated.

      Best,
      Ravi Verma

      broberg Mykle1 2 Replies Last reply Reply Quote 0
      • broberg
        broberg Project Sponsor @vermaravi last edited by

        @vermaravi Hi A screenshot would help!

        Are the displayed areas to small?
        Are the text to small?
        What size screen are you using?

        V 1 Reply Last reply Reply Quote 0
        • V
          vermaravi @broberg last edited by

          @broberg
          Hi there,
          The text displayed is too small.
          I am using a 28inch screen.
          Thanks,
          Ravi

          broberg 1 Reply Last reply Reply Quote 0
          • broberg
            broberg Project Sponsor @vermaravi last edited by

            @vermaravi

            add this in to your custom.css file :

            .xsmall {
              font-size: 25px;
            }
            .small {
              font-size: 30px;
            }
            .medium {
              font-size: 40px;
            }
            .large {
              font-size: 75px;
            }
            .xlarge {
              font-size: 85px;
            }
            
            V 1 Reply Last reply Reply Quote 0
            • Mykle1
              Mykle1 Project Sponsor Module Developer @vermaravi last edited by

              @vermaravi said in How do I increase display size once Magic Mirror loads?:

              I tried using Ctlr ++ and also clicking and rolling the mouse wheel but that did not help.

              The key commands are:

              Zoom In = Ctrl + Shift + =

              Zoom Out = Ctrl + -

              Default size = Ctrl + 0

              V 1 Reply Last reply Reply Quote 1
              • V
                vermaravi @Mykle1 last edited by

                @Mykle1 Thanks a ton… worked like a charm!!!

                1 Reply Last reply Reply Quote 1
                • V
                  vermaravi @broberg last edited by

                  @broberg Thanks a lot, but this
                  "
                  The key commands are:
                  Zoom In = Ctrl + Shift + =
                  Zoom Out = Ctrl + -
                  Default size = Ctrl + 0
                  "
                  as per @Mykle1 worked!!!

                  1 Reply Last reply Reply Quote 0
                  • ceddirr
                    ceddirr last edited by

                    Hello, for some reason the “Ctrl shift +” is working, but the ctrl - is not working at all and the ctrl 0 either :’( my size fonts is stuck at the maximum!

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

                      @ceddirr there are two minus keys on most keyboards… the keypad area and next to the equal sign ( us keyboard)

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