Read the statement by Michael Teeuw here.
worldclock - nobody made this, so I did.
-
@Sean , How to Change your digital Clock to Analog Clock
like as the default module clock (MM2)
Configuration options
displayType : Possible values: digital, analog, or both
analogFace : Possible values: simple for a simple border, none for no face or border,
or face-### (where ### is currently a value between 001 and 012, inclusive)Thank so much for your all helps
-
@nobita
Unfortunately,worldclock
doesn’t support Analog face. Sorry. -
Hi There,
just starting out with MM and i like the module a lot.
one question i have is how to organize the clock’s in row instead of one below the other.thanks
Arjen
-
@Arjen_lima
Sorry for my English, I cannot catch your question.
The order of clocks is defined inconfig.js
by the sectionclocks
, that is the array ofclock
, then the order of display is same with the order of array element.Or… If you mean another problem, give me more detailed information. Of course, an image could be the great help for understanding.
-
@Sean said in worldclock - nobody made this, so I did.:
@Arjen_lima
Sorry for my English, I cannot catch your question.
The order of clocks is defined inconfig.js
by the sectionclocks
, that is the array ofclock
, then the order of display is same with the order of array element.Or… If you mean another problem, give me more detailed information. Of course, an image could be the great help for understanding.
Hey Sean,
Its probably my english ;-),
now the clocks in the array are all vertically aligned one clock below the next clock.
in some of the screen shots they are in a 3x3 grid i was wondering how to get it like that
my current lay outthe lay out im looking for
-
@Arjen_lima
Sorry for the confusion. that image was just sample of the different layout configuration. That was not real, it was photoshopped. -
Can somebody help me to change the font size of this module?
I would like to have the time a little smaller; about the same as the size of the citynames.
Thanks.
Peter -
@Peter This should work:
.worldclock { font-size: 73%; /* adjust value as needed */ }
-
@ninjabreadman thanks!
It works fine.
Peter -
Hello,
very nice module. Is it possible to have the clocks horizontal instead of vertical?