Configuration

This page explains each configurable setting in the ChronosConfig script and how to obtain the correct values. You only need to edit this one script.

This page explains each configurable setting in the ChronosConfig script and how to obtain the correct values. You only need to edit this one script.


Trello API Key

What this is

Your Trello API key, used to identify your application.

How to get it

  1. Create a new Power-Up

  2. Open the Power-Up settings

  3. Copy the API Key

How to configure it

Config.TRELLO_KEY = "PASTE_YOUR_API_KEY_HERE"

Trello Token

What this is

A permission token that allows Chronos to read your Trello boards.

How to get it

  1. Make sure you already have your API key

  2. Open this URL in your browser (replace YOUR_KEY):

  1. Click Allow

  2. Copy the token shown on screen

How to configure it


Trello Board ID

What this is

The short ID of the Trello board Chronos should read events from.

How to get it

  1. Open your Trello board

  2. Look at the URL:

  1. Copy the part after /b/

In this example:

How to configure it


Allowed List Names

What this does

Chronos will only read cards from the lists you specify here. This lets you control which events appear on the TVs.

How to set it up

  • Use the exact list name from Trello

  • Case-sensitive

  • You can add multiple lists

How to configure it


Poll Interval

What this does

How often (in seconds) Chronos checks Trello for updates.

  • 15 → Fast updates (recommended)

  • 30 → Lower API usage

  • 60 → Minimal API usage

How to configure it


Maximum Events Displayed

What this does

Limits how many events appear on each TV at once.

How to configure it


Debug Mode

What this does

When enabled, Chronos prints detailed logs to the Roblox console. Useful for setup and troubleshooting.

How to configure it

(Set to false once everything is working.)


Completed

You have now hopefully successfully configured the script, we are simuntalesly working on a simper way to configure this, please give us time, Scripting is hard and even harder if you have to integrate systems to it which you have not created.

Thank you for using Chronos.

Last updated