MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. claudia
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: VoiceControl module

      @romain woops, that seemed to be left over from a previous example and I’m not sure what to replace it with.

      posted in Utilities
      C
      claudia
    • 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:
      0_1493863724300_upload-44f0cd21-41ec-4d08-a3f5-44b4568a49af

      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

      posted in Utilities
      C
      claudia
    • 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.

      posted in Utilities
      C
      claudia
    • 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?

      posted in Utilities
      C
      claudia
    • 1 / 1