A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Slack integration

    6
    0 Votes
    6 Posts
    3k Views
    R

    @gekberlin There a module https://github.com/nrkno/MMM-Slack you can try.

  • Take a Picture and Display it

    5
    0 Votes
    5 Posts
    4k Views
    B

    You could use the voice module to trigger an action to take a photo and store it in a local directory then use a image module to display the image.

    I wanted to do something similar to keep track of which tie I had worn during the week. Display a photo strip of the last 5 ties… I ended up solving it with a low-tech solution. I used to tie racks. I take a “new” tie off the first rack, then when I get home put the tie on the “worn” rack. Then when it is full, move all the ties to the first rack. ;)

  • Is there any Homebridge plugin for MM?

    Moved
    2
    0 Votes
    2 Posts
    3k Views
    J

    @Sean While there isn’t currently a module specifically for homebridge, there are a few that interact with smart thermostats, Wink hub, and some others I remember seeing. You might get what you want from these.

    I’m not sure how easy it would be to write a module that talks directly to HomeBridge, as you’ll need to keep in mind it is speaking Apple HomeKit, which makes you jump through many hoops to do seemingly simple things. Likely displaying status of items without interacting with them should be fairly straight forward, but if you need your mirror to allow control of these devices, it might be tricky.

  • Need a supllier to build some for us

    Locked
    10
    0 Votes
    10 Posts
    3k Views
    cowboysdudeC

    @ranger33 You too! :)

  • Help to modify existing modules

    11
    0 Votes
    11 Posts
    6k Views
    Mykle1M

    @greda

    Excellent! :^)

  • METAR fetcher for Europe

    1
    1 Votes
    1 Posts
    883 Views
    F

    Hi,
    there is a module that shows METAR data from US Airports:
    (https://forum.magicmirror.builders/post/11297)
    I would like to have the same but in Germany.
    Is there some way to do this?

  • Gesture controll

    3
    0 Votes
    3 Posts
    2k Views
    ArzegA

    didnt found it :D
    Thanks ;)

  • NASCAR standings

    17
    0 Votes
    17 Posts
    6k Views
    D

    @cowboysdude this is amazing! you definitely are a magician!!

  • IFTTT Support (Easier Alexa/Google Assistant Integrations)

    1
    1 Votes
    1 Posts
    1k Views
    K

    So, I’ve been playing around with MMM-Syslog and have enabled the IFTTT webhooks service to update the syslog with a GET request - it got me thinking…

    Is it possible for someone much cleverer than myself to throw together a quick API to enable module interaction

    For example:

    http://MIRROR:PORT/IFTTT?type=ACTION&ACTION=HideModules
    http://MIRROR:PORT/IFTTT?type=ACTION&ACTION=ShowModules
    http://MIRROR:PORT/IFTTT?type=ACTION&ACTION=HideClock

    Then in IFTTT, all you would have to do is set the assistant of choice as the trigger, and the Webhooks service as the action.

    EG - If I speak the phrase ‘OK Google, Hide all modules’ then trigger http://MIRROR:PORT/IFTTT?type=ACTION&ACTION=HideModules
    Or
    ‘Alexa, trigger my mirror to hide modules’, then trigger http://MIRROR:PORT/IFTTT?type=ACTION&ACTION=HideModules

    It could also enable some much fancier things, such as a tie in for the motion detector (If xyz service detects I leave the house, turn off mirror)

    Would welcome your thoughts!

  • Telegram Bot

    5
    0 Votes
    5 Posts
    4k Views
    C

    @ryck
    Currently, I do not have much time, but I’ll keep it in mind.

    @cowboysdude
    ah, ok. thanks.

  • Show temperatures from zipabox controller

    4
    0 Votes
    4 Posts
    2k Views
    A

    @mongo116 said in Show temperatures from zipabox controller:

    MMM-Hive

    Thanks a lot! I will try to to modify your MMM-Hive module :)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Hive current room temperature

    10
    0 Votes
    10 Posts
    4k Views
    M

    I’ve only gone and bloody done it!!

    https://forum.magicmirror.builders/topic/4576/mmm-hive

    [card:flick116/MMM-Hive]

    Please be gentle with the critique!

  • Dash - Current Petrol Levels

    3
    0 Votes
    3 Posts
    2k Views
    K

    Just found information about Dash’s public API - and a node.js example:
    https://github.com/Dash-Labs/chassis-examples/
    I dont know how to do any of this thing unfortunately

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    280 Views
  • Graph module

    26
    0 Votes
    26 Posts
    15k Views
    SvenSommerS

    @planet4 I’m glad to hear, everything worked out as expected.

    If you want to do me a favor. Please let others know in the module teaser thread, you were able to use the module. So maybe other lose their fear. ;)

    I had a look at changing the background color by inverting the colors of the “white” theme. Didn’t worked out, cause it’s no real white neither.

  • FHEM Module with Username and Password?

    1
    0 Votes
    1 Posts
    1k Views
    Da-ne-ezyD

    Re: FHEM Module
    Hey everyone,

    I know there is a module for fhem,

    https://github.com/BenRoe/MMM-FHEM

    but most of the people can’t use because mostly every fhem system uses a user and password to login. U can only use it if you don’t protect your system.
    Maybe some developers can update the version or make their own version cause I think a lot of people would love it.

    Maybe also integrate a list of devices which are turned on and off so u can edit the list of the devices you want to show on the mirror.

    Thank you very much.

  • GIFs upon motion detection

    2
    0 Votes
    2 Posts
    2k Views
    E

    This is a cute idea. I might pick this up if someone else doesn’t…

  • Pushover.net integration with default Alert Module

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S

    @jon11a looks like that isn’t supported by this service https://pushover.net/faq#overview-integration

  • ZenDesk

    1
    1 Votes
    1 Posts
    720 Views
    K

    I have a very basic Node code to get the tickets on Zendesk (just how many for each status)

    would love to get this on the screen and have an alert when there is a new ‘New’ one - but no idea where to start

    and modules that do anything like this - ( there is a zendesk api in node that i used on there online tester)