MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. xela
    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

    xela

    @xela

    2
    Reputation
    949
    Profile views
    22
    Posts
    2
    Followers
    0
    Following
    Joined
    Last Online

    xela Unfollow Follow

    Best posts made by xela

    • 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

    Latest posts made by xela

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

      thank you!
      I will try it tonight.

      posted in Troubleshooting
      X
      xela
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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