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

Subcategories

  • Present your module and help other users on how to use it.

    1k Topics
    25k Posts
    M
    https://github.com/wlans/MMM-XmasCountdown [image: 1764935022836-1473d918-fc92-47fe-9755-36c41ec34e54-image.png] Created this for an Xmas Countdown: Readme below: MMM-XmasCountdown A festive Christmas countdown module for MagicMirror² featuring animated emoji graphics. Features Real-time countdown to Christmas Animated Christmas tree with twinkling star Blinking colored lights Presents that stack up as Christmas approaches (more presents = closer to Christmas!) Customizable target date and time Optional seconds display Granular animation controls Low power mode option Installation Navigate to your MagicMirror’s modules folder: cd ~/MagicMirror/modules Clone this repository: git clone https://github.com/wlans/MMM-XmasCountdown.git Configuration Add the module to your config/config.js file: { module: "MMM-XmasCountdown", position: "top_center", config: { target: "2025-12-25T00:00:00", showSeconds: true, showTree: true, lowPowerMode: false, animations: { star: true, // Twinkling star on top of tree lights: true, // Blinking Christmas lights sway: true, // Swaying tree motion shimmer: true, // Shimmering tree layers presents: true, // Bouncing presents countdown: true // Pulsing countdown numbers } } } Configuration Options Option Default Description target "2025-12-25T00:00:00" Target date and time for the countdown (ISO 8601 format) showSeconds true Whether to show seconds in the countdown showTree true Whether to display the animated Christmas tree lowPowerMode false Disables all animations to save power/resources animations (see above) Object to enable/disable individual animations Animation Options Each animation can be individually controlled via the animations config object: star: Twinkling star animation on top of the tree lights: Blinking colored Christmas lights sway: Gentle swaying motion of the tree shimmer: Shimmering effect on tree layers presents: Bouncing animation on gift boxes countdown: Pulsing effect on countdown numbers License MIT
  • Need a module? Maybe someone is interested in coding it.

    1k Topics
    7k Posts
    R
    @chrisfr1976 Merci pour ce retour. J’ai finalement trouvé le problème qui vient de Node.js (node-fetch) qui n’était pas installé sur ma version de Magic Mirror. Je l’ai donc installé dans le répertoire du module : /…/MMM-MarineWeather npm install node-fetch@2 -> Il faut installer la version 2 car la version 3 n’est pas compatible. puis redémarrer le Magic Mirror est le tour est joué.
  • Need help developing a module? You just found it!

    680 Topics
    5k Posts
    B
    That’s a great help. I’m going to try this soon and fiddle around with it. Good job 👍🏻.
  • You have a problem with a module? Ask for help.

    3k Topics
    20k Posts
    M
    @plainbroke It does, but the test API limits one to wind, temperature, and pressure. Sorry it took 7 days to respond, busy life, I suppose.
  • Default Modules

    Pinned
    11
    0 Votes
    11 Posts
    22k Views
    S
    @Oboudreaux submit a PR to the GitHub repo