• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. xela
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
X
Offline
  • Profile
  • Following 0
  • Followers 2
  • Topics 6
  • Posts 22
  • Groups 0

Posts

Recent Best Controversial
  • RE: can MMM-Buttons and MMM-AssistantMk2 work together?

    thank you!
    I will try it tonight.

    posted in Troubleshooting
    X
    xela
    Aug 15, 2019, 9:21 AM
  • 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”
    }
    },
    ]
    }
    },

    posted in Troubleshooting
    X
    xela
    Aug 12, 2019, 4:01 AM
  • 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

    posted in Show your Mirror
    X
    xela
    Dec 26, 2018, 10:15 PM
  • 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!

    posted in Troubleshooting
    X
    xela
    Dec 23, 2018, 6:03 PM
  • RE: is there a way to control MMM-carousel with buttons?

    @shbatm wow! thank you very much! I will try it shortly.

    posted in Troubleshooting
    X
    xela
    Dec 19, 2018, 9:02 PM
  • 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.

    posted in Troubleshooting
    X
    xela
    Dec 19, 2018, 5:49 AM
  • 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!

    posted in Troubleshooting
    X
    xela
    Dec 18, 2018, 1:30 PM
  • RE: can't get the webcam to work

    It works! thank you very much!
    but now I can’t connect via remote control…

    posted in Troubleshooting
    X
    xela
    Feb 19, 2018, 11:11 PM
  • 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"
    ],
    
    posted in Troubleshooting
    X
    xela
    Feb 19, 2018, 1:35 PM
  • 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?

    posted in Troubleshooting
    X
    xela
    Feb 19, 2018, 12:51 PM
  • 1
  • 2
  • 3
  • 1 / 3
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy