@joanaz awesome. I’ll check that when I get home. At least I have a starting point.
Thank you.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz so no idea on the YouTube problem? Like I said. I know it’s hitting the api. It has a success message in Google console. Just nothing pops up in MagicMirror itself except the text.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Journeytojah no that’s not it. I’m in the west coast and I got my lambda and skill to link. Only thing I don’t have working are the Google api and youtube api
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz I’m in California.
And I could try if I can ever figure out why I can’t get video to pop up in the first place lol and no I can’t get images to work either. That tests error in alexa skill Console so I’m digging into you tube first. Which tests positive.
I say find a video of… and she responds and puts the text on screen. But the url window doesn’t show. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz soooo close. On/off modules. Check. But no text on screen.
Find a video? Text on screen. No video. And how do you close my supposed video?
Any help? I’m so close I can taste victory!Update - google developer console says success connection with api on that command. So I’m guessing it’s a player launch failure or missing a folder for youtube-node?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz okay. Like I said I’m sorry. This is my first pi project AND my first module for magicmirror.
When putting mirrormirror in the config.js, does it matter where in the list? I put inew the config info and then it says I screwed up the config.js. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz I’m sorry I’m being retarded. I’ve been staring at json too long. In the magic mirror module folder or the mirrormirror folder?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz okay. Finally. Got a response. Now. The mmm.
Everytime I touch the config.js doesn’t load up. Can you give me a few more details for setting up the module?
IE. Where to run npm install for aws-iot-device-sdk lol -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz so I was thinking, the mirrormirror module, can it be configured to play “next up” in the YouTube api? Instead of loop? :/
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz it’s seriously been 3 days after work. Of playing with code for 7 hours each day. It’s kicking my ass but I’ll get it lol
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz awesome!
I’m sure between the two methods I can shrink it down enough. At least I hope i can haha
I’m way too excited to get this running and play with it. Thank you! -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz that’s what I was doing.
Also testing after uploading the code from the console.
After work I want to try npm depues to see if that helps.
But I also see you have latest define for the dependencies. What versions do you have installed so I can’t edit my package.json to install those smaller versions? -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@Journeytojah did you ever get yours to work? That’s about the same error I was getting
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
Okay I’m really sorry for bugging.
But literally got everything figured out except why my file is too large. I deleted node_modules and redid npm installs on all 4 dependencies. The node folder alone is 69mb…
How is yours 5.1mb…?Since mine is so big. The only error I get now in lambda is time out. I just don’t understand why mine is so large.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I’m sorry lol
More specific in my node_modules folder -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I figured out the path problem.
But every module ever is in my folder. Which are required so I can delete the rest. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
And one more thing I’m confused on and it might be why, when putting the path to certs to keys.json is it the FULL path /home etc…?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
Yea I did that. Then made the zip. The zip was too large and my page kept crashing so I used s3. Or will that not work?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So redid everything. Same thing. When I test with my device and try to invoke it says there was a problem with the requested skills response…
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So exactly which files need to be in the zip?
And also, when testing on the lambda site I get an error about alexa-sdk not being detected… are there other steps for installation? I’ve hit a wall