Solved Google Assistant doesn't works after installation
-
I’m facing some problems installing GA module.
I’ve read all tutorial documentation of installation,
What I’ve done is :- module install
- EXT-detector install
- gateway install -> (I think I’m facing problems from here)
- EXT-Alert install
The suspicious part of the installation process I did is the
gateway installation.
I installed as tutorial, and done with editing config.js.
{
module: ‘Gateway’,
config: {
debug: false,
port: 8081,
username: “admin”,
password: “admin”,
noLogin: false,
usePM2: false,
PM2Id: 0,
useMapping: false,
portMapping: 8081
}
},Well, I don’t have the username and password.
“IPaddress:8081” also doesn’t work. How can I access to the Gateway V2 and create account?
My status is :
google assistant popup below the mirror screen
google logo appears at the top of the screen
= BUT, Nothing happens when I call Jarvis. -
bugsounet
-
Hi,
For better helping, can i have any log since start of MM² ?
if you use pm2 app don’t forget to stop it and try:
cd ~/MagicMirror npm start
Past all logs displayed,
Thx -
bugsounet