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

    1
    0 Votes
    1 Posts
    1k Views
    R
    Re: Stocks Hi all, I’ve installed this ticker and its fantastic. however i was wondering if its possible to get the percentage change rather than the amount? Is it possible? if so, can somebody point me in the right direction/give me some tips or some idea where to start? thanks Reggie
  • MMM-Swipe - Hand gestures

    module motion swipe hand-gestures
    5
    2 Votes
    5 Posts
    12k Views
    C
    Good evening, I was quite excited when I read about this module. And since there is the MMM-Profileswitcher, I would really like to know if someone has tried to connect the swipe-module to the profileswitcher? Unfortunately I am a programming NOOB, is there anybody out there who wants to develop this module any further? There is the module from thobach at https://github.com/thobach/MMM-Gestures. But I wanted to use the HCSR-04 ultrasonic range instead an arduino …
  • MMM-Homematic-Heaters | HomeMatic RC radiator thermostats

    1
    0 Votes
    1 Posts
    2k Views
    M
    Description: Display the current states of your radio controlled HomeMatic (eQ-3) radiator thermostats of type HM-CC-RT-DN via CCU2. The following information appears in the screen (based on the configuration): The name of the heater, the current temperature, the target temperature, the current mode (off, boost, party, manual) and the fault reporting (i.e. low battery), if any. It requires a HomeMatic central control unit (CCU2). Download: [card:MAF1981/MMM-Homematic-Heaters] Version 1 Initial release
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Update WunderGround 13/3-16

    2
    0 Votes
    2 Posts
    2k Views
    R
    OOps… sorry…fixed :blush:
  • 1 Votes
    13 Posts
    11k Views
    S
    @RedNax hi, i created the Calendar and able to view the MYTRIP details but TrafficCalc is not working how and where to get this ApiKey api_key: “API KEY to the calendar holding your trip planning, could optionally be a seperate one”,
  • Ocean Wave Heights

    1
    0 Votes
    1 Posts
    1k Views
    I
    Anyone know of a module that displays current Ocean Wave heights for a specific location?
  • This topic is deleted!

    Unsolved
    5
    0 Votes
    5 Posts
    61 Views
  • 0 Votes
    1 Posts
    2k Views
    J
    Description: A module that displays your notes stored by the Alexa skill Note Taker. The Alexa skill takes your notes and stores them in DynamoDB, reads them back and deletes them under your command. To use this mirror module, you have to setup your own Alexa skill, DynamoDB and AWS access key. Instructions are in the repos. Downloads: [card:joanaz/MMM-NoteTaker] [card:joanaz/AS-NoteTaker]
  • MMM-IPCam - Display images from your (foscam) ip camera

    17
    0 Votes
    17 Posts
    20k Views
    O
    I have a night owl camera system and was wondering if this particular module would work with those? Me module was previously titled for only foscam but I am not sure if it would work with all IP camera systems. Thanks.
  • MMM-repeating-schedule

    17
    2 Votes
    17 Posts
    12k Views
    N
    Fix confirmed and pushed to the repository. Thanks all for your help with finding/testing this.
  • MMM-Sounds - Play sounds triggered by other Modules

    2
    0 Votes
    2 Posts
    3k Views
    cowboysdudeC
    Interesting… I could add this to the MMM-Mail to play a sound when a new email comes in… nice :)
  • Weather Underground Forecast (wuforecast)

    weather
    5
    0 Votes
    5 Posts
    8k Views
    cowboysdudeC
    @mattlugar Can you share your custom css as well? Thanks!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    53 Views
  • MMM-portcheck

    2
    0 Votes
    2 Posts
    3k Views
    T
    Ah looks nice! One note tho: you forgot to use markdown in your readme table, all you would have to do is change the ’ in a `. This way your values will be displayed as code.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Independent display controller based on PIR sensor.

    14
    2 Votes
    14 Posts
    15k Views
    M
    Sounds more effective than mine. I set an infinite loop to check for motion every second and if no motion is detected for 600 seconds the display goes to sleep.
  • Weather not updating periodically

    6
    0 Votes
    6 Posts
    5k Views
    Z
    I replaced my firewall with a better one so I could do some caps and have more granular control but didn’t seem to make a difference. I updated the code on Saturday, we’ll see if it holds. Thanks.
  • MMM-RSS-FEED

    1
    1 Votes
    1 Posts
    3k Views
    T
    MMM-RSS-FEED Github repository: https://github.com/Taolanoz/MMM-RSS-FEED Display any RSS feed on your MagicMirror. [image: github.gif] Word of the day RSS feed (red border is edit added) Installing the module To install the module, just clone this repository to your modules folder: git clone https://github.com/Taolanoz/MMM-RSS-FEED. Updating the module Pull the git updates: git pull. Then update dependencies in the module folder: cd MMM-RSS-FEED. Using the module To use this module, add it to the modules array in the config/config.js file: modules: [ { module: 'MMM-RSS-FEED', position: 'top_bar', config: { url: '' } }, ] Configuration options Option Default Description url ‘’ The url of the RSS feed. Must be a string
  • Persistent Config Interface

    1
    1 Votes
    1 Posts
    2k Views
    A
    This module allows all modules to make changes to other modules, which persist through a restart of the mirror and are applied instantly (mostly). Video: [image: 0.jpg] Usage See Github page. Notes: the used app is not part of this module and will be released later latest version of MagicMirror 2.1 is required for this module to properly work (there are some bugs in 2.0 that prevent that) i currently plan to add showing/hiding modules aswell, not just add/remove/change a module i have only tested it with the standard modules and some of my own and not all config values, more tests are always welcome! values that directly influence a modules node_helper shouldn’t currently apply instantly, only after a restart (i am not sure if i can solve that, every module might need to do it itself)! a lot of functions for dynamically adding node_helpers and client-side modules are just copied/slightly modified from the core application, because they are not publicly accessible (might change in the future) If you find any issues or have any feature request, please post them here or open an issue at Github, thanks! [card:aschulz90/persistent_config_interface]