Read the statement by Michael Teeuw here.
Hello Lucy/Pages changed keyword to activate listening does not match on screen display.
-
I changed the Hello Lucy with Pages keyword to activate listening to any entry other than HELLO LUCY and the on screen display still indicates Hello Lucy. Is there any way to change it so it matches the keyword to activate listening entry I made??
Thanks for any assistance.
{
disabled: false,
module: “AnyEntry”,
position: “top_center”,
config: {
keyword: ‘HELLO LUCY’, // keyword to activate listening for a command/sentence
timeout: 15, // timeout listening for a command/sentence
standByMethod: ‘DPMS’, // ‘DPMS’ = anything else than RPi or ‘PI’
microphone: “0,0”, -
Until I get around to making a permanent solution, you can edit this line in the Hello-Lucy.js file to reflect what you want to see
Line 204 (or there abouts)
this.mode = this.translate("NO_MODE")+ "'Hello Lucy'";
A word of caution!
Be careful not to change the quotes as they already exist. Simply change Hello Lucy to your preference.