Read the statement by Michael Teeuw here.
A problem about MMM-BMW-DS
-
Your modules are excellent :)
- Off topic but does Hello-Lucy still work? I’ve installed it but always starts off with blank screen - even when I put hide all - false. Mic works but no response. I start with saying hello lucy and then Show - your key words like HOROSCOPE. Any help would be GREATLY Appreciated!
-
@TheGeekfather said in A problem about MMM-BMW-DS:
Your modules are excellent
Thank you for your kind words. :thumbsup:
Off topic but does Hello-Lucy still work?
Yes, in fact I’ve just finished a substantial upgrade. You’ve installed recently?
Please paste your config entry in a code block ( </> in menu) so I can take a look at it.
-
{ 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 } },
-
Ok, the config is fine. I just tested it.
- When you say Hello Lucy, the microphone icon does not start pulsing?
- Have you installed and enabled the modules that are named in the config?
-
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?
-
startHideAll: false, if true, all modules start as hidden
First, you need to comment out after the comma if you are using this line. The entire line is commented out in your example. If you uncomment that line then the module will error.I don’t see any microphone icon and even with starthideall at false - still blank on boot up screen?
Then the module is not loading. You should see the microphone icon along with, Say, ‘Hello Lucy’ on 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?
That seems odd. Mine does not do that. I don’t know if that’s a problem
Start your mirror using
npm start dev
and then click the console tab in the window that opens. Scroll to find any errors in red and report -
I Just heard “Hello Michael What would you like to see”
:)
It seems I was missing lmtool which I just installed
-
OK, getting closer :)
says under mic icon
Initializing then undefined so it seems I just have to get mic to work
-
Did you not follow the readme on how to install the dependencies?
-
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 :)