Page 1 of 1

Display month as text (jan, feb, mar,...) instead of digits (01, 02, 03...)

Posted: 21 Aug 2019, 07:09
by sachann
hello, I can not find how the json file needs to be, if I add additional images for the name of the months, instead of displaying month as a digit number... does anybody know, what to do? my json date looks like this

Code: Select all

  "Date": {
    "MonthAndDay": {
      "Separate": {
        "Month": {
          "TopLeftX": 86,
          "TopLeftY": 92,
          "BottomRightX": 64,
          "BottomRightY": 70,
          "Alignment": "TopRight",
          "Spacing": 1,
          "ImageIndex": 21,
          "ImagesCount": 10
        },
        "Day": {
          "TopLeftX": 52,
          "TopLeftY": 92,
          "BottomRightX": 96,
          "BottomRightY": 70,
          "Alignment": "TopLeft",
          "Spacing": 1,
          "ImageIndex": 21,
          "ImagesCount": 10
        }
      },
      "TwoDigitsMonth": true,
      "TwoDigitsDay": true
    },
I assume the "TwoDigitsMonth" needs to be false, and I will need (I have) 12 additional images and a position for the names, but what else is needed? ty

Re: Display month as text (jan, feb, mar,...) instead of digits (01, 02, 03...)

Posted: 21 Aug 2019, 12:21
by lvpokka
Please download working wachface, there is trick for doing that with special image sizes and special image count.
----
1) download working one
2) don't change Width! and Quantity!
3) all will be ok)

Check this

Re: Display month as text (jan, feb, mar,...) instead of digits (01, 02, 03...)

Posted: 22 Aug 2019, 11:54
by lazimk
[mention]lvpokka[/mention]
That is a cheeky brilliant way.
i wonder how did he come up with that trick

Re: Display month as text (jan, feb, mar,...) instead of digits (01, 02, 03...)

Posted: 26 Aug 2019, 10:32
by sachann
@lvpokka
I thank you so much for this hint! I managed it to somehow translate the images for me so that I can change them. watchface language is german ... and this is my result
vol6_packed_animated.gif
vol6_packed_animated.gif (97.42 KiB) Viewed 2822 times
It works like a charm. Thanks a lot!