freakified / TimeStylePebble

A stylish, customizable face for the Pebble Time.
MIT License
177 stars 84 forks source link

Add combined date/week number #74

Closed machineboycom closed 8 years ago

machineboycom commented 8 years ago

It would be nice to have a possibility to add the current date (maybe without month or day?) to the week number complication.

Mockup: http://imgur.com/lueWhad

image

tilden commented 8 years ago

It's interesting, but kind of a niche case. A more general approach would be to split out components of the date element into separate parts.

In addition, I suspect that "W23" would have trouble fitting if displayed using the canonical Pebble fonts.

dagbdagb commented 8 years ago

Side note: Also note that one should not trust week numbers across geographical locations. See https://www.msoutlook.info/question/week-numbers-calendar-wrong.

tilden commented 8 years ago

@dagbdagb: I'm just using the built-in week number function, conveniently making that not my problem! 😄

tilden commented 8 years ago

Closing for now; I believe a more general approach to widget compaction would be preferable to just implementing special combined widgets.