Forums Latest Members

Connected Custom Watchfaces / Which Watch Face are Wearing Today?

  1. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Nov 29, 2021

    Posts
    5,393
    Likes
    13,777
  2. eldorado

    eldorado Nov 29, 2021

    Posts
    86
    Likes
    39
    Sorry. That's a very nice face, but it's a 24 hour one. It's not practical here in the US. I edited the date, but I don't know how to make it a 12 hour face. Otherwise is great.
     
    Edited Nov 29, 2021
    Albert-AMG likes this.
  3. Cavs

    Cavs Nov 29, 2021

    Posts
    462
    Likes
    2,255
    IMG_5283.PNG
    GMTN, BMW Works and Albert-AMG like this.
  4. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Nov 29, 2021

    Posts
    5,393
    Likes
    13,777
    4D2190B6-C2C2-49F8-8FE3-02E2EE107642.jpeg
    Just go to the Layer 3, and change the Text {dh23} for {dh}
     
    Lakers Fan, BMW Works and pfc2000 like this.
  5. connected1976

    connected1976 Nov 29, 2021

    Posts
    2,257
    Likes
    8,173
  6. connected1976

    connected1976 Nov 30, 2021

    Posts
    2,257
    Likes
    8,173
    Edited Nov 30, 2021
    danyboy2502, Pakondil, Hubert and 9 others like this.
  7. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Dec 1, 2021

    Posts
    5,393
    Likes
    13,777
    danyboy2502, GMTN, Lakers Fan and 7 others like this.
  8. connected1976

    connected1976 Dec 1, 2021

    Posts
    2,257
    Likes
    8,173
  9. connected1976

    connected1976 Dec 2, 2021

    Posts
    2,257
    Likes
    8,173
  10. eldorado

    eldorado Dec 3, 2021

    Posts
    86
    Likes
    39
    pfc2000 likes this.
  11. eldorado

    eldorado Dec 3, 2021

    Posts
    86
    Likes
    39
    I went to load my Red bull face on a racing weekend and somehow the month on the date line became a line of code instead. I downloaded another link to see if it was an issue with my watch and it came out the same way. What kind of bug is that?
     
  12. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Dec 3, 2021

    Posts
    5,393
    Likes
    13,777
    Yes, something changed in WatchMaker, and the previous script doesn’t work now. Delete all the previous script and put this one:

    tweens.zoom=1.8

    var_days={'SUN','MON','TUE','WED','THU','FRI','SAT'}
    if {ddw0} == 0 then
    var_yesterday = 7
    var_today = 1
    var_tomorrow = 2
    elseif {ddw0} == 6 then
    var_yesterday = 6
    var_today = 7
    var_tomorrow = 1
    else
    var_yesterday = {ddw0}
    var_today = {ddw0} + 1
    var_tomorrow = {ddw0} +2

    end

    var_monthesinenglish = {'JAN','FEB','MAR','APR','MAY','JUNE','JULY','AUG','SEPT','OCT','NOV','DEC'}

    if {dn} == 0 then
    var_lastmonth = 12
    var_thismonth = 1
    var_nextmonth = 2
    elseif {dn} == 12 then
    var_lastmonth = 11
    var_thismonth = 12
    var_nextmonth = 1
    else
    var_lastmonth = {dn}
    var_thismonth = {dn} + 1
    var_nextmonth = {dn} +2


    end
     
  13. eldorado

    eldorado Dec 3, 2021

    Posts
    86
    Likes
    39
    You're grossly overestimating me. I was OK to change dh23 to dh, but I wouldn't know where to start here. I'll just wear my Red Bull baseball hat this weekend.

    I entered dnnn in between brackets and it worked.
     
    Edited Dec 3, 2021
  14. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Dec 3, 2021

    Posts
    5,393
    Likes
    13,777
    The watchface I posted on Wednesday already had the updated Script, so it works fine

    To update the script in your Red Bull version, just 'Edit Watch', and press this little watch
    B06F4824-A2E6-4B93-949B-619E0B0A0BB1.jpeg

    then scroll down and press 'Script'
    3472CBE0-612D-4B9A-A9E8-E8729ECF0E0C.jpeg

    Then delete all the previous script, paste the Script from my previous post, and press 'Done'
    39EB7157-7B98-47AA-922B-F6C36856EA0A.jpeg

    And that’s all :thumbsup:
     
    Edited Dec 3, 2021
    Lakers Fan likes this.
  15. Albert-AMG

    Albert-AMG TAG Heuer Forums Moderator Staff Member Dec 3, 2021

    Posts
    5,393
    Likes
    13,777
    Yes, if your watch is in English, then it will work also that way. My script is designed to always show day and month in English, regardless of watch language
     
    BMW Works likes this.
  16. eldorado

    eldorado Dec 3, 2021

    Posts
    86
    Likes
    39
    Thanks. I had begginers' luck, unlike Verstappen, whom I afraid ran out of luck this season.
     
    Albert-AMG likes this.
  17. connected1976

    connected1976 Dec 3, 2021

    Posts
    2,257
    Likes
    8,173
  18. keithmorris13

    keithmorris13 Dec 6, 2021

    Posts
    1
    Likes
    0
  19. connected1976

    connected1976 Dec 7, 2021

    Posts
    2,257
    Likes
    8,173
    danyboy2502, GMTN, pfc2000 and 4 others like this.
  20. Cavs

    Cavs Dec 7, 2021

    Posts
    462
    Likes
    2,255
    IMG_5284.JPG IMG_5285.PNG
    pfc2000, Ecumenico, cassis and 2 others like this.