I’ve finaly finished stage one of my Magic Mirror and this is very close to where I wanted it to be in the end.
Thank you for all the help in this amazing forum and thank you for this amazing software!
here is the video: https://player.vimeo.com/video/308331788
Read the statement by Michael Teeuw here.
Best posts made by xela
-
My Magic Mirror, Melbourne Australia
Latest posts made by xela
-
RE: can MMM-Buttons and MMM-AssistantMk2 work together?
thank you!
I will try it tonight. -
can MMM-Buttons and MMM-AssistantMk2 work together?
Hello,
I’m trying to call the MMM-AssistantMk2 by pressing a button but nothing is happening and I’m sure that i’m doing something wrong. the hardware is 100% fine as it works fine with my MMM-Carousel
if someone can help it will be wonderful.
Here is my code:
{
module: ‘MMM-Buttons’,
config: {
buttons: [
{
pin: 24,
name: “carousel_control”,
longPress: {
notification: “CAROUSEL_NEXT”
},
shortPress: {
notification: “CAROUSEL_NEXT”
}
},
{
pin: 22,
name: “google_control”,
longPress: {
notification: “ASSISTANT_ACTIVATE”
},
shortPress: {
notification: “ASSISTANT_ACTIVATE”
}
},
]
}
}, -
My Magic Mirror, Melbourne Australia
I’ve finaly finished stage one of my Magic Mirror and this is very close to where I wanted it to be in the end.
Thank you for all the help in this amazing forum and thank you for this amazing software!
here is the video: https://player.vimeo.com/video/308331788 -
RE: is there a way to control MMM-carousel with buttons?
@shbatm thank you so much! It worked perfectly! Unfortunately I had to have a cancer prostate removal operation on Friday (which I’m recovering of now) but my mirror works exactly like I wanted with two buttons that control the “mirror mode”. First press is like the Samsung family hub, second press is my home assistant dashboard, third press is an art work slideshow with 49 beautiful artworks and forth press is just a clear mirror with time and compliments only. On to of that I’ve implemented the GassistPi voice operation and the PIR module.
I’m so happy!!! Thank you so much! -
RE: is there a way to control MMM-carousel with buttons?
@shbatm wow! thank you very much! I will try it shortly.
-
RE: is there a way to control MMM-carousel with buttons?
thank you! I read it before I posted and as the last comment said, it doesn’t work…
Not sure what I’m doing wrong. -
is there a way to control MMM-carousel with buttons?
Hello,
My Mirror is almost ready but i’m stuck with a this issue: is there a way to control MMM-carousel with buttons?
All I want to do is by pressing a short press on the switch it will move to the next slide and pressing a long press it will move to the previous slide.
If some one can point me to the right direction it will be amazing.
Thanks! -
RE: can't get the webcam to work
It works! thank you very much!
but now I can’t connect via remote control… -
RE: can't get the webcam to work
@ninjabreadman That’s the address in my config:
var config =
{
address: “0.0.0.0”,
electronOptions: {}, ipWhitelist: [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.44.1/24" ],
-
can't get the webcam to work
I’ve tried 3 different webcams, played with resolutions and doesn’t matter what I do, I always get the following message:
Webcam.js Error: Could not access webcam:
NotSupportedError: Only secure origins are allowed
(see: https://goo.gl/Y0ZkNV). NotSupportedError: Only
secure origins are allowed (see: https://goo.gl/Y0ZkNV).anyone knows by any chance what it means and how to get the webcam to work?