Read the statement by Michael Teeuw here.
Hello-Lucy Module Microphone not working
- 
 I am trying to get Hello-Lucy/Voice to work with my usb soundcard and microphone. I can record outside of MagicMirror so that works but I have this problem when Hello-Lucy module loads.: “displays mic flashing symbol and just says initialising and “undefined” underneath microphone icon” I have tried following the documentation but still no luck Anyone get Hello-Lucy to work? 
- 
 @TheGeekfather use lsusb and arecord -l to get the device id for the config 
- 
 Sam, Bus 001 Device 003: ID 0d8c:0014 C-Media Electronics, Inc. Audio Adapter (Unitek Y-247A) card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio] 
- 
 @TheGeekfather said in Hello-Lucy Module Microphone not working: “displays mic flashing symbol and just says initialising and “undefined” underneath microphone icon” but that is ok… if u speak does it change to Voice? the config should say microphone: “plughw:1,0” right? 
- 
 Hi Sam, is that the config.txt in boot? 
- 
 @TheGeekfather no… in the MagicMirror/config/config.js for the HelloLucy module config section it is set to microphone: “default”, in the code… if u do arecord test.wav 
 does it work? (this uses the default)
- 
 { disabled: false, module: "Hello-Lucy", position: "bottom_left", config: { keyword: 'HELLO LUCY', // MUST BE CAPITALS to make Lucy start listening timeout: 15, // timeout listening for a command/sentence defaultOnStartup: 'Hello-Lucy', standByMethod: 'DPMS', // 'DPMS' = anything else than RPi or 'PI' sounds: ["1.mp3", "11.mp3"], // welcome sound at startup. Add several for a random choice of welcome sound confirmationSound: "ding.mp3",This is my config for Lucy 
- 
 @TheGeekfather right, it is using ‘default’, and I asked u to test if default worked 
- 
 It works outside of MagicMirror Not sure where I put in Microphone id or microphone default Retired teacher still trying to learn. Got lots of the modules working but having trouble with voice commands :) 
- 
 @TheGeekfather said in Hello-Lucy Module Microphone not working: having trouble with voice commands ahmen… everyone has trouble… so, did the arecord command work? 
