ffittschen / corona-widget

COVID-19 Inzidenz-Widget für iOS innerhalb Deutschlands 🇩🇪 (Kreis/Stadt + Bundesland + Trend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona Incidence Widget for iOS (Scriptable)

IMG_5438

Dank der positiven Resonanz, jetzt im Repo zur einfacheren Wartung/Erweiterung ( Mein original GIST ) Feedback, PRs, etc. sind Willkommen.

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

Features

  • Inzidenz + Trend für Stadt/Kreis, Bundesland
  • Neue tägl. Fälle für Stadt/Kreis, Bundesland, Bund
  • Trend für Neue tägl. Fälle je Stadt/Kreis, Bundesland, Bund
  • 14 Tage Diagram für Neue tägl. Fälle je Stadt/Kreis, Bundesland, Bund
  • 7 Tage Schätzwert für Reproduktionszahl (R)
  • iCLoud Sync
  • Offlinemodes
  • Dark/Lighmode unterstützung
  • ...

IMG_5438

Installation/Update

Manual

Automatic

Configuration Incidence Widget

Data will be cached in the Cachefolder: Dateien (App) > iCloud > Scriptable > coronaWidget > *.json

Static Coordinates/MediumWidget

Set Widgetparameter for each column, seperated by ";" Format: POSITION,LAT,LONG(,NAME);POSITION,LAT,LONG(,NAME) Second column is only visible if you set Widgetparameter for it. Check examples.

Static Coordinates

  • First column is static (No second column): 0,51.1244,6.7353
  • Second column is static (Second column is visble, MediumWidget): 1,51.1244,6.7353
  • Both columns are static (both are visble, MediumWidget): 0,51.1244,6.7353;1,51.1244,6.7353
  • Only second column is static (both are visble, MediumWidget): 1,51.1244,6.7353

Custom Names

  • Custom Name: 0,51.1244,6.7353,Home
  • Custom Name Second column: 1,51.1244,6.7353,Work

Offlinemode

  • Cachefolder: Dateien (App) > iCloud > Scriptable > coronaWidget > *.json
  • Cache Id = Numeric JSON FileNumber. See coronaWidget CacheFolder
  • Set the 4th Widgetparameter to the CacheId

Examples:

  • Filename = coronaWidget01511.json
  • Config set to: 1,51.1244,6.7353,Work,01511

About

COVID-19 Inzidenz-Widget für iOS innerhalb Deutschlands 🇩🇪 (Kreis/Stadt + Bundesland + Trend)


Languages

Language:JavaScript 100.0%