DataFields : 367 RunFields

Update 2015-09-15

Have started to upload V2 of the 367Bike and RunFields to the App store.
367BikeFields is Live.
367RunFields is Live

The new version adds TimerTime, also adds the seconds on the timer once you reach > 1hr. (I'm told that seeing seconds is especially important for runners)

Note for all : Please refer to the app store for the latest in the NEW direction the app/datafield is going.
Go PRO! GO UnLimited!!

  • TOD (Time Of Day)
  • Timer Time
  • Pace 10s / Current Speed (in KM or Miles)
  • Cad
  • HR
  • Dist (either Miles or KM)
  • Avg Pace / Avg Speed


Many Thanks to SimonMcMullen for his code guidance.
Many Thanks to TORSTEINVH for his guidance on how to make an moving average (tho it's still a hack and not pretty code)


367RunFields-VA - http://apps.garmin.com/en-US/apps/0d38cc9d-78d9-46e1-85d4-9b4b2742a4bc
367RunFields-F3 - http://apps.garmin.com/en-US/apps/01ff5476-3b6a-499f-9253-404724f5d642
367RunFields-920 -http://apps.garmin.com/en-US/apps/f7daa40d-bc9d-4456-ad12-65cf43e5782c


367BikeFields-VA - https://apps.garmin.com/en-US/apps/8469d7cf-07af-4046-9a5e-c9c6345b219a
367BikeFields-F3 - https://apps.garmin.com/en-US/apps/617b1adc-c42e-46e2-aac9-1ab56618971e
367BikeFields-920 - https://apps.garmin.com/en-US/apps/e2e00ba3-452b-4798-8b5d-f272fc7cbe63


For Full configurability of all the fields in the 4 datascreens offered, take a look at these apps
F3 : https://apps.garmin.com/en-US/apps/b...9-2fcfefdf466d
VA: https://apps.garmin.com/en-US/apps/1...1-937d99f95fea
920: https://apps.garmin.com/en-US/apps/0...b-35c893b25356

Also has :
Time in zone.
Virtual partner

Generic Recorder: - for other activity profiles which are not Weight Lifting / Running and Biking
https://apps.garmin.com/en-US/apps/b...a-23afd94009c4
  • I'm loving this 6 fields-on-one-page option for Cycling. Shows everything I want, all on one page. Thanks!

    My only suggestion is to have 12 hour time of day, rather than 24 hour. But that's an extremely minor quibble. Loving it!


    Ur on 920xt (per the rating post)
    Eventually I'll get around to figuring out to get 12/24 as per device setting. As of right now, I've yet to figure it out.
  • Ur on 920xt (per the rating post)
    Eventually I'll get around to figuring out to get 12/24 as per device setting. As of right now, I've yet to figure it out.


    var settings=Sys.getDeviceSettings();

    if(settings.is24Hour)
    {
    //24 hr mode
    }
    else
    {
    //12hr mode
    }
  • var settings=Sys.getDeviceSettings();

    if(settings.is24Hour)
    {
    //24 hr mode
    }
    else
    {
    //12hr mode
    }



    Hmm.., seems like I may be able to that sooner rather than later. Thanks!!
  • varsion 0.0.4 uploaded for approval.
    Both BikeFields and RunFields updated w/ 12 and 24hours support.
  • Its too bad CIQ doesn't allow any confguration options for data fields. When cycling, I'm OK with distance expressed in full (ie 12.47km), but when running, I set auto-lap to 1km and would prefer to just see the lap number (ie. 12). For me, it's just easier to view at a glance. Otherwise these fields are awesome.
  • Hmm.., seems like I may be able to that sooner rather than later. Thanks!!


    No problem. And in the settings are other things like distanceUnits so you can handle things like km vs miles if needed. (note: temperatureUnits does always return Metric on some devices/FW)
  • Its too bad CIQ doesn't allow any confguration options for data fields. When cycling, I'm OK with distance expressed in full (ie 12.47km), but when running, I set auto-lap to 1km and would prefer to just see the lap number (ie. 12). For me, it's just easier to view at a glance. Otherwise these fields are awesome.


    Afaik. It's not exposed. I may be wrong. Also, what happens if you accidentally pressed lap? Then u will be confused. 13 laps but it's 12.5km assuming u accidentally pressed lap at 0.5km
  • Afaik. It's not exposed. I may be wrong. Also, what happens if you accidentally pressed lap? Then u will be confused. 13 laps but it's 12.5km assuming u accidentally pressed lap at 0.5km


    The Lap key on the vivoactive is not enabled by default so I've never encountered that - only auto. Your response prompted me to Google that - there is apparently a setting to enable it as a soft button.
  • Former Member
    Former Member over 10 years ago
    sorry for my beginner's question. How can I use it? I installed in on my va via Connect mobile but I can't find it. (btw: did this with several other datafields and can't find/use them either). i'm on v2.80
    Thanks
  • Enter an activity/sport (ie. Run) by selecting it from the menu.
    At the bottom of the screen select the menu (=) button.
    Swipe left/right thru the menu options to 'Data Screens'
    Select the Data Screen you want to modify (ie. Screen 1) and tap the pencil icon.
    Tap the data area you want to change (Top/Middle/Bottom)
    Select Connect IQ (0/2 Added)
    Select 367 Runfield
    Tap the back arrow several times to return to the data screen.