You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hacked together a thing where Alexa can control my TV which involved doing a few things I haven't done before, which may make good blog posts:
Running a NodeJS app on a Raspberry Pi / Linux server in the background with forever and Crontab to make sure it runs on startup.
Using No-IP combined with port forwarding on a router to open an HTTP server to the public internet with a defined hostname (you can do this easily with ngrok but you'll need a paid account if you want the hostname to stay the same. This solution is free).
Writing a basic Alexa skill in Lambda. There's lots of tutorials about this online but a lot of them go quite deep. I want to write one that does the bare minimum you can build from as a foundation.
This issue is my reminder to do them!
The text was updated successfully, but these errors were encountered:
I hacked together a thing where Alexa can control my TV which involved doing a few things I haven't done before, which may make good blog posts:
forever
and Crontab to make sure it runs on startup.ngrok
but you'll need a paid account if you want the hostname to stay the same. This solution is free).This issue is my reminder to do them!
The text was updated successfully, but these errors were encountered: