{"id":25412268,"url":"https://github.com/samurai016/minimal-design","last_synced_at":"2025-07-28T15:16:10.913Z","repository":{"id":130778345,"uuid":"229817114","full_name":"Samurai016/Minimal-Design","owner":"Samurai016","description":":watch: Minimal watch face for Fitbit Versa family","archived":false,"fork":false,"pushed_at":"2021-05-14T16:57:35.000Z","size":573,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T16:09:05.345Z","etag":null,"topics":["clockface","fitbit","fitbit-clock","fitbit-clockface","fitbit-sdk","fitbit-versa","internationalization","watchface"],"latest_commit_sha":null,"homepage":"https://gallery.fitbit.com/details/0f2f12b5-482e-4882-a733-d6687a0f1413","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samurai016.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-23T20:16:33.000Z","updated_at":"2025-02-08T22:12:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2d52e7a-7cab-49cf-ab91-f975e0de056e","html_url":"https://github.com/Samurai016/Minimal-Design","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Samurai016/Minimal-Design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samurai016%2FMinimal-Design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samurai016%2FMinimal-Design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samurai016%2FMinimal-Design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samurai016%2FMinimal-Design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samurai016","download_url":"https://codeload.github.com/Samurai016/Minimal-Design/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samurai016%2FMinimal-Design/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267537073,"owners_count":24103571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clockface","fitbit","fitbit-clock","fitbit-clockface","fitbit-sdk","fitbit-versa","internationalization","watchface"],"created_at":"2025-02-16T11:18:31.650Z","updated_at":"2025-07-28T15:16:10.850Z","avatar_url":"https://github.com/Samurai016.png","language":"JavaScript","readme":"# Minimal Design\n[![Fitbit gallery](https://img.shields.io/badge/Fitbit%20gallery-%2300B0B9?style=flat-square\u0026logo=fitbit\u0026logoColor=white)](https://gallery.fitbit.com/details/0f2f12b5-482e-4882-a733-d6687a0f1413)\n![Release version](https://img.shields.io/github/v/release/Samurai016/Minimal-Design?style=flat-square)\n\n**Available only for Fitbit Versa, Versa Lite, Versa 2**\n\nMinimal clock with support for:\n- 24/12h formats\n- Custom date formats\n- All languages supported\n- 3 different color configurations\n- Battery percentage (optional)\n- Heart rate (optional)\n\n## Translated documentation\n- [:de: German](./docs/de/README.md)\n- [:es: Spanish](./docs/es/README.md)\n- [:fr: French](./docs/fr/README.md)\n- [:it: Italian](./docs/it/README.md)\n- [:jp: Japanese](./docs/ja/README.md)\n- [:kr: Korean](./docs/ko/README.md)\n- [:netherlands: Dutch](./docs/nl/README.md)\n- [:sweden: Swedish](./docs/sv/README.md)\n- [:cn: Simplified Chinese](./docs/zh/README.md)\n- [:cn: Traditional Chinese](./docs/zh-TW/README.md)\n\n## Label mapping\n\n- **Format 1 (red)**\n- **Format 2 (yellow)**\n\n![Label mapping](labels.png)\n\n## List of all available date formats\n| Format | Output           | Description                           |\n| ------ | ---------------- | ------------------------------------- |\n| `YY`   | 18               | Two-digit year                        |\n| `YYYY` | 2018             | Four-digit year                       |\n| `M`    | 1-12             | The month, beginning at 1             |\n| `MM`   | 01-12            | The month, 2-digits                   |\n| `MMM`  | Jan-Dec          | The abbreviated month name            |\n| `MMMM` | January-December | The full month name                   |\n| `D`    | 1-31             | The day of the month                  |\n| `DD`   | 01-31            | The day of the month, 2-digits        |\n| `d`    | 0-6              | The day of the week, with Sunday as 0 |\n| `dd`   | Su-Sa            | The min name of the day of the week   |\n| `ddd`  | Sun-Sat          | The short name of the day of the week |\n| `dddd` | Sunday-Saturday  | The name of the day of the week       |\n| `H`    | 0-23             | The hour                              |\n| `HH`   | 00-23            | The hour, 2-digits                    |\n| `h`    | 1-12             | The hour, 12-hour clock               |\n| `hh`   | 01-12            | The hour, 12-hour clock, 2-digits     |\n| `m`    | 0-59             | The minute                            |\n| `mm`   | 00-59            | The minute, 2-digits                  |\n| `s`    | 0-59             | The second                            |\n| `ss`   | 00-59            | The second, 2-digits                  |\n| `SSS`  | 000-999          | The millisecond, 3-digits             |\n| `Z`    | +05:00           | The offset from UTC                   |\n| `ZZ`   | +0500            | The offset from UTC, 2-digits         |\n| `A`    | AM PM            |                                       |\n| `a`    | am pm            |                                       |\n\n## Other versions\n* [laggelos](https://github.com/laggelos/Minimal-Design/tree/minimal_design_edited)  \n    * New colors\n    * Show battery and heartrate at the same time \n\n## Credits\nMade with :heart: by [Nicolò Rebaioli](https://www.rebaioli.altervista.org)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamurai016%2Fminimal-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamurai016%2Fminimal-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamurai016%2Fminimal-design/lists"}