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.

    Recommendations

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 1.5k 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.
    • F Offline
      funkdafied
      last edited by

      Hello all,

      Looking for help on a good voice module and suggestions on adding the glass/mirror to the frame. Thanks

      1 Reply Last reply Reply Quote 0
      • F Offline
        funkdafied
        last edited by

        Sorry for another post can anyone provide example on how to control positioning of the modules? Or is there a module available that can be enabled to show the layouts on screen?

        Thanks

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @funkdafied
          last edited by Mykle1

          @funkdafied said in Recommendations:

          Sorry for another post can anyone provide example on how to control positioning of the modules? Or is there a module available that can be enabled to show the layouts on screen?

          {
                  module: 'MMM-History',
                  position: 'top_bar',
                  config: {
                  maxWidth: "1050px"
          	}
                  },
          	{
                 module: "MMM-Cocktails",
                  position: "bottom_bar", 
                  config: {
                      maxWidth: "1050px", 
                      header: ""
          }
          },
          

          You do that in your config.js file using position:

          These are all the regions:
          https://forum.magicmirror.builders/topic/286/regions

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 1
          • 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