• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Advent - Advent Candle

Scheduled Pinned Locked Moved Fun & Games
adventcandlemodule
3 Posts 3 Posters 4.0k Views 3 Watching
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 Offline
    Jopyth Moderator
    last edited by Jopyth Jan 26, 2017, 10:15 PM Nov 20, 2016, 7:53 PM

    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:

    [card:Jopyth/MMM-Advent]


    [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 Offline
      justindp2006
      last edited by Nov 9, 2018, 4:24 PM

      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 Offline
        Hacksaw
        last edited by Dec 9, 2018, 10:14 AM

        {
        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy