Watchface Builder for Garmin

Watchface Builder for Garmin

Premium
Demo - Math Expression Next Sun Event

venu3

approachs7047mm,  descentmk351mm,  epix2pro51mm,  fr965, 

Created @ 2024-01-03 08:29:18

Updated @ 2024-02-13 09:56:15

135 1 27

Share this to:

Demo - Math Expression Next Sun Event

Author
Description

Math Expressions for Next Sun Event:

((((sm3).value()+(tm14))/3600)%24).format("%02d") + ":" + ((((sm3).value()+(tm14))/60)%60).format("%02d")

Complex:

Math.floor((((sm3).value().toDouble()+(tm14).toDouble())/86400.0 - ((sm3).value().toNumber()+(tm14).toNumber())/86400)*24).format("%02d") + ":" +
Math.floor(((((sm3).value().toDouble()/86400.0 - (sm3).value().toNumber()/86400)*24) - Math.floor((((sm3).value().toDouble()/86400.0 - (sm3).value().toNumber()/86400)*24)))*60).format("%02d")

Data fields

This app displays the following data fields:

  • Next event time (sunrise/sunset)
  • Math expression
  • Next event time (sunrise/sunset)
Languages

Watchface languages:

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

This app requires access to:

  • SensorHistory
  • Positioning
Comments
Coming soon...