https://github.com/krasimir/kago
WatchFace for Garmin Fēnix 8
https://github.com/krasimir/kago
Last synced: 14 days ago
JSON representation
WatchFace for Garmin Fēnix 8
- Host: GitHub
- URL: https://github.com/krasimir/kago
- Owner: krasimir
- Created: 2024-11-28T06:38:16.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-01-04T13:34:52.000Z (10 months ago)
- Last Synced: 2025-08-14T07:07:48.578Z (2 months ago)
- Language: Monkey C
- Size: 34.7 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-garmin - kago
README

# Kago - WatchFace for Garmin Fēnix 8+
* At Connect IQ [here](https://apps.garmin.com/apps/0866d1f2-2b9c-4a6f-8d50-a544de9c18ca?tid=0)
* It's using Connect IQ 7.3.1 SDK version (API docs [here](https://developer.garmin.com/connect-iq/api-docs/))## Fonts
1. You can convert TTF file to FNT via https://ttf2fnt.com/
2. Just make sure that both the .fnt and .png file are present. Also inside the .fnt file make sure that it points to the right .png.## Resources
* Docs: https://developer.garmin.com/
## Misc
Res: 454x454
* Inspiration: https://github.com/bombsimon/awesome-garmin?tab=readme-ov-file#watch-faces
## Attribution
Season picture developed by [Freepik here](https://www.freepik.com/free-vector/months-year-template-design_33802328.htm#fromView=keyword&page=1&position=12&uuid=9343120e-e1c9-4ccb-873b-1c1bb6aa44f6) and [here](https://www.freepik.com/free-vector/calendar-with-sketchy-seasonal-elements_823715.htm#fromView=keyword&page=1&position=33&uuid=9343120e-e1c9-4ccb-873b-1c1bb6aa44f6). Gallery [here](https://www.freepik.com/free-photos-vectors/months-year-icon).
## How to deploy the watch face on your watch without the store
You'll need to build the watch face for the device by using Cmd+Shift+P in VSCode and choose "Monkey C: Build for Device". The result of that proccess you can probably find in the `dist` directory (under the `build_for_device`). You then will need a away to transfer the files from your Mac to the watch. Fenix 8 is using MTP protocol. [OpenMTP](https://openmtp.ganeshrvel.com/) is a good option. Copy a single file, the `.prg` file (in this case `Kago.prg`) to `/GARMIN/Apps` directory on the watch.