Hello everyone, is there a code to change the image every 15 minutes, I have 3 images on Apple Watch?
1 Like
Three images 15 minutes each is 45 minute cycle . Is this what you want .
This is the code . The Timer is a bit complex looking but the numbers are set out in the descriptive Maths style so you can see how it works . You just change the number before the ? . You will see how it works clearly if you inspect it .
$(floor((floor((((#DWFHS#)/360)*1440)%45))/15))=2?100:0$
3 Likes
You are welcome . I thought we had lost you .
2 Likes
Thank you
2 Likes