• 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 would I change the size of modules?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
7 Posts 4 Posters 2.1k 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
    Stoffbeuteluwe Project Sponsor @tom1234tom123
    last edited by Mar 26, 2020, 12:04 PM

    @tom1234tom123 there is a way to make it bigger or smaller with your keyboard by pressing shift and + or -

    but I’m not sure 🤔

    S 1 Reply Last reply Mar 26, 2020, 12:34 PM Reply Quote 0
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by Mar 26, 2020, 12:34 PM

      @Stoffbeuteluwe thats the whole screen

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Mar 26, 2020, 2:14 PM Reply Quote 0
      • S Offline
        Stoffbeuteluwe Project Sponsor @sdetweil
        last edited by Mar 26, 2020, 2:14 PM

        @sdetweil yes that’s for the whole screen

        1 Reply Last reply Reply Quote 0
        • A Offline
          airart
          last edited by Mar 26, 2020, 2:59 PM

          add a CUSTOM.CSS file in home/pi/MagicMirror/css/
          each module name (as .clock , .weather ecc)
          this scale modules but it not move them

          body  {
          transform:scale(1.0);
          }
          .clock {
          transform:scale(1.0);
          }
          
          S 1 Reply Last reply Mar 26, 2020, 3:01 PM Reply Quote 1
          • S Offline
            sdetweil @airart
            last edited by Mar 26, 2020, 3:01 PM

            @airart nice!

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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