big apologies for this
i was running the first step again n again
thank you so much for the help.
it is working perfectly now.
Best posts made by sg
-
RE: Librespot is not installed
-
RE: Issues AfterGateway Update
Here is result sir:
pi@Sheesha:~$ cd MagicMirror/modules/Gateway
pi@Sheesha:~/MagicMirror/modules/Gateway$ npm run resetGateway@3.3.0 reset
git reset --hardHEAD is now at 645fd88 v3.3.0
pi@Sheesha:~/MagicMirror/modules/Gateway$ git pull
Already up to date.
pi@Sheesha:~/MagicMirror/modules/Gateway$ git checkout -f sg
Branch ‘sg’ set up to track remote branch ‘sg’ from ‘origin’.
Switched to a new branch ‘sg’
pi@Sheesha:~/MagicMirror/modules/Gateway$ npm run updateGateway@3.3.1-testing+sg update
installer/update.shWelcome to Gateway v3.3.1-testing+sg
Checking OS…
OS Detected: linux-gnu (ubuntu 22.04 x86_64)Updating…
HEAD is now at 21f216b testing without “DOM_OBJECTS_CREATED”
Already up to date.Deleting ALL @bugsounet libraries…
Ready for Installing…
Gateway@3.3.1-testing+sg preinstall
installer/preinstall.shWelcome to Gateway v3.3.1-testing+sg
No root checking…
Checking Gateway: pi/pi
Checking MagicMirror: pi/piChecking OS…
OS Detected: linux-gnu (ubuntu 22.04 x86_64)Checking all dependencies…
All Dependencies needed are installed !Installing all npm libraries…
Gateway@3.3.1-testing+sg postinstall
installer/postinstall.shMinify Main code…
Found: 22 files to minifyProcess File: …/Gateway.js
Process File: …/node_helper.js
Process File: …/components/translations.js
Process File: …/components/systemInformation.js
Process File: …/components/speedtest.js
Process File: …/components/speedtest-net.js
Process File: …/components/parseData.js
Process File: …/components/loadLibraries.js
Process File: …/components/hyperwatch.js
Process File: …/components/callbacks.js
Process File: …/components/actionsOnGoogle.js
Process File: …/components/SmartHomeMiddleware.js
Process File: …/components/SHTools.js
Process File: …/components/SHCallbacks.js
Process File: …/components/homegraph.js
Process File: …/components/OthersRules.js
Process File: …/components/GatewayMiddleware.js
Process File: …/components/GWTools.js
Process File: …/components/GWDatabase.js
Process File: …/components/DeviceManagement.js
Process File: …/components/AssistantActions.js
Process File: …/components/ActionsOnEXT.js
DoneRebuild MagicMirror…
DoneSupport is now moved in a dedicated Server: https://forum.bugsounet.fr
@bugsounetGateway is now installed !
added 1 package, and audited 542 packages in 12s
63 packages are looking for funding
runnpm fund
for detailsfound 0 vulnerabilities
Latest posts made by sg
-
RE: Google Home App
Hello,
Great, Smart bulb is working with the GoogleAssistant .
Can you confirm that can i make alarms and adding task in the list through this or not? because of that restriction which you have discovered before. -
RE: Google Home App
Full options like
Asking personal details to Google assistant
And managing smart devices of my home through Google assistant. -
RE: Google Home App
Hello,
Okay sir
Thanks for the update
I just wanted to ask that is there any possible option to use full functions or all users are facing the same problem? -
RE: Google Home App
Hello Everyone,
I hope everyone is doing well,
I just wanted to know if any update? -
RE: Google Home App
This is my config:
{ module: 'MMM-GoogleAssistant', configDeepMerge: true, config: { assistantConfig: { latitude: 28.646907, longitude: 77.166848, deviceRegistred: true, }, recipes: [ '../../EXT-Spotify/recipe/EXT-Spotify.js' ] } },
-
RE: Google Home App
Thank you sir
its done
now results are different but the response from the google assistant is sameit is showing the device in my google home app but still the response is : First I’ll need your permission to give Personal Results. You can make that change in Google Assistant Settings on your phone.
& the output of npm run list is :
MMM-GoogleAssistant$ npm run listMMM-GoogleAssistant@5.1.5 list node installer/list.js
~MMM-GoogleAssistant~ Device List
[GA] Opening OAuth URL. Return here with your code.
[GA] If your browser will not open, you can copy/paste this URL:
https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fassistant-sdk-prototype&response_type=code&client_id=384904011287-gunqnfb22hch29mn9i4sqdfb0upk53bn.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Fgoogleassistant.bugsounet.fr[GA] Paste your code: 4/0Abxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx4erpH8XUuzt2KMt3vw
[GA] Device instance data: {
devices: [
{
id: ‘MMM-GoogleAssistant’,
nickname: ‘Jarvis’,
name: ‘projects/sheesha-385621/devices/MMM-GoogleAssistant’,
modelId: ‘sheesha-385621-bugsounet_GA’,
clientType: ‘SDK_SERVICE’
}