A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 1 Votes
    10 Posts
    3k Views
    michael5rM

    @jordes said in MMM-Energy-Saver - an easy way to suspend/resume modules based on a PIR sensor.:

    how should the MMM-Pir-Sensor be set up for this module to work?
    This is my code:

    { module: 'MMM-PIR-Sensor', config: { sensorPin: "23", // See 'Configuration options' for more information. } }, { module: "mmm-energy-saver", config: { triggerMonitor: "true", timeoutInSeconds: "3", // ... whatever configuration options you want to use } },

    This is how I have mine set up:

    { module: 'MMM-PIR-Sensor', config: { sensorPin: 17, powerSavingDelay: 0, powerSavingNotification: false, powerSaving: false // Should the monitor be turned off if no user is present? (via HDMI or relay) } },
  • MM-Navbar - Navigation Bar for Touchscreens to hide/show modules

    47
    1 Votes
    47 Posts
    34k Views
    C

    @Snille
    Hi, I’m using your MMM module bar to switch my modules on and off.
    What I don’t understand is how I switch between 2 modules.
    So if I press a button, I want to switch off one module and another ON. Both are in the same position (‘middle_center’).

    Or do I need another module?

    Thank you for your help.

    greeting
    Stefan

  • This topic is deleted!

    1
    1 Votes
    1 Posts
    27 Views
  • MMM-Assistant2Display (v1.4.0 - 30/04/2020)

    3
    2 Votes
    3 Posts
    660 Views
    ?

    Another update

    I have add YouTube Cast and corrected some minor bugs

  • MMM-AssistantMk2

    421
    3 Votes
    421 Posts
    434k Views
    E

    Hi guys!
    first I would like to thank @Sean for the fantastic job.
    MMM-AssistantMk2 works very well!

    Has anyone ever commanded the pages of the MMM-Page-Selector module?
    If yes, could you explain how to do it?

    Thank you very much.

  • MMM-Snowboy

    1
    0 Votes
    1 Posts
    716 Views
    ?
    MMM-Snowboy

    MMM-Snowboy is a customizable hotword detection module to activate any assistant of your MagicMirror

    This module can listen any hotword like “Smart mirror” , “Jarvis” or “Alexa” (or other hotwords from Snowboys database)

    MMM-Snowboy is now developed with my own library of snowboy.

    You can activate, with your perfered hotkey, your prefered assistant
    by default, MMM-Snowboy is pre-configured for MMM-AssistantMk2

    For CPU/RAM saving, this module have no display needed,
    It’s just an keyword detector ;)

    Actually keyword in database:

    smart_mirror jarvis computer snowboy subex neo_ya hey_extreme view_glass alexa

    it’s very simple configuration, for a simple detector

  • MMM-AlexaOnOff can't find device

    3
    0 Votes
    3 Posts
    385 Views
    S

    @sgarg15 i do not know if this module would for google devices. nor AlexaControl
    I use AlexaControl as I have amazon devices already

  • 1 Votes
    81 Posts
    35k Views
    S

    but MMM_AlexaControl works, same concept… I use it for 4 Mirror devices (with alexa devices, not goggle home or GA)

  • 0 Votes
    6 Posts
    771 Views
    lavolp3L

    @retroflex @pi-user

    Should be possible through css. Haven’t tried this myself, but it should work:

    .clock {
    position: absolute;
    left : 400px;
    top : 100px;
    }
    Add it to MagicMirror/css/custom.css

    I think you can use right and bottom instead of left and top also.
    That will fail if a parent element is set to position: relative.
    Then this element will arrange itself absolutely INSIDE the parent element/region.

  • stuck

    1
    0 Votes
    1 Posts
    178 Views
    C

    Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror) I am stuck in the live display on my browswer can anyone tell me how to exit to get back to the remote buttons.

  • MMM-NotificationTrigger

    8
    2 Votes
    8 Posts
    3k Views
    M

    @Sean I got it to work using:

    { module: "MMM-NotificationTrigger", config: { triggers:[ { trigger: "PLAY_SOUND", fires: [ { fire:"USER_PRESENCE", payload: function(payload) { return false }, { fire:"SHOW_ALERT", payload: function(payload) { return { type:"notification", title:"Porten", message: "Der er nogen ved porten!" }, }, ], }, ] } },

    Thanks for helping!

  • MMM-Hotword (v2) - whole-new-built

    21
    3 Votes
    21 Posts
    6k Views
    ?

    @Bronno
    And by such a reason, Even though I made these modules, I don’t use Hotword. I thought that was fun, but looks a bit ridiculous. In front of mirror, saying “smart mirror” looks somewhat self-contious excessed. :D
    Instead, I use generally gesture or finger snap. It looks more cool. ( I think)

  • Page change with interval

    3
    0 Votes
    3 Posts
    737 Views
    W

    It’s ingenious.
    However, with Page-Selector, I don’t see how I can do it. I’ll try, thank you.

  • MMM-flic

    2
    1 Votes
    2 Posts
    906 Views
    brobergB

    @da4throux excellent! Maybe now I will have the motivation to setup the flic buttons I got two years ago 😁

  • 0 Votes
    1 Posts
    223 Views
    M

    how to filter and block wikipedia search results with MMM-Notification Trigger module … help me please

  • This topic is deleted!

    1
    1 Votes
    1 Posts
    248 Views
  • 3 Votes
    184 Posts
    230k Views
    V

    Is this also working with “german language / commands”?
    Thanks

  • MMM-Clap

    25
    2 Votes
    25 Posts
    5k Views
    ?

    @smarthome
    Can you share your config about MMM-Clap? eouia0819@gmail.com

  • MMM-TouchSwipe - Touch screen navigator to work with MMM-Pages

    1
    1 Votes
    1 Posts
    899 Views
    buzzkcB
    Description:

    This is a module that displays a section to use for capturing touch events to navigate forward/backwards through pages when using MMM-Pages. A home icon navigates back to the first page. I’m using MagicMirror on a small 3.5" touch screen that displays one module at a time and wanted a way to easily change pages without additional sensors.

    Screenshots:

    alt text

    Download:

    [card:buzzkc/MMM-TouchSwipe]

    Version 1.0.0 initial release
  • MMM-JarvisFace

    3
    2 Votes
    3 Posts
    1k Views
    S

    @t-architecture99 could u provide a little more info… someone might be able to help you