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

    roro7878

    @roro7878

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

    roro7878 Unfollow Follow

    Latest posts made by roro7878

    • Best way to get two modules in same div ( region, position)?

      I have all the modules that I want up and running. I am trying to figure out how to get 2 modules positioned how I would like. For example. I am using the nest module. I have two nests so I am calling them individually in the config. I am not sure if that is the correct way or not. If not please let me know.

      They both show up, but they display vertically ( one on top of the other). I would like them to show up next to each other.

      Is that the css of the position /region or the actual module css or the main css that is causing that to happen?

      I have tried every position btw

      Config Code below

      			{
      			"module": "MMM-MyNest",
      			"position": "bottom_bar",
      			"config": {
      				"token": " my actual token",
      				"thermNum": 1,
      				"protectNum": 1,
      				displayName: true, //Display the thermostat name
      			displayType: "nest" //Choose either the Nest display or a list
      				
      			}
      		},
      		
      			{
      			"module": "MMM-MyNest",
      			"position": "bottom_bar",
      			"config": {
      				"token": "my actual token",
      				"thermNum": 2,
      				"protectNum": 1,
      				displayName: true, //Display the thermostat name
      			displayType: "nest" //Choose either the Nest display or a list
      				
      			}
      		},
      
      posted in Custom CSS
      R
      roro7878