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.
    • 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
                            • D Offline
                              dazza120 @mdhenriksen
                              last edited by

                              @mdhenriksen as you said that’s exactly how it behaves, so yes you are right it works as it should but that error is so annoying lol thanks

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

                                @dazza120 Then it’s probably because it doesn’t load in properly. Why don’t you just let it be active on all pages? You can just make the module invisible if you don’t like the icon and text being there.

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

                                  @mdhenriksen yeah that’s not it I’ve made it visible in all, I changed it a while ago :) that’s how I noticed but if I go through it with VNC no errors at all, it’s got to be how the web page is handling it, I’ve got the mmm-Hue-Lights erroring as well only when I view it from that but most of the time I’m using the VNC to view it anyway so no real big deal just annoying when I do 😂

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