1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add configurable screenName to Twitter module

This commit is contained in:
Chris Cummer
2018-08-17 14:58:51 -07:00
parent bfb292c392
commit d3d34ab649
11 changed files with 56 additions and 208 deletions

View File

@@ -37,6 +37,7 @@ twitter:
height: 1
width: 1
refreshInterval: 20000
screenName: "wtfutil"
```
### Attributes
@@ -54,3 +55,7 @@ Defines where in the grid this module's widget will be displayed. <br />
`refreshInterval` <br />
How often, in seconds, this module will update its data. <br />
Values: Any positive integer, `0..n`.
`screenName` <br />
The screen name of the Twitter user who's tweets you want to follow. <br />
Values: Any valid Twitter user's screen name.