Read the statement by Michael Teeuw here.
Magic Mirror With Amazon Alexa
-
would be funny to program an alexa MM-skill, so you can remote controll the MM :D
-
This is exactly what i’m building right now.
I’m using a pimped java client with a refresh token and a http communication setup to do it.I don’t need any coding except for the comm between the client and the mirror. The client handles everything from alexa : wake word, auto authenticate, alerts, etc. The mirror is the interface.
Not there yet, but one of my next steps is displaying the feedback of alexa on the mirror and creating a custom skill that impacts the mirror.
Keep track of my progress in my blog :
[https://smartmirrorprojectblog.wordpress.com](link url)
pointers are welcome
-
@bartalluyn nice!
-
@bartalluyn do you have this working yet? Do you have an easy install git?
-
@lucallmon
Hi, yes i’ve got everything working just fine now. As a matter of fact I haven’t got anything on GitHub just yet. Primarily because I haven’t gotten around to it yet. i want it to be a bit more “finished” before I do so. Furthermore, it’s more than just the one project. You’ve also got the debug hub, the adapted java client, the code on the amazon server, the custom skills, dynamodb table etc. It’s not a “next, next, finish” type of thing…
But if you follow the steps on my blog closely you will come a long way. If you want to have a specific piece of code or something, just drop me a line, and i’ll send it to you. Also, currently, some of the code is broken because i’m experimenting with the camera right now. I’ll be posting some updates on that soon.