Assistance Needed to Create a Live Countdown for a Specific Event

Dear Community,

I hope this message finds you well! I am seeking your help to create a Live countdown for an important event, such as my birthday, which is scheduled for February 7th at 13:00.

I would like the countdown to:

  • Be Live and visible to all users of the application in real time.
  • Count down the hours and minutes, not just the days, to ensure precise tracking until the event occurs.
  • Remain active and continue functioning even if the application is temporarily closed.

If anyone has the technical expertise or suggestions on how this can be implemented (whether through tools or code), I would greatly appreciate your input and guidance.

Thank you in advance for your time and assistance. I look forward to hearing your ideas and solutions!

Best regards,
Dimitris Stratouris

Use a clock timer.
You could either use iToo extension to setup a background service to maintain the clock output, or each device could simply store the time in the tinydb on app exit, and/or update it on app entry.

Thank you so much for your response!

The idea of using the clock timer and the iToo extension is very interesting, but I must admit I don’t fully understand how to implement it. Would it be possible for you to create a simple example or provide step-by-step guidance?

If it’s not too much trouble, could you also share the example as a .aia file? That would really help me understand and move forward more effectively.

I truly appreciate your time and support!

Been there, done that.

Thank you sir!!!

Another way to do it perhaps. :thinking:

Be aware, this app was coded in 2020 you will have to set the date to 2024 to get the correct images and day ti' . :slightly_smiling_face:

or even better to automatically select current year

Yes! That's what I wanted! Thank you all for the help!

It's perfect, I just would like to include the date and time. Is that possible?

Yes. Where do you want to include the date and time?

You could use a Label and the Clock1. to display the present date and time
like this

or just use a Label with a Text block containing the event's date and time ( December 25, 2024 at 7 pm )

What have you tried?

Does this code not show the current time?

????

what do you want it to show. The FormatDateTime shows the current time. It is circled in green.


If you use a Text block with a label to display the time, you can show any time you type in The Text block.

I want set the time and the date (7:00 Christmas) in the Countdown

Hard wire it in blocks like in my sample.

Change the circled values in

I am sorry, i can't understand! I want to create a countdown for Christmas Day at 7:00. And I don't know where to put it

This is a modification of ABG's example. It may do what you want Dimitris.

ChristmasDay.aia (3.8 KB)
Load the ChristmasDay Project
Use the lower button to count down to Christmas at 7 AM. Ignore the Deadline button. It is used to count down to a specific other event.

Is this what you want?

or this might be what you want using the example I posted @dimitris.strat

AdventCalendar6.aia (1.1 MB)

Merry Christmas, Wesołych Świąt, Feliz Navidad, God Jul, Joyeux Noel, Καλά Χριστούγεννα, Happy Christmas, Veseloho Rizdva, Prettige Kerstdagen, Frohe Weihnachten!, 성탄 축하 , Buon Natale, 聖誕快樂 , 圣诞快乐, Sretan Božić, C рождеством!, عيد ميلاد مجيد

-- Steve

Thank you SteveJG and ABG!!! THIS I WANT!!!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.