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
:)
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
:)
{
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
Hi Sam, is that the config.txt in boot?
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]
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?
I too 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 the same problem:
“displays mic flashing symbol and just says initialising and undefined at bottom”
I have tried following the documentation but still no luck
Anyone get Hello-Lucy to work?
Hi, I hear the voice at startup but mic says “Undefined” under it - line through indicating mic not found? I can record and play back at the command line and USB sound card same as yours.
Do you think it could be a dependency that wasn’t installed?
Thank you again for your help
AWESOME !!!
You are correct - removed the stop 1148 and it WORKS !! :)
Thank you - worked on this for hours!!
MyTTC stops at loading - does it require an API? - followed all steps for the ttc.
Another GREAT MODULE !!!
OK, that might be the problem because for some reason all the modules were installed in
modules/default
so when I bash dependencies, it says it couldn’t find the /modules/Hello-Lucy folder
I moved the Hello-Lucy folder to modules - ran bash dependencies.sh again but no go :(
Thank you for any help !!! I’m a retired computer science teacher that wont’s to keep on learning :)
OK, getting closer :)
says under mic icon
Initializing then undefined so it seems I just have to get mic to work
I Just heard “Hello Michael What would you like to see”
:)
It seems I was missing lmtool which I just installed
Hi, Yes, modules are set to disabled: false
Also, I don’t see any microphone icon and even with starthideall at false - still blank on boot up screen?
i can hear my microphone through my speaker when I talk so mic seems to be working
unless, I’m not suppose to hear my voice on speaker?
I don’t see any place to put in api key :(
Sam, do I get the api key from next bus? Thank you :)
{
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", // when command is accepted. use your own or default, name and extension of sound file
// startHideAll: false, if true, all modules start as hidden
pageOneModules: ["Hello-Lucy", "MMM-Astro"], // default modules to show on page one/startup
pageTwoModules: ["MMM-BMW-DS", "MMM-Events"], // modules to show on page two
pageThreeModules: ["email"], // modules to show on page three
pageFourModules: ["MMM-iFrame"], // modules to show on page four
pageFiveModules: [], // modules to show on page five
pageSixModules: [], // modules to show on page six
pageSevenModules: [], // modules to show on page seven
pageEightModules: [], // modules to show on page eight
pageNineModules: [], // modules to show on page nine
pageTenModules: [], // modules to show on page ten
}
},
Getting this message when I start with npm start
Whoops! There was an uncaught exception…
[15:30:37.169] [ERROR] TypeError: Cannot read property ‘length’ of undefined
at Class.processJSON (/home/pi/MagicMirror/modules/default/MMM-MyTTC/node_helper.js:79:29)
at exports.XMLHttpRequest.xmlHttp.onreadystatechange (/home/pi/MagicMirror/modules/default/MMM-MyTTC/node_helper.js:43:36)
Not sure what it means
Thank you for any help
Your modules are excellent :)