Read the statement by Michael Teeuw here.
Hi, there is a new Alexa Module
-
Yes, I understand that.
Can Alexa find any devices? -
@pumpy266 no device’s found
-
OK, try this please. Edit your config.js file to look like this:
modules: [ { module: 'MMM-pages', config: { modules: [[ "weatherforecast", "newsfeed"], [ "calendar", "compliments"]], fixed: ["MMM-page-indicator"], rotationTime:"0", } }, { module: 'MMM-AlexaControl', position: 'middle_center', config:{ image: true, pm2ProcessName: "mm", vcgencmd: true, pages:'2', } },Then put your WeatherForecast, newsfeed, calendar and compliments modules as per usual underneath this lot.
Save the config, start MagicMirror (correcting any typos from the above) and ask Alexa to discover new devices. -
@pumpy266 i have copied your config but only black screen
I can try what I want but still the same problem,
my config don’t work with MMM-AlexaControli have a Mac mini but normally that should be no problem
-
And does Alexa find anything?
-
@pumpy266 now config works …
i have done something wrong with installation
but no devices found -
@pumpy266
now I have it …my devices where found
thank you very much for your help…thank you thank you thank you
-
Hooray! :-) :-)
You may want to change the rotation time in the MMM-pages module, depending on what you want.
Great it’s worked for you.
:-)
-
@pumpy266
can you help me change the image size in css
I need a smaller size -
For which module(s)?
What is the resolution of the monitor you are using?
Won’t be able to post a reply tonight as I currently have a broken limb and moving takes slightly longer than usual.
But post the details and I’ll take a look in the morning. -
@pumpy266 I want to make the Alexa image from the MMM-AlexaControl module smaller in CSS but I don’t know how.
I have copied the css from the Module to my custom css and tried to change the size but nothing’s happened.
-
The logo doesn’t appear on mine at all, think it did once.
So try restarting the mirror or disabling it with image: false in the config.As a guess, try adding this to the custom.css:
.module.MMM-AlexaControl{
.img{
height: 60;
width: 60;
}
}There is a whole sub-forum on CSS, which I haven’t read.
Anyway, give the above a go and let us know what happens.
If no joy, please post the whole of your custom.css here. -
@pumpy266 Thank you for your help …:grinning_face: I will try tonight
-
@Stoffbeuteluwe I‘m struggling to make Alexa find my mirror as a new device. Can you explain shortly how you succeed?
Thanks in advance,
Fozi -
-
@Stoffbeuteluwe ok, I‘ll give it a try later this evening.
Thanks,
Fozi -
@pumpy266 now it works I forgot …px …for pixel
thanks for helping :folded_hands_light_skin_tone: -
To use this module do i need an alexa device? Or it works with alexaPi/awesomealexa?
-
I’m using a ‘real’ Alexa.
Why not try it and let us all know?You can always uninstall it if it doesn’t work.
Great that the image is how you wanted it.
-
Similar situation here. Magic Mirror works and modules load on screen and then MMM-Pages takes over and switches to Page 1 as denoted by the circles at the bottom of the page. The screen does not display the modules after that.
Installed MMM-AlexaControl
MMM-Pages
MMM-page-indicatorModified my config.js and checked it with npm run config:check.
No syntax errors
Alexa fails to find any new devices when using discovery through Alexa App or voice request “Alexa discover new devices” - Reports no new devices found. Same with app.
Here are the relevant entries from my config.js
{ module: 'MMM-AlexaControl', position: 'bottom_left', config:{ image: true, pm2ProcessName: "PM2", vcgencmd: true, pages:'3', } },{ module: 'MMM-pages', config: { modules: [[ "DarkSkyForecastforecast", "Lunartic"], [ "DumpsterDay", "clock","calendar","updatenotification"]], fixed: ["MMM-page-indicator"], rotationTime:"0", } },{ module: 'MMM-page-indicator', position: 'bottom_bar', config: { pages: 3, }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login