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

electron size

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 6 Posters 5.6k Views 6 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.
  • D Offline
    duanzi
    last edited by Jan 16, 2017, 11:46 PM

    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

    F 1 Reply Last reply Feb 25, 2017, 12:46 AM Reply Quote 0
    • F Offline
      FlatPepsi @duanzi
      last edited by Feb 25, 2017, 12:46 AM

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

      B 1 Reply Last reply Feb 25, 2017, 9:39 AM Reply Quote 0
      • B Offline
        broberg Project Sponsor @FlatPepsi
        last edited by Feb 25, 2017, 9:39 AM

        @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 Mar 7, 2017, 5:34 PM Reply Quote 0
        • I Offline
          ironman_DK @broberg
          last edited by Mar 7, 2017, 5:34 PM

          @broberg where can I change the overall font size ?

          B 1 Reply Last reply Mar 7, 2017, 5:45 PM Reply Quote 0
          • B Offline
            broberg Project Sponsor @ironman_DK
            last edited by Mar 7, 2017, 5:45 PM

            @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
            • E Offline
              eniac
              last edited by eniac Nov 27, 2017, 5:33 PM Nov 27, 2017, 5:32 PM

              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 …

              M 1 Reply Last reply Nov 27, 2017, 6:15 PM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @eniac
                last edited by Nov 27, 2017, 6:15 PM

                @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
                • E Offline
                  eniac
                  last edited by eniac Nov 27, 2017, 6:25 PM Nov 27, 2017, 6:24 PM

                  As I wrote above that don’t work here … :-(
                  No Response form MM

                  M 1 Reply Last reply Nov 27, 2017, 6:31 PM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @eniac
                    last edited by Nov 27, 2017, 6:31 PM

                    @eniac

                    Then you have something else going on there

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • E Offline
                      eniac
                      last edited by eniac Nov 27, 2017, 7:07 PM Nov 27, 2017, 7:06 PM

                      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 …

                      M 1 Reply Last reply Nov 27, 2017, 9:14 PM 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 Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy