MagicMirror Forum

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

    electron size

    Troubleshooting
    6
    12
    4363
    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.
    • D
      duanzi last edited by

      after i rotate the screen, the electron module is very large and overlapped.
      Can anyone tell me how to change the size of it?
      0_1484610382031_2017-01-16-184315_768x1024_scrot.png

      FlatPepsi 1 Reply Last reply Reply Quote 0
      • FlatPepsi
        FlatPepsi @duanzi last edited by

        @duanzi
        You ever got a solution? I have the same issue.

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

          @FlatPepsi changing the overall font size will make all modules to take upp less space.

          That and changing the margins will give you more space.

          I 1 Reply Last reply Reply Quote 0
          • I
            ironman_DK @broberg last edited by

            @broberg where can I change the overall font size ?

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

              @ironman_DK The most used classes for the font sizes are :

              .xsmall {
                font-size: 15px;
                line-height: 20px;
              }
              
              .small {
                font-size: 20px;
                line-height: 25px;
              }
              
              .medium {
                font-size: 30px;
                line-height: 35px;
              }
              
              .large {
                font-size: 65px;
                line-height: 65px;
              }
              
              .xlarge {
                font-size: 75px;
                line-height: 75px;
                letter-spacing: -3px;
              }
              

              Add these in the custom.css and change the font-size in each to fit your needs.
              Everything in custom.css will override the main.css

              1 Reply Last reply Reply Quote 1
              • eniac
                eniac last edited by eniac

                Sadly the same here
                freshly installed 2.1.3

                Is there no Option to Switch zoom size like in the Mozilla browser with Shit+/- ?

                ctrl 0 don’t work here …

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

                  @eniac

                  While the mirror is running:

                  The key commands are:

                  Zoom In = Ctrl + Shift + =

                  Zoom Out = Ctrl + -

                  Default size = Ctrl + 0

                  Create a working config
                  How to add modules

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

                    As I wrote above that don’t work here … 😞
                    No Response form MM

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

                      @eniac

                      Then you have something else going on there

                      Create a working config
                      How to add modules

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

                        I fixed it by moving the Center modules to the left …
                        But I would be very interesting why that is ok on my first Installation and not here …

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