Watchface Builder for Garmin

Watchface Builder for Garmin

Premium
Pro Trek

fr955

approachs62,  fenix6,  fenix6pro,  fenix7,  fenix7pro,  fenix7pronowifi,  fr255,  fr255m,  legacyherofirstavenger,  legacysagadarthvader,  vivoactive4, 

Created @ 2023-06-11 10:01:50

Updated @ 2023-07-20 10:14:53

209 2 35

Share this to:

Pro Trek

Author
Description

V5 7/20/2023: use segmented font for time closer to ProTrek PRG
V4 7/9/2023: fixed alignment issue for day of week
V3 7/5/2023: improved font for seconds
V2: Removed DST indicator since broken in SDK. Need to find workaround based on localMoment first. If you are always in same timezone you could hardcode it by adding custom function in data fields:

// return System.getClockTime().dst != 0 ? "DST" : ""; this is broken in SDK
return System.getClockTime().timeZoneOffset == -3600*-7 ? "DST" : ""; // replace -7 with your offset

Data fields

This app displays the following data fields:

  • arcgoalfield
  • time
  • seconds
  • date
  • Alarm Icon
  • Battery % Value
  • Moon phase icon
  • Sunrise time
  • Sunset time
  • Bluetooth Connection Icon
  • day nr of month
  • month and divider
Languages

Watchface languages:

  • ENG
  • CES
  • DEU
  • FRE
  • HUN
  • ITA
  • PRO
  • SLO
  • SPA
Permissions

This app requires access to:

  • SensorHistory
  • Positioning
Comments
Coming soon...