Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Osterkamp authored and Daniel Osterkamp committed Nov 2, 2020
1 parent 9afdbf4 commit c6a3c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The following properties can be configured:
| `header` | The header text <br><br> **Default value:** `'COVID-19 Inzidenzwert'`
| `cityID` | The ObjectID of the GEN City from this database in an array: `'https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a709542548cc3be077a786c17_0/data'` <br><br> **Possible values:** Array: `["224" , "223"]` for Ingolstadt and München <br> **Default value:** `["224"]`
| `infoRowClass` | The font size of data <br><br> **Possible values:** `'small'`, `'medium'` <br> **Default value:** `'small'`
| `showUpdateDateInHeader` | Show date of Update in Header (of last received item) <br><br> **Possible bool values:** `true`, `false` <br> **Default value:** `true`
| `showUpdateDateInRow` | The font size of data <br><br> **Possible bool values:** `true`, `false` <br> **Default value:** `false`
| `showUpdateDateInHeader` | Show date of update in Header (of last received item) <br><br> **Possible bool values:** `true`, `false` <br> **Default value:** `true`
| `showUpdateDateInRow` | Show date of update in each row <br><br> **Possible bool values:** `true`, `false` <br> **Default value:** `false`
| `updateInterval` | How often does the content needs to be fetched? (Milliseconds) <br><br> **Possible values:** `1000` - `86400000` <br> **Default value:** `3600000` (60 minutes)
| `fadeSpeed` | Fading speed when module is updating. No need to change it... <br><br> **Possible values:** `1000` - `86400000` <br> **Default value:** `4000`

Expand Down

0 comments on commit c6a3c7e

Please sign in to comment.