Watch app : DomiWatch

Hello
I'm a new Garmin 230 user and i wrote a simply watchface : DomiWatch

A watch with battery life in % (3 colors as % decrease), date, time, move+distance+kcal progress with user settings

https://apps.garmin.com/en-US/apps/1b5d45e0-573d-412e-befc-25bb084a460d



Please feel free to report/suggest...

Thanks

Last version :

v3.17 : fix (i hope :-)) problem about steps color back to red
v3.16 : add Fenix 3 HR support + fix problem with first move bar alert (appear after 1 hour with no move)
v3.15 : change color for steps red to white (or black for white background) to be more visible
v3.14 : fix range color battery problems
  • Watch with battery life in % (3 colors as % decrease), date, time, move+distance+kcal progress (3 colors along %).

    V2.2 : add autodetect distance in miles or km
    V2.1 : fixed background color problem (can set white or black)
    V2.0 : add white color for time
    V1.9 : add user configurable time color
  • Former Member
    Former Member over 9 years ago
    a few thoughts

    I really like the face. It would be nice to have 12 hour time with am/pm indicators. Also, I would love to be able to flip the time to the top half of the watch and the other info to the lower half.

    One man's .02 and all that. Keep up the good work!


    Hello
    I'm a new garmin 230 user and i wrote a simply app watch : DomiWatch

    A watch with battery life in % (3 colors as % decrease), date, time, move+distance+kcal progress.

    https://apps.garmin.com/en-US/apps/1b5d45e0-573d-412e-befc-25bb084a460d

    Please feel free to report/suggest...

    P.S. don't know how to have configurable colors ??
  • Hello,

    12 hour time with am/pm indicators is in progress.

    For the flip, it's a good idea ! I will try to do that...

    Thanks !
  • Former Member
    Former Member over 9 years ago
    DomiWatch revisions

    If I can help, lemme know.

    Adam
  • Former Member
    Former Member over 9 years ago
    Buglet or feature? :-)

    I really like the face. It would be nice to have 12 hour time with am/pm indicators. Also, I would love to be able to flip the time to the top half of the watch and the other info to the lower half.

    One man's .02 and all that. Keep up the good work!


    I was up around midnight, looked at my watch to see the exact time. It said :20 -- In other words, there was no 12 before the colon as there should have been. Thought you would want to know. Maybe that's the way 24 hour is supposed to work.

    Adam
  • I was up around midnight, looked at my watch to see the exact time. It said :20 -- In other words, there was no 12 before the colon as there should have been. Thought you would want to know. Maybe that's the way 24 hour is supposed to work.

    Adam


    in 24hr mode, midnight would be 0:00 or 00:00, and in 12hr, 12:00 am

    There is a device setting for "is24hour" setting so something like:

    if(settings.is24Hour) {
    AMPM="";
    hour=today.hour;
    } else {
    hour = today.hour % 12;
    hour = (hour == 0) ? 12 : hour;
    AMPM = (today.hour>11) ? "pm" : "am";
    }

    Will work, with hour being local and today.min for minutes, and AMPM after that
  • OK the watch version 3.5 is now OK for user settings and ampm

    Thanks
  • **** !!! IMPORTANT : ALL USERS : PLEASE USE GARMIN EXPRESS TO CHANGE SETTINGS - there's a known bug with Garmin are aware of. *********

    V3.8 : add user settings to choose range steps color (strict, medium, standard, extra large). Change movebar settings test (some have problems with this option ?)
    V3.7 : as requested add movebar (configurable in user settings choice yes or no)
    V3.6 : add color progression for steps day-1
  • Former Member
    Former Member over 9 years ago
    A Newbie here needs assistance

    I just received my first Garmin watch and Connect IQ is new to me. Anyway, I downloaded an app and it works just fine. I downloaded the DomiWatch v3.8 using Garmin Express v4.1.12.0 on my computer. I made my selections in the settings and synced my 235. No DomiWatch face, just the original face. I tried downloading it a second time and even turned my watch off and on and I can't find it anywhere. Am I missing something? Any help is greatly appreciated.
  • When you select "Clock Options" from original watch, you see "Watch Face / Connect IQ" on the screen, select this option and you will see at least option 1 "Digital" (the original one) and the watch Domiwatch (if the download was ok!).

    If you don't see this, may be it's perhaps the download was not good... check in Garmin Express if you see the donwloaded watch

    D