A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MyWordClock how to change fonts and color

    2
    0 Votes
    2 Posts
    565 Views
    R
    I have another question. In a forum tweet I saw that there is still a digital clock above the word clock. Where can you set this. And is the Word clock not working correctly? I had in the display that it was 5 after 12 but in reality it was 8 after 12
  • MMM-UpdateNotification is now Released !

    Moved
    13
    1 Votes
    13 Posts
    3k Views
    Sandy2503S
    wow - this a few days after final release … :-(
  • MMM-GroveGestures

    51
    1
    3 Votes
    51 Posts
    23k Views
    ?
    @banbutcher Not tested, so not sure. The issue relies on the thickness of the glass.
  • MMM-GABackgound -- Allow Change GoogleAssistant Background

    11
    1 Votes
    11 Posts
    3k Views
    B
    hi again, so ive been playing about to see what the problem was and i found out that when using MMM-Carousel GA and GAB work fine but when used with MMM-Pages i GA works fine but doesnt show the black google assistant logo or the GAB - Jarvis. earlier you said to configure MMM-Pages correctly, im not sure what in pages i need to change. i would just use MMM-Carousel but im having some issues with that too! :/ Thanks again
  • MMM-Jarvis-Voice-Control

    27
    1 Votes
    27 Posts
    28k Views
    A
    Hallo @merceaemil i was installed the openjarvis plugin and mmm-jarvis-voice-control in my MM, but when i try to say anything the jarvis nothing to response, but when i say my hotword, jarvis can answer me, please help me.
  • MMM-Hotword

    60
    4 Votes
    60 Posts
    27k Views
    C
    Ok merci bien ! ( je me disais bien, ton pseudo sonne bon la France! ) ;-)
  • MMM-WeatherOrNot

    21
    0 Votes
    21 Posts
    4k Views
    Mykle1M
    @Jarhead96097 You could always give it a try. :-)
  • mm-pir-hide-all

    14
    1 Votes
    14 Posts
    10k Views
    M
    @magicR Wondering if you can help me… I have implemented your module on my magic mirror with PIR sensor. The issue I seem to have with ALL hiding modules is it seems the PIR is initiating BOTH hiding AND unhiding. I just can not seem to figure out what is going on. I can adjust the delay and sensitivity if I need to on the sensor but I dont think I need to mess with that at this moment… I really just want the mirror to be on… say for 20 minutes… then if no trigger … hide. Then turn on when triggered and stay on for 20 minutes… rinse and repeat. Can you help me ? My config is below: { module: 'MMM-PIR-Sensor', config: { sensorPin: '22', powerSaving: false, } }, { module: "mm-pir-hide-all", position: "fullscreen_below", config: { fadeInTime: '1000', fadeOutTime: '300000', } },
  • css switch Module

    5
    3 Votes
    5 Posts
    1k Views
    Mykle1M
    @Piranha1605 said in css switch Module: I have to thank you, many of your contributions prevented me from throwing the MagicMirror project into the trash You’re welcome, mate. I hope you enjoy them as much as I did while learning how to make them. :thumbsup:
  • 1 Votes
    10 Posts
    4k 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
    44k 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
    756 Views
    ?
    Another update I have add YouTube Cast and corrected some minor bugs
  • MMM-AssistantMk2

    421
    3 Votes
    421 Posts
    584k 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
    785 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
    588 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
    63k 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
    1k 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
    212 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!