Displaying Time in Roman Numeral Format

Thanks for sharing the Spreadsheet . Essential for doing the Battery Percent . :rofl:
Love the YT Video.

Learnt a new word today concatenate .

1 Like

You mean you’ve concatenated a new word onto your vocabulary!

And speaking of battery…

1 Like

I hastily added the battery, but because of space constraints it ended up being an odd sized bar graph of 6 segments.

1 Like

Respect:::)))

Wonderful. Looks really cool, Fantastic job!

If the Romans at the time could have seen this, they would have concluded to rethink their numbering … :slight_smile:
What did they have to tell time? Sundials, right?

sundial2

maybe, I’ll give that a go on a smartwatch… :sunglasses:

1 Like

Ah! @dario.marnoni done it already …

1 Like

Yeah . There are a few . If you had the compass involved and the seasons that could be great fun .
abs(#DWFHS#/#SEASONOF THE YEAR#)
You actually might be able to use the Moon Distance for Seasons . You have got me thinking now . I am thinking I have actually don a bit of a sundial thing .

Is that and Etsy Product BTW.

Yes. Google found it, directed me here.

1 Like

Hey Brilliant . I did not see a compass on there . I can imagine the Gnomon getting caught up in your jumper even if it is retractable . That is why the Romans always had Bare Arms I guess. I loved that someone reckoned the Vikings Navigated to Newfoundland and reckoned the time of day with a nice Felspar Crystal .

Below is my attempt at a Roman ‘digital watch’ I treat this watchface as a learning face - thanks to @russellcresser @kourosh and @tom.vannes for help with conditionals and to the community for making things interesting enough to learn!

2 Likes

Ha Ha Times Roman. Very Good. I made one for Fun of the back of what @kourosh had done. Made a Battery Read out. That’s me done with Romans .

1 Like

Reminds me of a song by The Call: Modern Romans.

1 Like

Guys can anyone help me how to show an element at a particular time duration and mask it otherwise

1 Like

Inspect the faces it is all in there.

Glad I found this. Forgot these expressions could be that long.

If not, I’d have made just the three ring version which is way easier.

2 Likes

Not sure if they would work on all platforms, I’ve only tested that face on my GW1 and GW4.

1 Like

Have to test them on my GW4 because my best watch is a GW7. Until they maybe support that too.

1 Like

In case anyone needs it, this is the conditional in a form acceptable to Watch Face Studio. Just took a brief session of find and replace.

([MIN]==0?“nulla”:“”)([MIN]==1?“I”:“”)([MIN]==2?“II”:“”)([MIN]==3?“III”:“”)([MIN]==4?“IV”:“”)([MIN]==5?“V”:“”)([MIN]==6?“VI”:“”)([MIN]==7?“VII”:“”)([MIN]==8?“VIII”:“”)([MIN]==9?“IX”:“”)([MIN]==10?“X”:“”)([MIN]==11?“XI”:“”)([MIN]==12?“XII”:“”)([MIN]==13?“XIII”:“”)([MIN]==14?“XIV”:“”)([MIN]==15?“XV”:“”)([MIN]==16?“XVI”:“”)([MIN]==17?“XVII”:“”)([MIN]==18?“XVIII”:“”)([MIN]==19?“XIX”:“”)([MIN]==20?“XX”:“”)([MIN]==21?“XXI”:“”)([MIN]==22?“XXII”:“”)([MIN]==23?“XXIII”:“”)([MIN]==24?“XXIV”:“”)([MIN]==25?“XXV”:“”)([MIN]==26?“XXVI”:“”)([MIN]==27?“XXVII”:“”)([MIN]==28?“XXVIII”:“”)([MIN]==29?“XXIX”:“”)([MIN]==30?“XXX”:“”)([MIN]==31?“XXXI”:“”)([MIN]==32?“XXXII”:“”)([MIN]==33?“XXXIII”:“”)([MIN]==34?“XXXIV”:“”)([MIN]==35?“XXXV”:“”)([MIN]==36?“XXXVI”:“”)([MIN]==37?“XXXVII”:“”)([MIN]==38?“XXXVIII”:“”)([MIN]==39?“XXXIX”:“”)([MIN]==40?“XL”:“”)([MIN]==41?“XLI”:“”)([MIN]==42?“XLII”:“”)([MIN]==43?“XLIII”:“”)([MIN]==44?“XLIV”:“”)([MIN]==45?“XLV”:“”)([MIN]==46?“XLVI”:“”)([MIN]==47?“XLVII”:“”)([MIN]==48?“XLVIII”:“”)([MIN]==49?“XLIX”:“”)([MIN]==50?“L”:“”)([MIN]==51?“LI”:“”)([MIN]==52?“LII”:“”)([MIN]==53?“LIII”:“”)([MIN]==54?“LIV”:“”)([MIN]==55?“LV”:“”)([MIN]==56?“LVI”:“”)([MIN]==57?“LVII”:“”)([MIN]==58?“LVIII”:“”)([MIN]==59?“LIX”:“”)

2 Likes

Well done . I have Nulla to 100 some where if you want to show Roman Lithum Polymer Power . Some say the ancients had Batterys of sorts .

1 Like

Given I got a big head start example here for my own project, I think I can manage the first 100. I saw somewhere that some watches may not handle it, but I expect my GW7 would.

For power checking, I swipe left to the tile that shows watch and phone battery.

2 Likes