PLS help with an am/pm indicator

Hello there!

If i can get a little help with a working am/pm indicator would be great… I tried some versions but it doesnt work…

The goal is the text is permanent, just the tick behind it must be appear, when the conditions are fine… Thnx for the help, to learn something new…

You used the condition: $#Da#==AM?100:100$

which says: when Da = AM set Opacity to 100 otherwise 100.

Try: $#Da#==AM?100:10$

Sry bro it doesnt work… the marker stand on 10 opacy whole day…

Try set: For the top pointer (AM) $#Da#==AM?100:10$ and for the bottom pointer (PM) $#Da#==PM?100:10$.

If you want to hide completely instead of 10 enter 0.

Then try to set the time or switch am / pm at the time switch (Time Machine - Lower left corner.).

1 Like

Try… both text and marker… doesnt work… did you try it in the editor? i dont know, i think i give up… THNX HaDe…

Try this:
$#Da#==AM?100:0$

where first 100 = max opac
where :0 = min opac

Thnx but not working… can you try it too in a template? Maybe the problem is only mine…

Working-

I enabled inspection mode for you!

View here:

LOL… canst see anything… what the hell… i am on blacklist ;-)))

I set it to white text in AM and blue in the PM!

Sounds like you are having other issues. Are you using the facer for Windows or are you using the web facer creater?