A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-SweepClock
-
Created a module based on a classic railway clock using code from manuelmeister
Installation
cd ~/MagicMirror/modules/ git clone https://github.com/mumblebaj/MMM-SweepClock.git
Add to config.js
{ module: "MMM-SweepClock", position: "top_left", //can use top_right as well or top_center },
Updates
V1.1.2
Addtimezone
feature which allows a user to specify a timezone. This will override the timezone of the system MM is running on. -
@mumblebaj cool…
I will take it off my list to look at!!
-
@sdetweil No worries. Thanks for the upvote Sam.
-
The webside https://www.timeanddate.com/clocks/free.html
offers several clocks with a wide range to customize the appearance . A html-code will be generated to integrate it into MM, for example using MMM-SmartWebDisplay.