@romain woops, that seemed to be left over from a previous example and I’m not sure what to replace it with.
Read the statement by Michael Teeuw here.
Posts made by claudia
-
RE: VoiceControl module
-
RE: VoiceControl module
@romain so i am running it through VNC, however the command DISPLAY=:0 npm start dev didn’t work, and npm start dev did. Not sure if that makes a difference or not, but when i said the hot word, i received this error, so i guess that means the module is picking up my voice:
The way i tried to open the iFrame, which i suspect is wrong since it isn’t working, was to add this to the iFrame module:
notificationReceived: function(notification, payload, sender) { if (notification === "SHOW_MAP"){ http://localhost:8080/modules/MMM-iFrameReload/Maps.html this.media.play(); } },
Thanks
-
RE: VoiceControl module
@romain thanks for getting back to me. I have made a snowboy word (showmap.pmdl) , as well as adding it into the magic mirror folder, and changing the config.js file and the voice control.js file accordingly.
To see if the module is picking up the word, how would you run the mirror in dev mode? I’m not sure how to do this.
Thanks again.
-
RE: VoiceControl module
im trying to get the module to work on my Magic Mirror but without any luck so far. I have a google maps API that opens in an iframe (iFrame reload module) which i currently have to click on my Magic Mirror to display. I am trying to instead have it open using voice control rather than clicking on it. Any ideas on how to get this to work?