{"id":17132899,"url":"https://github.com/cutwell/garmin-celestial-watchface","last_synced_at":"2026-02-02T07:39:30.236Z","repository":{"id":216007238,"uuid":"740230467","full_name":"Cutwell/garmin-celestial-watchface","owner":"Cutwell","description":"Custom celestial watchface for Garmin watches","archived":false,"fork":false,"pushed_at":"2024-01-09T16:04:54.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T08:40:50.173Z","etag":null,"topics":["garmin","garmin-connect","garmin-watchface","monkey-c"],"latest_commit_sha":null,"homepage":"https://apps.garmin.com/en-US/apps/725a964e-8d95-48d1-a28a-908eea37a4ac","language":"Monkey C","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/Cutwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2024-01-07T22:19:11.000Z","updated_at":"2024-01-09T16:05:02.000Z","dependencies_parsed_at":"2024-01-07T23:30:55.045Z","dependency_job_id":"808d5b1f-92e2-4676-b997-3fb988a063af","html_url":"https://github.com/Cutwell/garmin-celestial-watchface","commit_stats":null,"previous_names":["cutwell/garmin-celestial-watchface"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Cutwell/garmin-celestial-watchface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutwell%2Fgarmin-celestial-watchface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutwell%2Fgarmin-celestial-watchface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutwell%2Fgarmin-celestial-watchface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutwell%2Fgarmin-celestial-watchface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cutwell","download_url":"https://codeload.github.com/Cutwell/garmin-celestial-watchface/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cutwell%2Fgarmin-celestial-watchface/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["garmin","garmin-connect","garmin-watchface","monkey-c"],"created_at":"2024-10-14T19:28:45.273Z","updated_at":"2026-02-02T07:39:30.214Z","avatar_url":"https://github.com/Cutwell.png","language":"Monkey C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/Cutwell/garmin-celestial-watchface/main/celestial/resources/drawables/logo.png\" style=\"width:65px;padding-right:20px;margin-bottom:-8px;\"\u003e Garmin Celestial Watchface\n A custom celestial-themed watchface for Garmin watches\n\n\u003c!-- Find new badges at https://shields.io/badges --\u003e\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Garmin Connect IQ: Find on the watchface store](https://img.shields.io/badge/Garmin%20Connect%20IQ-Find%20on%20the%20watchface%20store-white?logoColor=11a9ed\u0026labelColor=11a9ed\u0026color=white)\n](https://apps.garmin.com/en-US/apps/725a964e-8d95-48d1-a28a-908eea37a4ac)\n\n- Turns your watchface into a day/night cycle.\n- Uses your current position and predicts sunset / sunrise times.\n\nhttps://github.com/Cutwell/garmin-celestial-watchface/assets/22395357/16e7fd4f-934d-454d-b36f-18308e34fa28\n\n## Install\n\n### For supported watches\n\nDownload a pre-built binary for supported devices:\n\n|Supported Device|\n|:---:|\n|Forerunner 45|\n|Forerunner 45 Plus|\n\n1. Download the latest release from the [Garmin Connect IQ watchface store](https://apps.garmin.com/en-US/apps/725a964e-8d95-48d1-a28a-908eea37a4ac).\n\n2. Connect your watch to a PC, and copy-paste `celestial.prg` into the `GARMIN/Apps` directory.\n\n### For unsupported watches\n\nCompile your own binary, targetted for your device:\n\n1. Clone this repository locally.\n\n2. Follow the [Getting Started](https://developer.garmin.com/connect-iq/connect-iq-basics/getting-started/) page to install Monkey C and VSCode development extensions.\n\n4. Follow the instructions for building + side-loading a watchface from the [Garmin website](https://developer.garmin.com/connect-iq/connect-iq-basics/your-first-app/#sideloadinganapp).\n\n## Contributing\n\nFor information on how to set up your dev environment and contribute, see [here](.github/CONTRIBUTING.md).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutwell%2Fgarmin-celestial-watchface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcutwell%2Fgarmin-celestial-watchface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutwell%2Fgarmin-celestial-watchface/lists"}