A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather Underground Forecast (wuforecast)

    weather
    5
    0 Votes
    5 Posts
    6k 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
    tosti007T
    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
    12k 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
    4k 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
    2k 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
    aschulz90A
    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]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-teamspeak3

    11
    2 Votes
    11 Posts
    7k Views
    D
    @Thlb0 Nice. Now it’s perfect :D I really appreciate your efforts to help me, thank you!
  • MMM-WorldTides - show high and low water for your region

    12
    3 Votes
    12 Posts
    8k Views
    ?
    I’d like to make more sense of my view LOL by the time i’ve got down past the garden and hit the reef below, it’s occasionally submerged on the fringe even on “low tide” :( so with the tidal ranges, i can see and make plans without having to manually search :) [image: 14732370_1593986567574749_8944411723786251552_n.jpg?oh=ed982fd7aa672e03febbd10702cdffdc&oe=58A81805]
  • currentweatherdetails

    2
    2 Votes
    2 Posts
    2k Views
    ?
    Great, what would be fantastic, is if you had these and the normal variation swapping every 15 seconds or something along those lines… (days - to - hours)
  • MMM-temp-ds18b20

    8
    1 Votes
    8 Posts
    6k Views
    Thlb0T
    @cowboysdude said in MMM-temp-ds18b20: @Thlb0 said in MMM-temp-ds18b20: @cowboysdude Ok, I’m currently working on the hardware installation guide. I’ll publish it on github today/tomorrow. The installation of multiples sensors is the same that with only one. You have to plug them on the same GPIO (parallel). More information soon in the Readme :) WOW very nice! Thank you! :) I’ve updated the Readme with the Hardware installation guide ;)
  • MMM-FHEM

    14
    0 Votes
    14 Posts
    8k Views
    strawberry 3.141S
    @cpramhofer the last comma will not make a difference. normally a comma at the end is a syntax error, but meanwhile the engines kind of ignore it and handle it correctly it’s like in human languages if you write a list, you will not write buy me eggs, cake, ham,
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • MMM-AirNow

    1
    0 Votes
    1 Posts
    2k Views
    N
    [image: 1475808916074-airquality.png] The last module I wanted to port across to the MM2 environment. This one uses a US air quality service to provide the closest air quality data to the zip code provided. Sorry this is US only, if you know of an international web service please just let me know. The module is available from here. Enjoy!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • The Toon MagicMirror Module

    2
    3 Votes
    2 Posts
    5k Views
    zombi27Z
    Nice one :) The percentage bar is made in the module itself? I think i have to steal this for my (planned) loxone home automation module :D
OSZAR »