Hi Guys
Before I start I would just like to inform you that I am a novice in coding and started this project to learn coding and AI.
Okay so my plan was to build a magic mirror with integrated alexa that could play me some music and add some appointments to my calendar via voice.
So I started by downloading raspian and flashing it onto SD and there I could open my raspberry UI.
Next I installed MagicMirror and it successfully worked after changing the config.js.sample to config.js by simple renaming the file and I could start MagicMirror by entering the following into terminal:
cd MagicMirror
npm start
Next I Installed MMM-AlexaPi from this link : https://github.com/alexa-pi/AlexaPi/wiki/Installation. I can now talk to alexa and ask questions indepentantly from magicmirror.
My final step (the one I’m struggling with) is to integrate AlexaPi with MM.
So I went over to Github and folowed these instructions:
https://github.com/sakirtemel/MMM-alexa.
Still not integration with MM!!!
Could anyone please give me any advice on a level I would understand ?
Regards
Marnus