Connect IQ app for Garmin wearables for convenient Zmanim lookup & reminders.
I wanted this to be an AI-free project, but I've succumbed to some minor Copilot-tempted changes just before the major PR with no way to undo.
Sigh... Welcome to the contributors list, Copilot, I guess.
- Connect IQ SDK
- Java RE 8 (v1.8.0 or higher)
- VSCode Extensions:
- Generate a Garmin Developer Key: Garmin Docs - Generating a Developer Key
- Connect your watch to your computer
- Open the project in VSCode and open one of the
.mcfiles - Run simulator:
Ctrl+Shift+P->Connect IQ: Run
Adapted from: Garmin Docs - Side Loading an App
The wizard below will create an executable (PRG) of the project for that watch.
- Plug your device into your computer
- Use Ctrl + Shift + P to open the command palette
- In the command palette type "Build for Device" and select
Monkey C: Build for Device - Select the product you wish to build for. I've got the Forerunner 245 Music. If you are unable to choose a device for which to build (the menu appears empty), it means that the device wasn't particularly supported, but it should still work if you add it.
- Choose a directory for the output and click Select Folder
- In your file manager, go to the directory selected above
- Copy the generated
PRGfiles to your device'sGARMIN/APPSdirectory