Solved cannot stat 'client_secret_XXX.json': No such file or directory
-
Please help me, I can not find a solution to this problem. I followed all the steps in the wiki
pi@raspberrypi:~/MagicMirror/modules/MMM-GoogleAssistant $ mv client_secret_XXX.json credentials.json
mv: cannot stat ‘client_secret_XXX.json’: No such file or directory
pi@raspberrypi:~/MagicMirror/modules/MMM-GoogleAssistant $ -
so you downloaded it right as stated in Wiki then it should be in the download folder on pi
[http://wiki.bugsounet.fr/en/MMM-GoogleAssistant/GoogleAssistantSetup](link url)
-
@djb1966 Thanks for the answer … yes it was in the downloads folder. I renamed it credentials.json and moved it to MagicMirror / modules / MMM-GoogleAssistant
-
So working now?
-
@djb1966 Not yet,…
pi @ raspberrypi: ~ $ cd ~ / MagicMirror / modules / MMM-GoogleAssistant
pi sp raspberrypi: ~ / MagicMirror / modules / MMM-GoogleAssistant $ mv client_secret_XXX.json credentials.json
mv: cannot stat ‘client_secret_XXX.json’: No such file or directory
pi @ raspberrypi: ~ / MagicMirror / modules / MMM-GoogleAssistant $ -
Don’t do it with the terminal just rename file then copy-paste to /home/pi/MagicMirror/modules/MMM-GoogleAssistant
-
@djb1966 That’s how I tried. Then I tried to run npm. Then it looked like this
-
did you do the token part of Wiki
-
@djb1966 Yes but I do not know if I was wrong there. Can you kindly explain it to me?
-
-
And you did Enable Google Assistant API? that’s in Wiki
-
you have download your credentials file (client_secret_XXX.json file) for OAuth and Carefully store it in MMM-GoogleAssistant directory and rename it to credentials.json
-
@djb1966 Thanks a lot google assistant is working now but I think more needs to be done. I kindly ask you to continue to help me. Thank you so much again.