• 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.

How to start MM with a module as default hidden

Scheduled Pinned Locked Moved Solved Troubleshooting
17 Posts 8 Posters 7.5k Views 8 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.
  • G Offline
    ganget @THeStigh
    last edited by Jan 26, 2019, 9:15 PM

    @thestigh Would you like to have the module running but not showing in your Magic Mirror? I guess you can do this by not assigning a position for the module.

    example for the clock module

    modules: [
    	{
    		module: "clock",
    		position: "",	// leave this blank
    		config: {
    			// The config property is optional.
    			// See 'Configuration options' for more information.
    		}
    	}
    ]
    
    1 Reply Last reply Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @THeStigh
      last edited by Jan 27, 2019, 12:40 AM

      @thestigh said in How to start MM with a module as default hidden:

      Anybody know how to start MM with a module default state as hidden?

      All of them? Some of them? One of them? Then how will you “show” the module(s)? Easiest solution would be MMM-RemoteControl I guess. Or, there are several voice modules that can do that for you.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • T Offline
        THeStigh
        last edited by THeStigh Jan 27, 2019, 5:56 PM Jan 27, 2019, 5:56 PM

        I want to start a specific module as hidden, and show it by issuing a voice command.

        Show/Hide is not the issue, this works fine, but I want the module to start hidden as default when starting MM.

        D 1 Reply Last reply Jan 27, 2019, 7:04 PM Reply Quote 0
        • D Offline
          dazza120 @THeStigh
          last edited by Jan 27, 2019, 7:04 PM

          @thestigh not sure why @Mykle1 hasn’t recommend Lucy it seems the best one for what you want to achieve

          T M 2 Replies Last reply Jan 27, 2019, 7:48 PM Reply Quote 0
          • T Offline
            THeStigh @dazza120
            last edited by Jan 27, 2019, 7:48 PM

            @dazza120 I’m using Hotword together with AssistantMk2…

            Does Lucy support specifying “start [module] as hidden” ?

            D 1 Reply Last reply Jan 27, 2019, 7:56 PM Reply Quote 0
            • D Offline
              dazza120 @THeStigh
              last edited by Jan 27, 2019, 7:56 PM

              @thestigh Lucy hides all modules and you tell it what ones you want it to display

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @dazza120
                last edited by Jan 27, 2019, 9:49 PM

                @dazza120 said in How to start MM with a module as default hidden:

                not sure why @Mykle1 hasn’t recommend Lucy it seems the best one for what you want to achieve

                I don’t want to “sell” Hello-Lucy to anyone and there are other voice modules that he may want to consider so that’s why I worded my answer that way. Lucy does exactly what I want “her” to do but it may be more complicated for some users

                Create a working config
                How to add modules

                J 1 Reply Last reply Feb 8, 2019, 7:08 PM Reply Quote 2
                • M Offline
                  mdhenriksen @THeStigh
                  last edited by Jan 27, 2019, 9:51 PM

                  @thestigh You could combine MMM-pages and MMM-voice and just setup a page with the module and without it. However, this will probably only work if you are talking about 1 module. If you want several to be turned on and off, Lucy is the way to go. I belive Mykle1 has a video with it working as well.

                  M 1 Reply Last reply Jan 28, 2019, 2:58 AM Reply Quote 1
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @mdhenriksen
                    last edited by Jan 28, 2019, 2:58 AM

                    @mdhenriksen said in How to start MM with a module as default hidden:

                    I belive Mykle1 has a video with it working as well.

                    This was the first incarnation of Lucy with pages.

                    https://www.youtube.com/watch?v=bKHEXPzVb2A

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote -1
                    • T Offline
                      THeStigh
                      last edited by Feb 4, 2019, 9:02 AM

                      I used sendNotification to resolve this :)

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