@Mykle1 Hi Mykle! Thank you, I will absolutely update the repo.
The issue is this: after a while on npm start and ctrl+c in the MM, to check the modules and the correct behaviour of them, I noticed that the microphone starts to blink on the upper right corner and the phrase “command please” comes up. From that point, Lucy does not recognise any word I say, even if the microphone is full functional and records super fine.
One thing for the sound, I realise that for the intro sound (1.mp3 and 11.mp3) you have to keep the [], even if there is only one .mp3 file. Was is supposed to be like this? Because the ding.mp3 is not between brackets, but I remove the brackets from the intro sound, then Lucy does not play any sound at the start up
Edit:
I managed to make everything work! However I have a problem now, because the error occurred again
[20:12:09.572] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: SyntaxError: Unexpected token ] in JSON at position 7147
at JSON.parse ()
at Object. (/home/pi/MagicMirror/modules/Hello-Lucy/node_helper.js:26:26)
at Module._compile (internal/modules/cjs/loader.js:786:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:798:10)
at Module.load (internal/modules/cjs/loader.js:645:32)
at Function.Module._load (internal/modules/cjs/loader.js:560:12)
at Module.require (internal/modules/cjs/loader.js:685:19)
at require (internal/modules/cjs/helpers.js:16:16)
at loadModule (/home/pi/MagicMirror/js/app.js:132:17)
at loadNextModule (/home/pi/MagicMirror/js/app.js:166:5)
It just happened, 3 mins ago I was able to use Lucy without problems!