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

How do I increase display size once Magic Mirror loads?

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 5 Posters 6.6k 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.
  • B Offline
    broberg Project Sponsor @vermaravi
    last edited by Oct 27, 2017, 8:41 AM

    @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 Oct 27, 2017, 12:31 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @vermaravi
      last edited by Oct 27, 2017, 11:23 AM

      @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

      Create a working config
      How to add modules

      V 1 Reply Last reply Oct 27, 2017, 12:29 PM Reply Quote 1
      • V Offline
        vermaravi @Mykle1
        last edited by Oct 27, 2017, 12:29 PM

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

        1 Reply Last reply Reply Quote 1
        • V Offline
          vermaravi @broberg
          last edited by Oct 27, 2017, 12:31 PM

          @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
          • C Offline
            ceddirr
            last edited by Apr 18, 2019, 6:57 PM

            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 Apr 18, 2019, 7:25 PM Reply Quote 0
            • S Offline
              sdetweil @ceddirr
              last edited by Apr 18, 2019, 7:25 PM

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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy