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

    Topics

    • X

      can MMM-Buttons and MMM-AssistantMk2 work together?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      1k Views
      X
      thank you! I will try it tonight.
    • X

      My Magic Mirror, Melbourne Australia

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      5
      2 Votes
      5 Posts
      4k Views
      C
      I would love to know how you implemented your Home Assistant panel as I would love to do that!!! Edit: figured that one out! Now I’d love to see more info on the button wiring and the code for Keybindings to call them
    • X

      is there a way to control MMM-carousel with buttons?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      6k Views
      S
      @xela I’m very glad you could get it working, and I wish you a speedy recovery as well!
    • X

      can't get the webcam to work

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      5k Views
      N
      @xela That’s a whitelist issue; the ipWhiteList controls which computers can connect to the MM server. address controls what the electron instance connects to. Have a look here for @mochman’s ipWhiteList config walkthrough. If you’re on an IPv6 network, it’s not altogether intuitive for those of us who grew accustomed to IPv4.
    • X

      how to start an image slide show with a press of a button?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      3k Views
      cruunnerrC
      So you use the camera module i posted? unfortunately i don’t use this module, so i am maybe the wrong person to ask… But i took a look at the webcam.js of the module and in line 46/47 the width and hight is defined. Maybe u should play around with that… https://github.com/alexyak/camera/blob/master/webcam.js nano MagicMirror/modules/camera/webcam.js also check the camera.js at line 62/63… nano MagicMirror/modules/camera/camera.js I don’t know if it would be necessary to set the resolution of the cam within raspbian… ? To start the cam with a button u can even use the MMM-Buttons module. This should work, if i understand the camera-module correct ^^ { module: 'MMM-Buttons', config: { maxShortPressTime: 1000, buttons: [ { pin: 15, name: "camera", shortPress: { notification: "SHOW_CAMERA", } }, longPress: { notification: "HIDE_CAMERA", }, }, ] } },
    • X

      Help with the camera

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      16
      0 Votes
      16 Posts
      7k Views
      R
      @xela Hi, I’m getting the same error you noted how did you overcome this error ??
    • 1 / 1