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

    GodSmackedOrange

    @GodSmackedOrange

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

    GodSmackedOrange Unfollow Follow

    Latest posts made by GodSmackedOrange

    • RE: 2 modules side by side

      @sdetweil @MMRIZE

      Got it guys,

      So I have MMM-GoogleTravelTimes and 3x MMM-AnyLists all in the top_center,

      I used the following code from MMRIZE and added a margin to creating padding between modules, code below -

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

      Thanks guys!!

      posted in Troubleshooting
      G
      GodSmackedOrange
    • RE: 2 modules side by side

      @MMRIZE Never Mind, I’ve got it looking kinda of right now, I have added 2 more lists, so now I have travel time, list1, list 2 and list 3, only thing left is maybe if I could add some padding between them?

      posted in Troubleshooting
      G
      GodSmackedOrange
    • RE: 2 modules side by side

      @MMRIZE Thats not put the side to side but it looks like they are both squished up together, I’m assuming because that top_center is only a thin strip,

      anyway to make it wider?

      posted in Troubleshooting
      G
      GodSmackedOrange
    • 2 modules side by side

      Hey All,

      I have searched the forum and follow as many instructions as I could but I could not get any to work,

      My family command center is almost done, I am a complete novice to CSS and HTML so please help me as if I were an alien,

      I have both MMM-GoogleTrafficTimes and MMM-AnyList in the “top_center” position however I’d like, if possible, to left align MMM-GoogleTrafficTimes and right align MMM-AnyList, no matter what I do they stacked vertically, all the changes I have done from forum search so far just made them take up more space or less but still vertically stacked,

      Any and all help appreciated please

      posted in Troubleshooting
      G
      GodSmackedOrange