Start issue after GA3 upgrade
-
Just installed GA v3 and I have an issue : MagicMirror does not start.
In the logs I can see an error concerning ConfigDeepMerge/home/pi/.pm2/logs/mm-error.log :
[16.06.2021 19:46.28.313] [ERROR] [FATAL] MMM-GoogleAssistant Module Configuration Error: ConfigDeepMerge is no
t actived !
[16.06.2021 19:46.28.314] [ERROR] [GA] Please review your MagicMirror config.js file!
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.15.0 start:DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.15.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.Any ideas?
-
please give your config or check you have configDeepMerge: true in your config.js like bugsounet advise us
have you tried to search on the forum ? http://forum.bugsounet.fr/topic/257/mmm-googleassistant-v3
-
Thank you pitchx
I had to add “configDeepMerge: true” in the config.js file