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.

    Little voice testing.....

    Scheduled Pinned Locked Moved Show your Mirror
    25 Posts 8 Posters 14.1k 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.
    • C Offline
      cyberphox
      last edited by

      that’s real cool!

      Full time Dad, DJ and entertainer and lover of technology.

      1 Reply Last reply Reply Quote 1
      • richland007R Offline
        richland007 @cowboysdude
        last edited by

        @cowboysdude well thats cool …does it do turn on and turn off modules also ??

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

          @richland007 said in Little voice testing.....:

          does it do turn on and turn off modules also ??

          Like this?

          https://www.youtube.com/watch?v=2cedXKk1Alw

          Or this?

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

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • CyruS1337C Offline
            CyruS1337 Project Sponsor
            last edited by

            is it also possible to turn off the monitor?

            Mykle1M cowboysdudeC 2 Replies Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @CyruS1337
              last edited by

              @cyrus1337 said in Little voice testing.....:

              is it also possible to turn off the monitor?

              Yes, it is.
              https://www.youtube.com/watch?v=3ldlUPkw2nM&feature=youtu.be

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer
                last edited by

                Pretty slick. What’s changing the pages?

                The "E" in "Javascript" stands for "Easy"

                cowboysdudeC 1 Reply Last reply Reply Quote 0
                • cowboysdudeC Offline
                  cowboysdude Module Developer @CyruS1337
                  last edited by

                  @cyrus1337 I just say ‘hide modules’… I could tell it to ‘go to sleep’ but haven’t gotten that far yet :)

                  1 Reply Last reply Reply Quote 1
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @BKeyport
                    last edited by

                    @bkeyport MMM-voice and MMM-pages

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      mdhenriksen
                      last edited by

                      Hey mate! Awesome work! Trying to do the same myself! How do you run MM natively on Linux? I can only seem to run it as a server. Are you using Docker or something? Thanks and merry Christmas!

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

                        @mdhenriksen said in Little voice testing.....:

                        How do you run MM natively on Linux?

                        Are you asking about something other than a Pi? ubuntu and MM run very happily together. Install ubuntu (I use 16.04 exclusively) and update. Install the latest stable version of node and npm. Install MM and its dependencies. Live a happy life. :)

                        Create a working config
                        How to add modules

                        M 1 Reply Last reply Reply Quote 1
                        • M Offline
                          mdhenriksen @Mykle1
                          last edited by

                          @mykle1 said in Little voice testing.....:

                          @mdhenriksen said in Little voice testing.....:

                          How do you run MM natively on Linux?

                          Are you asking about something other than a Pi? ubuntu and MM run very happily together. Install ubuntu (I use 16.04 exclusively) and update. Install the latest stable version of node and npm. Install MM and its dependencies. Live a happy life. :)

                          I’ll try with 16.04 then! Currently on 18.10. Do you just run the npm start and then it opens in a new window or how does it work?

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

                            @mdhenriksen said in Little voice testing.....:

                            Do you just run the npm start and then it opens in a new window or how does it work?

                            Just to be clear, 16.04 LTS. Never had a problem on several machines.

                            Now, everything is exactly the same as if it were running on a Pi. So, yes, all commands are exactly the same, including npm start in the MagicMirror directory

                            Create a working config
                            How to add modules

                            M 1 Reply Last reply Reply Quote 1
                            • M Offline
                              mdhenriksen @Mykle1
                              last edited by

                              @mykle1 said in Little voice testing.....:

                              @mdhenriksen said in Little voice testing.....:

                              Do you just run the npm start and then it opens in a new window or how does it work?

                              Just to be clear, 16.04 LTS. Never had a problem on several machines.

                              Now, everything is exactly the same as if it were running on a Pi. So, yes, all commands are exactly the same, including npm start in the MagicMirror directory

                              Great. I really appreciate you taking the time to answer me. I’ve tried looking for answers every first and checked the guides as well, but just kept running into some problems.

                              Could you refer me to somewhere that shows how to install dependencies maybe?

                              Merry xmas!

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

                                @mdhenriksen said in Little voice testing.....:

                                Could you refer me to somewhere that shows how to install dependencies maybe?

                                In the case of the installation of MM, after you clone the MM repo, you would navigate to the MagicMirror directory in your terminal and run npm install. That will install the dependencies for MagicMirror. In the case of adding modules, you would navigate to that module folder in your terminal and run npm install. Simple as that. :-)

                                Create a working config
                                How to add modules

                                M 1 Reply Last reply Reply Quote 1
                                • M Offline
                                  mdhenriksen @Mykle1
                                  last edited by

                                  @mykle1 said in Little voice testing.....:

                                  @mdhenriksen said in Little voice testing.....:

                                  Could you refer me to somewhere that shows how to install dependencies maybe?

                                  In the case of the installation of MM, after you clone the MM repo, you would navigate to the MagicMirror directory in your terminal and run npm install. That will install the dependencies for MagicMirror. In the case of adding modules, you would navigate to that module folder in your terminal and run npm install. Simple as that. :-)

                                  Awesome, got it working finally! Thanks a lot! Great to see people like you helping out here. It’s much appreciated! :smiling_face_with_open_mouth:

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

                                    @mdhenriksen said in Little voice testing.....:

                                    Awesome, got it working finally!

                                    That’s good news! Now enjoy yourself. :thumbsup:

                                    Create a working config
                                    How to add modules

                                    1 Reply Last reply Reply Quote 1
                                    • D Offline
                                      dazza120
                                      last edited by dazza120

                                      @cowboysdude the modded module works well for something still in development, but I’ve come into an issue where the mic errors when mmm remote connection opens up the browser to view the actual mirror modules like you would see them on the mirror, I have looked of VNC and the mic works but as soon as you use mmm remote control to view the mirror it errors the mic. Any ideas why

                                      cowboysdudeC M 2 Replies Last reply Reply Quote 0
                                      • cowboysdudeC Offline
                                        cowboysdude Module Developer @dazza120
                                        last edited by

                                        @dazza120 No because I didn’t write MMM-voice I just modified it to work with MMM-Pages.

                                        I would create a new topic under the troubleshooting section and see if anyone can help, because for this I really have no idea.

                                        1 Reply Last reply Reply Quote 2
                                        • M Offline
                                          mdhenriksen @dazza120
                                          last edited by

                                          @dazza120 Hey Dazza! I’ve encountered the “ERROR” message with MMM-voice a couple of times as well. I’m not sure what’s going on in your case, but I’ve noticed two things:

                                          1. The voice recognition still works (at least for me). You just have to say your keyword (Magic Mirror) and the ERROR message will disappear and you will be able to use it as normal.

                                          2. For me it happens when I close down the window for Magic Mirror without closing the terminal connected to it. Then it will re-open with the error - Probably because it doesn’t get to load in properly.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            dazza120
                                            last edited by

                                            @cowboysdude thank you for your response I’ll start a new thread on the voice module thanks

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 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