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

MMM-Voice-Control

Scheduled Pinned Locked Moved Utilities
20 Posts 10 Posters 16.9k Views 11 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.
  • D Offline
    dr4ke616
    last edited by Sep 12, 2016, 10:55 AM

    Yeah, this is true. In the long term I was going to try get my mirror working with the MMM-Facial-Recognition in order to activate/deactivate voice recognition, that should hopefully reduce likelihood of reaching the google quota.

    1 Reply Last reply Reply Quote 0
    • C Offline
      cowboysdude Module Developer
      last edited by cowboysdude Sep 12, 2016, 11:37 AM Sep 12, 2016, 11:37 AM

      It’s true it the goolge speech api is limited but honestly you shouldn’t be in front of your mirror all day long talking to it LOL

      Putting those two modules together would be very cool!

      1 Reply Last reply Reply Quote 0
      • S Offline
        samydp
        last edited by Sep 15, 2016, 9:40 AM

        hello,
        i have this modul SunFounder Sound Voice Sensor
        and it is on Giop 2,6,7
        but i dont now how i can install it … can you halp me ?
        best Wish

        1 Reply Last reply Reply Quote 0
        • D Offline
          dr4ke616
          last edited by Sep 15, 2016, 12:02 PM

          Hey @samydp

          So, ive never installed before on a SunFounder Sound Voice Sensor, but if you’re running it on a Pi using the Magic Mirror framework, it should (hopefully) be a case of installing it like any other module. There are details in the README on how to do so.

          However maybe there are some other steps required in order to get it to work on the Sensor that I am not aware of.

          B 1 Reply Last reply Oct 16, 2016, 4:19 PM Reply Quote 0
          • B Offline
            Baltibu @dr4ke616
            last edited by Oct 16, 2016, 4:19 PM

            @dr4ke616 nice one :-)
            i Get it finally work ! it answer very quickly … but it s not so easy to get it work with other Modules …
            in the readme file, there are some infos . but they didnt help so much .

            D 1 Reply Last reply Oct 20, 2016, 7:20 PM Reply Quote 0
            • C Offline
              carteblanche @dr4ke616
              last edited by Oct 19, 2016, 7:23 PM

              @dr4ke616 great work on creating this module!

              I have installed the module on my Raspberry Pi 3 and am having some issues getting it to work. I checked the console in debug and saw the following error message for MMM-Voice-Control. Any idea what is causing the “network” error? thanks in advance!

              SpeechRecognitionError {error: “network”, message: “”, type: “error”, target: SpeechRecognition, currentTarget: SpeechRecognition…}
              bubbles:false
              cancelBubble:false
              cancelable:false
              composed:false
              currentTarget:
              SpeechRecognition
              defaultPrevented:false
              error:“network”
              eventPhase:0
              message:“”
              path:Array[0]
              returnValue:true
              srcElement:SpeechRecognition
              target:SpeechRecognition
              timeStamp:9665.535
              type:“error”

              D S 2 Replies Last reply Oct 20, 2016, 7:18 PM Reply Quote 0
              • D Offline
                dr4ke616 @carteblanche
                last edited by Oct 20, 2016, 7:18 PM

                @carteblanche

                Kinda hard to say. Could be any number of things.

                One thing to note is that the module uses annyang package, which relies on Google Speech API. So perhaps the error you are seeing is related to rate limiting on Google’s Speech API. I believe it is something like 50 requests per day (when using for free).

                C 1 Reply Last reply Oct 20, 2016, 9:22 PM Reply Quote 0
                • D Offline
                  dr4ke616 @Baltibu
                  last edited by Oct 20, 2016, 7:20 PM

                  Hey @Baltibu

                  Yeah, i haven’t done much work on actually integrating it with other modules yet. At the moment it just sends notification like messages to other modules, so other modules can then react to it.

                  There is probably a better more generic way to achieve this. So I am open to ideas.

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    Baltibu
                    last edited by Baltibu Oct 20, 2016, 7:26 PM Oct 20, 2016, 7:24 PM

                    hey thanks for your answer…
                    i tried to do the same but the problem i didnt get a comminication between two defferent module …
                    I get your MMM-Dublin-bus als Referenz . but it still difficult.
                    by the other should I owerwrite the NotificationReceived module ? or the socketNotificationReceived ?

                    D 1 Reply Last reply Oct 20, 2016, 7:38 PM Reply Quote 0
                    • D Offline
                      dr4ke616 @Baltibu
                      last edited by Oct 20, 2016, 7:38 PM

                      @Baltibu

                      So, it should (if all working ok) be the case that you add a command here. The first paramater references a language entry in the translations directory.

                      For example in commands.js we register the key dublinbus_start to a function that sends a notification. Then in your translations files you can add what to actually say (in what ever language), for example here.

                      Then in your own module you override notificationReceived and check for the message sent from your command, as in DUBLINBUS_START.

                      I understand that this is probably overly complex way of doing this. I do believe this can be done in a better way.

                      B 1 Reply Last reply Oct 20, 2016, 7:42 PM Reply Quote 0
                      • 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