Read the statement by Michael Teeuw here.
Analog + Digital Clock module
-
I forgot to mention this: the clock faces are SVG files, so if you want to put a large analog clock in the middle of your mirror, you can, it will scale beautifully. This is a 600 pixels wide clock using the same SVG file as the smaller one in a previous post.
-
Great work, is this published somewhere already?
How do i get it? -
It’s checked into the develop branch. You can grab that and test it out.
-
Sorry, im quite new here, develop branch? Cannot find it. :(
-
I’m on the road at the moment so I can’t give you a detailed answer, but you can clone the develop branch instead of the master one:
git clone - b develop http://github.com/MichMich/MagicMirror
Warning: it will overwrite any changes you may have made to local files, just be aware of that.
-
It’s in the master branch now … :)
-
Thanks alot mate… :bow:
-
@Kevin, as a side note, if there’s a particular clock face that you like me to create for you, let me know. If you have an example, that will greatly help.
-
Works great, just one question. I want to put the analog clock in the top_center and don’t want to show the date because I have the digital clock in the top_right position. How do I turn off the date from showing on a 2nd clock module?
-
At the moment, it’s hard coded in. I’d have to add a config option so it can be turned off when used as a separate module.