Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
update readme for hospitalizations #172
Browse files Browse the repository at this point in the history
  • Loading branch information
rphl committed Nov 18, 2021
1 parent 5cc9eee commit 1322580
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Corona Inzidenz & Impfquoten Widget für iOS (Scriptable)
# Corona Inzidenz, Impfquoten, Hospitalisierungen Widget für iOS (Scriptable)

Widget zeigt die Inzidenz, tägl. neue Fälle, den Verlauf für 21 Tage (Inzidenz / neue Fälle) sowie Infos zu den Impfungen.
Widget zeigt die Inzidenz, tägl. neue Fälle, den Verlauf für 21 Tage (Inzidenz / neue Fälle) sowie Infos zu den Impfungen/Hospitalisierungen.

```diff
+ SIEHE "FEATURES" und KONFIGURATIONS ABSCHNITT FÜR AKTUELLE FUNKTIONSWEISE-/UMFANG!
```

**Inzidenz**
![IMG_5438](https://raw.githubusercontent.com/rphl/corona-widget/master/screenshots/screenshot.jpg)
**Inzidenz + Impfquoten**
** + Impfquoten**
![IMG_5438](https://raw.githubusercontent.com/rphl/corona-widget/master/screenshots/screenshot_vaccine.jpg)
** + Hospitalisierungen (Ampel)**
![IMG_5438](https://raw.githubusercontent.com/rphl/corona-widget/master/screenshots/screenshot_hospitalization.jpg)

_Dank der positiven Resonanz, jetzt im Repo zur einfacheren Wartung/Erweiterung ( [Mein original GIST](https://gist.github.com/rphl/0491c5f9cb345bf831248732374c4ef5) ) Feedback, PRs, etc. sind Willkommen._

**☕️ Einen Kaffee ausgeben 🙃:** https://ko-fi.com/rapha
**☕️ Einen Kaffee ausgeben? 🙃:** https://ko-fi.com/rapha

# ✨ Features

Expand Down Expand Up @@ -97,7 +99,9 @@ Das Skript kann auch über bestimmte Optionen konfiguriert werden. (Änderungen

**Optionen:**
* `theme: ''` Automatic Light/Darkmode switch = `''` OR lightmode only = `light` OR darkmode only = `dark`
* `showVaccineInMedium: false` show vaccine status based on RKI reports. MEDIUMWIDGET IS REQUIRED!
* `showDataInRow 'hospitalization'` // show "vaccine", "hospitalization", or false (statictics) based on RKI reports. MEDIUMWIDGET IS REQUIRED!
`showDataInBlocks: 'vaccine'` // show "vaccine", "hospitalization", or false (disabled) based on RKI reports (State/Country). MEDIUMWIDGET IS REQUIRED!

* `openUrl: false` "https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4", open RKI URL on tap, set false to disable
* `graphShowValues: 'i'` 'i' = incidence OR 'c' = cases
* `graphShowDays: 21` show days in graph
Expand Down Expand Up @@ -200,14 +204,14 @@ Optional kann je Theme mit `mainBackgroundImageURL` eine URL zum Hintergrundbild
**Nur Impfquoten anzeigen**
```
{
"showVaccineInMedium": true
"showDataInBlocks": 'vaccine'
}
```

**... oder**
```
{
"openUrl": "https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4",
"showVaccineInMedium": true
"showDataInBlocks": 'vaccine'
}
```
Binary file added screenshots/screenshot_hospitalization.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1322580

Please sign in to comment.