Solved Custom chimes/image not working
-
Hi all
I have an issue that the custom chimes are not working if i place it in the config file as seen in the image. Same issue with the custom .gif files.
All files are in the MMM-GoogleAssistant/recources folder. the files work when i rename them to the default value but not in the config.
Is there something i missed all help is appreciated.Jens
-
hi,
There is some mismake in your config.
You have make this:
{ module: "MMM-GoogleAssistant", position: "top_left", configDeepMerge: true, config: { assistantConfig: { responseConfig: { chimes: {}, imgStatus: {}, }, }, ...
and must be this:
{ module: "MMM-GoogleAssistant", position: "top_left", configDeepMerge: true, config: { assistantConfig: { ... }, responseConfig: { chimes: {}, imgStatus: {}, }, ...
correct your config with using template and retry
-
@bugsounet
Thanks so stupid mistake. I’ve already gone through that template a few times and didn’t notice.
-
no problem, the main thing is that it is solved!
Happy use