• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 Apr 21, 2017, 10:47 PM

    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 Apr 21, 2017, 10:59 PM

      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

      M 1 Reply Last reply Apr 22, 2017, 12:07 AM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @funkdafied
        last edited by Mykle1 Apr 22, 2017, 12:08 AM Apr 22, 2017, 12:07 AM

        @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
        1 / 1
        • First post
          2/3
          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