@dpnkrg You can only change the wake word to “echo” or " computer.
See this website for details https://lifehacker.com/how-to-change-alexas-wake-word-to-something-other-than-1830964487
@dpnkrg You can only change the wake word to “echo” or " computer.
See this website for details https://lifehacker.com/how-to-change-alexas-wake-word-to-something-other-than-1830964487
@cowboysdude He helped me resolve the issue so its looking goooooooood!
@Mykle1 If I get stuck I always ask for assistance and realize that we all cannot know everything about anything. We are all learning. I appreciate your willingness to help ! I am sure you will see lots mode posts by me. :)
@Stoffbeuteluwe Thanks for posting your config settings! Everytime I enable the AlexaControl Module My DarkSkyWeather Forecase, Lunartic, and US Holidays dont load. They just indicate “Loading”. When I pull the AlexaControl section out of the config.js they load without issue.
@Mykle1 I forgive you. LOL! Actually I praise your willingness to respond with such a helpfulness! I just copied and pasted directly from your code to my custom.css and …
Drumroll please…
Nope! No change?
Its as if the custom.css file is not being recognized.
Here is the entire contents of my custom.css file
/*****************************************************
* Magic Mirror *
* Custom CSS *
* *
* By Michael Teeuw http://michaelteeuw.nl *
* MIT Licensed. *
* *
* Add any custom CSS below. *
* Changes to this files will be ignored by GIT. *
*****************************************************/
body {
.MMM-Lunartic .xsmall.bright {
font-size:28px;
}
.MMM-Lunartic img.photo {
/* display: none; uncomment if you don't want an image */
width: 100%; /* adjust size of moon picture */
margin-left: 0px; /* Precisely align moon picture with these */
margin-right: 0px;
margin-top: 0px; /* -41px for current. -21px for animation or static. */
margin-bottom: -11px; /* -51px for current. -21px for animation or static. */
.MMM-Lunartic header {
border-bottom: none;
text-align: center;
color: cyan;
}
.module.MMM-AlexaControl{
.img{
height: 30px;
width: 30px;
}
}
Thanks! It would be helpful to understand what commands can be issued using voice to Amazon Echo devices / Alexa and what they do.
For instance if I say Alexa Turn off page one. Is that valid and what should I expect as a result?
If I say Alexa Show Notification 1 does that do anything and if so -what?
The instructions dont really go into usage examples (if you know what I mean?)
Send tonight? Where are you located? Its 9:49 PM here presently LOL!
@Stoffbeuteluwe Some progress actually. I used your config. Had Alexa Discover Devices and she did discover 18 new devices. 10 of them were labeled Page 1-10
Then there was some like PM2 Restart 0 . Refresh, etc.
When I issue a command like Alexa Turn off page 4 . I get “Page 4 is not responding -please checks its power supply or network connection”
I get that with every page I try.
I need to define the pages , but need the exact files to modify for MMM-Pages and MMM-PageIndicator
I have MMM-RemoteControl installed , but not the version that is custom for Alexa. I bet I need to yank that module and install the custom one.