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.

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

    Scheduled Pinned Locked Moved Custom CSS
    2 Posts 2 Posters 2.6k Views 2 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.
    • R Offline
      roro7878
      last edited by yawns

      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
      				
      			}
      		},
      
      J 1 Reply Last reply Reply Quote 0
      • J Offline
        j.e.f.f Project Sponsor Module Developer @roro7878
        last edited by

        @roro7878 Take a look at this thread:
        https://forum.magicmirror.builders/topic/6746/how-to-get-2-modules-side-by-side

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