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.8k 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.
    • M Offline
      mdhenriksen @THeStigh
      last edited by

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

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

        @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

          I used sendNotification to resolve this :)

          1 Reply Last reply Reply Quote 2
          • F Offline
            F17MC
            last edited by F17MC

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

            I used sendNotification to resolve this :)

            Could you show me how?? I’m using MMM-AssistantMk2 and I can hide and show modules with voice. But I want set another modules hidden by default, and show it by voice.
            If I set the modules hidden by MMM-remote-control I can’t show it by mmm-assistantmk2.

            ? T 2 Replies Last reply Reply Quote 0
            • ? Offline
              A Former User @F17MC
              last edited by A Former User

              @f17mc
              You can show modules hidden by others by force with MMM-AssistantMk2.
              modify your command(using moduleExec) like this.

              exec: (module, params, key) => { 
                      module.show(1000, {"force":true})
               }
              
              F 1 Reply Last reply Reply Quote 3
              • T Offline
                THeStigh @F17MC
                last edited by

                @f17mc

                Hi, solution from @Sean is the ‘cleanest’ :) option (haven’t tested but trust Sean if he says so)

                1 Reply Last reply Reply Quote 1
                • F Offline
                  F17MC @Guest
                  last edited by

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

                  @f17mc
                  You can show modules hidden by others by force with MMM-AssistantMk2.
                  modify your command(using moduleExec) like this.

                  exec: (module, params, key) => { 
                          module.hide(1000, {"force":true})
                   }
                  

                  it works perfect! Thanks a both!

                  1 Reply Last reply Reply Quote 0
                  • justjim1220J Offline
                    justjim1220 Module Developer @Mykle1
                    last edited by

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

                    I don’t want to “sell” Hello-Lucy

                    You should ‘sell’ Hello-Lucy! it’s the most awesome-est voice module I’ve used (in Ubuntu)
                    AND, it was the ‘easiest’ for me to understand how to set up.
                    Mainly because it was explained very well! :winking_face:

                    "Life's Too Short To Dance With Ugly People"
                    Jim Hallock - 1995

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

                      @justjim1220

                      Thanks, I do appreciate your kind words. However, as @THeStigh mentioned, @Sean uses a cleaner (re: better) way of doing things. This better way of doing things just might inspire me to redo Lucy. :-)

                      Create a working config
                      How to add modules

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