Read the statement by Michael Teeuw here.
Using Google Assistant SDK
-
@AB_Normal
Unfortunately, CurrentlyGoogle Assistant
doesn’t supportprivate Action
. It means you cannot control your mirror without public cloud hub service. And, there is nothing for that currently. -
@Sean Thanks for letting us know. Too bad, that would have been my next step in configuring my mirror.
I guess I should find out how I can rotate stuff on the mirror then…
-
-
Hello,
there is also GassistPi
https://github.com/shivasiddharth/GassistPi
It can include instructions for the MagicMirror.
It has been about two months since I use it and I am very happy.
Regards,
-
That will rotate MM modules? That is what @muffinimal was talking about
-
-
the basic instructions posted in the wiki are:
You can control the Magic Mirror running on a Magic Mirror running on the same pi as GassistPi. As a prerequisite, you should have the remote control module installed in the Pi running Magic Mirror. Enter the Ip address of Pi running Magic Mirror in the main.py script against the variable "mmmip" declared. Command Syntax: To show / hide weather module: "Hey Google, Show / Hide Weather on Magic Mirror" To turn magic mirror display on / off: "Hey Google, Turn Mirror Magic display on / off" To power off / reboot / restart Magic Mirror: "Hey Google, Power Off / Reboot / Restart Magic Mirror"
So, I think it must be possible to add orders.
-
Very nice! :)
-
I’m curious if there’s any consensus on the best assistant integration out there right now. Should I go with the assistant kit, just one of the modules (I’m gathering the Gassist one above?).