Read the statement by Michael Teeuw here.
Google assistant on magicmirror
-
can anyone help how to do the below steps?
Install Pubnub dependencies using pip install ‘pubnub>=4.0.13’
If you get an error while installing Pubnub, try using sudo: ‘sudo pubnub>=4.0.13’
Download the ‘pi/assistant.py’ script on your raspberry pi and launch it via terminal
If you see a ‘No module named google’ error try running it via /home/pi/env/bin/python3 -u
assistant.pyIm not good at programming… please help me…
-
Hi,
I did it in Python virtual environment and it works.
go to "source env/bin/activate " and install Pubnub dependencies using pip install ‘pubnub>=4.0.13’.
see below link
https://developers.google.com/assistant/sdk/guides/library/python/embed/install-sampleLet me know if it works for you.
Best, -
This post is deleted! -
@aro28 i already done all the steps mentioned in the link https://developers.google.com/assistant/sdk/guides/library/python/embed/install-sample
and it also worked fine.
But the real problem is when i start the magicmirror the google assistant does not start. How to bring the google assistant module in magicmirror? I also add the script in the config.js. In the display it shows only the image of the google assistant.
-
Yes. Same for me. I can see Google Logo and nothing happens on “Ok, google how’s the weather today?” No reaction.
-
@aro28 Please let me know once you figure it out… And thank you very much for your reply…
-
@nitrogen73 said in Google assistant on magicmirror:
Please let me know once you figure it out… And thank you very much for your reply…
I’ve posted my issue on below link. Please feel free and participate in discussion as well.
https://github.com/gauravsacc/MMM-GoogleAssistant/issues/18 -
@aro28 Could you please tell me what you done after completing the steps in below link?
https://developers.google.com/assistant/sdk/guides/library/python/embed/install-sample
-
@nitrogen73 said in Google assistant on magicmirror:
@aro28 Could you please tell me what you done after completing the steps in below link?
I followed below link: https://github.com/eouia/MMM-Assistant/wiki
If you are able to launch google-assistant-demo(https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample) and use the assistant, you should able to use the ‘pi/assistant.py’ script that communicates with the magic mirror module.
-
@nitrogen73 Also, i register the Device Model as instructed in above link. In order for the Google Assistant to respond to commands appropriate to your device and the given context, the Assistant needs information about your particular device.