Hi!
I’m trying to set up a sun and moon cycle, rotating on the watch face, and making the moon display different images depending on the moon phase.
I’ve read several guides for how to do this (although for static images, and for GWS not WFS), but I can’t seem to make it work and I don’t know where it’s going wrong.
Here are some examples of how my tags look (only the moon phase position day numbers changing)
Full Moon: ([MOON_PO]>=13.5)([MOON_PO]<=14.5)?100:0
Waning Crescent: ([MOON_PO]>=21.5)([MOON_PO]<=27.5)?100:0
All my images are “analog hands” synced with “Hour in Day” to rotate around the watch face.
Then I’ve added them in a group and set them on a “Show/Hide Timeline” where I select which hours in the day they should be visible.
And then I’ve added the tag expressions in the Opacity window under “COLOR”.
Does anyone have any advice on how I can make this work, or why it isn’t working?