---
title: "Gitter"
date: 2018-08-02T12:36:08-04:00
draft: false
weight: 110
---
Added in `v0.2.1`.
Displays chat messages from Gitter.
## Source Code
```bash
wtf/gitter/
```
## Keyboard Commands
Key: `j`
Action: Select the next message in the list.
Key: `k`
Action: Select the previous message in the list.
Key: `r`
Action: Refresh the data.
Key: `↓`
Action: Select the next message in the list.
Key: `↑`
Action: Select the previous message in the list.
## Configuration
```yaml
gitter:
apiToken: "ab345546asdfasb465234fgjgh068f39a35c3e4139ee383f7"
enabled: true
numberOfMessages: 10
position:
top: 4
left: 1
height: 1
width: 4
roomUri: wtfutil/Lobby
refreshInterval: 300
```
### Attributes
`apiToken`
Value: Your GitterPersonal Access Token.
`enabled`
Determines whether or not this module is executed and if its data displayed onscreen.
Values: `true`, `false`.
`numberOfMessages`
_Optional_
Maximum number of _(newest)_ messages to be displayed. Default is `10`
`position`
Defines where in the grid this module's widget will be displayed.
`roomUri`
_Optional_
Values: `new`, `top`, `job`, `ask`
`refreshInterval`
How often, in seconds, this module will update its data.
Values: A positive integer, `0..n`.