How do you display scheduled information?

Hi everyone. I’m looking for a way to display information at specific times in a radio app. The information is of the current radio show and the one that follows. Do I have to pull information from a website or that can be done with the app only? I attached a screenshot for detailed information.

Use a clock component.

  1. get the times the information needs to be displayed
  2. get the information that needs to be displayed
  3. Run the clock (1000ms) and test the current time against when you want the information displayed
  4. When the display time is reached, show the information

There are a few gaps which you should be able to fill in :wink:

I kindly appreciate your reply. As I'm a newbie on App Inventor, even reading the documentation and searching the community I still get stuck. Let me put these pieces together and see it works.