I have an element that shows a current users time based on their location (via the Google API). How could I set a conditional on an icon so say for example once their time was past 11.00pm it would show a moon icon?
This is what I currently have, but have had no luck setting a conditional on the icon
I guess the only slight issue is that “current time” is a one time thing on page load. So it won’t advance to a moon at the required time without a “Do every x seconds” loop updating a state.
Could I elaborate on this and create something where it’s between a certain time? ie; between 11.00pm and 8.00am show the moon icon, then from 8.00am till 11.00pm show the sun icon?
Thanks again @NigelG for all your help. So many different ways to achieve something in Bubble. Falling in love with it more and more each day