Trello
Displays all Trello cards on specified lists.
Configuration
Single Trello List
trello:
accessToken: "d23*******************************************3r2"
apiKey: "p0d13*********************************************c3"
board: Main
enabled: true
list: "Todo"
position:
height: 1
left: 2
top: 0
width: 1
refreshInterval: 3600
username: myname
Multiple Trello Lists
If you want to monitor multiple Trello lists, use the following
configuration (note the difference in list
):
trello:
accessToken: "d23*******************************************3r2"
apiKey: "p0d13*********************************************c3"
board: Main
enabled: true
list: ["Todo", "Done"]
position:
height: 1
left: 2
top: 0
width: 1
refreshInterval: 3600
username: myname
Screenshots
Attributes
Name | Value |
---|---|
accessToken
Your Trello access token. Leave empty to use the WTF_TRELLO_ACCESS_TOKEN environment variable.
|
|
apiKey
Your Trello API key. Leave this blank to use the WTF_TRELLO_APP_KEY environment variable.
|
|
board
The name of the Trello board. |
|
list
The Trello lists to fetch cards from. |
|
username
Your Trello username. |