Skip to content

kolitiri/garmin-DualTime-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DualTime Garmin watch face

This is a Garmin watch face, written in Monkey-C that displays the time in two different timezones.

The primary time is the local time at the current location of the device, while the secondary can be configured in the settings.

Features:

  1. Dual time display (regional and world time)
  2. Reliable world time for over 200 countries, by leveraging Garmin's internal LocalMoment library
  3. In device settings that do not require the use of the Garmin Connect application
  4. Positive and negative display mode
  5. Optional setting to display seconds (only for round watches)
  6. Simplistic design inspired by Garmin Fenix6's battery saver mode

Installation

Install the app from the GarminIQ Connect store here

Supported devices

Check the manifest.xml for a list of the supported devices.

Please note, this has only been tested on a real Fenix6 Pro device. The rest of the devices have only been tested through the simulator.

Useful links

Notes

  • Uses Time.localMoment [since API Level 3.3.0]
  • Type checking is currently deactivated in monkey.jungle

Authors

Christos Liontos