MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. HotMacaroon
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    HotMacaroon

    @HotMacaroon

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    HotMacaroon Unfollow Follow

    Latest posts made by HotMacaroon

    • Move Default Weather Forecast Class

      Hey, I wanted to make the weather module a little bigger on the display and did as such with the below lines in the main.css file:

      .weather {
      transform: scale(2.4);
      padding-top: 110px;
      padding-right: 170px;
      }

      However now, the current weather section overlaps with the weather forecast. Does anyone know the name of the weather forecast class so I can add some padding in the main.css? I’m at a loss and not running in HTTP mode so I can’t inspect the elements.alt text

      https://imgur.com/pivEz89

      posted in Custom CSS
      H
      HotMacaroon