I’ve looked at the setting documentation, and I sort of understand how everything is supposed to work. What I’m looking to do is similar to the elapsed feature you’ve created, but instead what I want to do is have the counter increase at a 3 second interval and an increment of 1. Preferably from a starting value. As you can see in my code above I have it starting at a specific date in order to keep the counter going from a start value.
How can I implement this into your code?