https://github.com/samurai016/minimal-design
:watch: Minimal watch face for Fitbit Versa family
https://github.com/samurai016/minimal-design
clockface fitbit fitbit-clock fitbit-clockface fitbit-sdk fitbit-versa internationalization watchface
Last synced: 2 months ago
JSON representation
:watch: Minimal watch face for Fitbit Versa family
- Host: GitHub
- URL: https://github.com/samurai016/minimal-design
- Owner: Samurai016
- License: mit
- Created: 2019-12-23T20:16:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T16:57:35.000Z (over 4 years ago)
- Last Synced: 2025-06-10T16:09:05.345Z (4 months ago)
- Topics: clockface, fitbit, fitbit-clock, fitbit-clockface, fitbit-sdk, fitbit-versa, internationalization, watchface
- Language: JavaScript
- Homepage: https://gallery.fitbit.com/details/0f2f12b5-482e-4882-a733-d6687a0f1413
- Size: 560 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal Design
[](https://gallery.fitbit.com/details/0f2f12b5-482e-4882-a733-d6687a0f1413)
**Available only for Fitbit Versa, Versa Lite, Versa 2**
Minimal clock with support for:
- 24/12h formats
- Custom date formats
- All languages supported
- 3 different color configurations
- Battery percentage (optional)
- Heart rate (optional)## Translated documentation
- [:de: German](./docs/de/README.md)
- [:es: Spanish](./docs/es/README.md)
- [:fr: French](./docs/fr/README.md)
- [:it: Italian](./docs/it/README.md)
- [:jp: Japanese](./docs/ja/README.md)
- [:kr: Korean](./docs/ko/README.md)
- [:netherlands: Dutch](./docs/nl/README.md)
- [:sweden: Swedish](./docs/sv/README.md)
- [:cn: Simplified Chinese](./docs/zh/README.md)
- [:cn: Traditional Chinese](./docs/zh-TW/README.md)## Label mapping
- **Format 1 (red)**
- **Format 2 (yellow)**
## List of all available date formats
| Format | Output | Description |
| ------ | ---------------- | ------------------------------------- |
| `YY` | 18 | Two-digit year |
| `YYYY` | 2018 | Four-digit year |
| `M` | 1-12 | The month, beginning at 1 |
| `MM` | 01-12 | The month, 2-digits |
| `MMM` | Jan-Dec | The abbreviated month name |
| `MMMM` | January-December | The full month name |
| `D` | 1-31 | The day of the month |
| `DD` | 01-31 | The day of the month, 2-digits |
| `d` | 0-6 | The day of the week, with Sunday as 0 |
| `dd` | Su-Sa | The min name of the day of the week |
| `ddd` | Sun-Sat | The short name of the day of the week |
| `dddd` | Sunday-Saturday | The name of the day of the week |
| `H` | 0-23 | The hour |
| `HH` | 00-23 | The hour, 2-digits |
| `h` | 1-12 | The hour, 12-hour clock |
| `hh` | 01-12 | The hour, 12-hour clock, 2-digits |
| `m` | 0-59 | The minute |
| `mm` | 00-59 | The minute, 2-digits |
| `s` | 0-59 | The second |
| `ss` | 00-59 | The second, 2-digits |
| `SSS` | 000-999 | The millisecond, 3-digits |
| `Z` | +05:00 | The offset from UTC |
| `ZZ` | +0500 | The offset from UTC, 2-digits |
| `A` | AM PM | |
| `a` | am pm | |## Other versions
* [laggelos](https://github.com/laggelos/Minimal-Design/tree/minimal_design_edited)
* New colors
* Show battery and heartrate at the same time## Credits
Made with :heart: by [Nicolò Rebaioli](https://www.rebaioli.altervista.org)