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.

    New Modul should react by more than one Hotword message (modul Voicecontrol/Hotword detection)

    Scheduled Pinned Locked Moved Development
    2 Posts 2 Posters 1.7k Views 2 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
      gismo2006
      last edited by

      Hi,

      I have a little question.

      If you use @alexyak Voice modul whit using snowboy Hotword detection, you have to put a message which will send tot other modules, if a Hotword will detected. Like Play, Stop or whatever.

      In the readme file is written:

                          keyword: "playMusic",   // keyword 
                          description: "Say 'Play Music' to start playing",
                          file: "playMusic.pmdl", // trained model file name
                          message: "PLAY_MUSIC"   // notification message that's broadcast in the MagicMirror app
      

      Now I like to code my first module for learning, just a fun modul. And for my Idea it is recommend that my module hear of the message from any hotword. Now my Problem how I write this in module code? For one hotword message I can for example write (copied from the Voicecontrol post by @tyho ):

      if (notification === ‘go_to_sleep’){
      exec(“sudo /home/pi/aus.sh”, null);

      But for more than one? Have I to use “,” or “&&” or only a space between the Messages?

      Maybe someone can help me

      greets gismo

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @gismo2006
        last edited by

        @gismo2006 look out for the else if statement http://www.w3schools.com/js/js_if_else.asp

        Please create a github issue if you need help, so I can keep track

        1 Reply Last reply Reply Quote 1

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