Read the statement by Michael Teeuw here.
MMM-XmasCountdown
-
https://github.com/wlans/MMM-XmasCountdown

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
modulesfolder:
cd ~/MagicMirror/modules- Clone this repository:
git clone https://github.com/wlans/MMM-XmasCountdown.gitConfiguration
Add the module to your
config/config.jsfile:{ 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) showSecondstrueWhether to show seconds in the countdown showTreetrueWhether to display the animated Christmas tree lowPowerModefalseDisables 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
animationsconfig 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
-
@mmmallday Thanks for the module. I have installed it and made som changes to it. If I used the animation my Pi5 got a little hot as it was running over 65% CPU.
)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login