diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 93fa898..8bff54f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -69,12 +69,14 @@ message: | |||
69 | # mapping: # allows to map fields from the remote format to the one expected by Homer | 69 | # mapping: # allows to map fields from the remote format to the one expected by Homer |
70 | # title: 'id' # use value from field 'id' as title | 70 | # title: 'id' # use value from field 'id' as title |
71 | # content: 'value' # value from field 'value' as content | 71 | # content: 'value' # value from field 'value' as content |
72 | # refreshInterval: 10000 # time interval to refresh message | ||
72 | # | 73 | # |
73 | # Real example using chucknorris.io for showing Chuck Norris facts as messages: | 74 | # Real example using chucknorris.io for showing Chuck Norris facts as messages: |
74 | # url: https://api.chucknorris.io/jokes/random | 75 | # url: https://api.chucknorris.io/jokes/random |
75 | # mapping: | 76 | # mapping: |
76 | # title: 'id' | 77 | # title: 'id' |
77 | # content: 'value' | 78 | # content: 'value' |
79 | # refreshInterval: 10000 | ||
78 | style: "is-warning" | 80 | style: "is-warning" |
79 | title: "Optional message!" | 81 | title: "Optional message!" |
80 | icon: "fa fa-exclamation-triangle" | 82 | icon: "fa fa-exclamation-triangle" |