I am trying to set up a moon phase display to a watch face. I tried to add 8 individual images - one for each phase. I put them all in the same spot, overlapping one another. I then tried to add tags to the opacity, as the tag tutorial page says. For example, I used;
([MOON_PO]<=13.5) + ([MOON_PO]>=14.5) ? -100 : 0
On the full moon image’s opacity. However, it immediately sets it back to 100% when I click out of the field. I cannot put ANY tags in the field, it requires just a number from 0-100. It gives no errors, but ignores anything I put in besides a number.
So I thought images were the wrong way to go. I tried a complication, using the image only and icon only settings. Same problem with both. I cannot add ANY tags to the opacity. It just ignores anything not a number from 0-100.
So how am I supposed to actually add these tags?