Countdown timer for car charging

0
Hi all, I have a electric car charging app that I want to display a little countdown timer on the home page how much time is remaining for the active chargings, I have my microflow which calculates when the endTime will be for each reservation but now I am thinking of doing a loop for the charging time and for that time it will display this count down timer and after that it will add one more charger to the availability.   I hope this makes sense, current microflow:
asked
2 answers
0

hi, gal

are you wanting help on building the timer itself?

 

if so, the below post has a resolved question on displaying a timer, using a timer widget from marketplace:

https://community.mendix.com/link/space/widgets/questions/113331

answered
0

Hey Gal,

Taking a look at your microflow it looks like you may need to refresh your client based on the changes made here. You could also look at switching the microflow into a nanoflow, which should make updating the client a lot easier.

Hope this helps,

Austin

answered