DOC: add mmpm integration
This commit is contained in:
parent
cc389c505b
commit
f5b2d86d97
1 changed files with 9 additions and 0 deletions
|
@ -38,3 +38,12 @@ modules: [
|
||||||
### List available regions
|
### List available regions
|
||||||
|
|
||||||
`curl https://rp-online.de/app/interaktiv_server/data/rki_nrw_mapped.json.php | jq | awk '/^ "/ {print}'`
|
`curl https://rp-online.de/app/interaktiv_server/data/rki_nrw_mapped.json.php | jq | awk '/^ "/ {print}'`
|
||||||
|
|
||||||
|
## MMPM integration
|
||||||
|
```
|
||||||
|
mmpm add-ext-pkg \
|
||||||
|
--title="MMM-covid19" \
|
||||||
|
--author="smark" \
|
||||||
|
--repo="https://git.smsvc.net/MagicMirror/MMM-covid19" \
|
||||||
|
--desc="covid19 statistics"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue