MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-Advent - Advent Candle

    Fun & Games
    advent candle module
    3
    3
    3716
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jopyth Moderator last edited by Jopyth

      Description:

      This module for the MagicMirror shows a candle, which burns turn towards a specified date (e.g. as an advent candle).

      Screenshot:

      Three example candles

      Download:


      [1.0.2] - 2016-12-04

      Changed

      • Configuration options:
        • start and end can be an array of timestamps now
        • if they are, multiple candles are created side by side, one for each element in both arrays (length of both arrays should match)
        • Example for four red candles, lightning up at each advent sunday (disable animation with enableAnimation: false, if the flicker does not look nice):
          {
              module: "MMM-Advent",
              position: "bottom_center",
              config: {
                  marks: 0,
                  candleColor: "#EE1111",
                  start: ["2016-11-27 14:00:00", "2016-12-04 14:00:00", "2016-12-11 14:00:00", "2016-12-18 14:00:00"],
                  end: ["2016-12-24 22:00:00", "2016-12-24 22:00:00", "2016-12-24 22:00:00", "2016-12-24 22:00:00"]
              }
          },
      

      [1.0.1] - 2016-11-22

      Added

      • Configuration options:
        • enableAnimation - set to false to disable flame animation, default is true
        • fontCSS - link to a custom font stylesheet, default is https://fonts.googleapis.com/css?family=Dosis
        • fontColor - the color of the marks on the candle, default is #000000 (black)
        • candleColor - the color of the candle, default is #FFFFFF (white)
        • font - the font used (probably depends on the fontCSS option, default is 'Dosis', sans-serif

      Changed

      • Value are applied through a css stylesheet
      • Default font is a bold version of Dosis
      • Default candle height is 425

      Fixed

      • If flame is shown before the start time, it does no longer hover way above the candle

      Removed

      • Loading of pumpkin font

      [1.0.0] - 2016-11-20

      Initial release of the Advent module.

      Helpful sticky: How to troubleshoot

      1 Reply Last reply Reply Quote 3
      • J
        justindp2006 last edited by

        Trying to use this module and it works on the web browser remotely viewing the “mirror” but on the LCD itself there is no candle. Any ideas?

        1 Reply Last reply Reply Quote 0
        • H
          Hacksaw last edited by

          {
          module: “MMM-Advent”,
          position: “bottom_center”,
          config: {
          marks: 0,
          candleColor: “#EE1111”,
          start: [“2018-12-02 14:00:00”, “2018-12-09 14:00:00”, “2018-12-16 14:00:00”, “2018-12-23 14:00:00”],
          end: [“2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”]
          }
          },

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy