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

    bertories

    @bertories

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

    bertories Unfollow Follow

    Latest posts made by bertories

    • RE: 2 modules side by side

      @GodSmackedOrange said in 2 modules side by side:

      .region.top.center .container .module {
      float: left;
      max-width: 32%;
      margin: 0 50px;
      }

      I tried this along with another post and I get the same thing. The two weather modules go next to each other, but they end up in the same spot. The one module isn’t at the same hieght as the other.

      https://www.dropbox.com/scl/fi/377vilalfvri9btnyc195/Screenshot-5.png?rlkey=77qpb4f05qh5zp6iqfa8e28o0&dl=0

      posted in Troubleshooting
      B
      bertories
    • RE: How to get 2 modules side by side?

      @BananaBro

      Re: How to get 2 modules side by side?

      I am trying to have my Weather modules next to each other. I get close following this post, but I can’t seem to get them next to each other. I have played with the % on width and things and I can’t get the tops even.

      .weather {
      display: inline-block;
      width: 47%;
      max-width: 47%;
      min-width: 47%;
      }
      .weather:first-child {
      margin-right: 6%;
      }
      .region.top.right {
      width: 600px;
      min-width: 600px;
      max-width: 600px;
      }

      Link to image:
      https://www.dropbox.com/scl/fi/377vilalfvri9btnyc195/Screenshot-5.png?rlkey=77qpb4f05qh5zp6iqfa8e28o0&dl=0

      Thank you,

      posted in Troubleshooting
      B
      bertories