Reset text blocks automatically

hello, I have a project which has a start and stop button. When the start is pressed it does some calculations until the stop.
Is it possible to tweak it such that the calculation occurs throughout the day and the text boxes are reset automatically when it's a new day?

1 Like

You need

  • TinyDB to save whatever input you entered
  • Screen1.Initialize to repeat the calculation when the app is restarted
  • Clock1.Timer to keep recalculating if needed.