Für den Boden:
- 150g Vollkornbutterkekse
- 2 EL Zucker
- Prise Zimt
- 60g weiche Butter
| // Get Team ID from https://www.thesportsdb.com and add it as widget parameter | |
| const TEAM_ID = args.widgetParameter || 133987 | |
| const DARK_MODE = true | |
| const widgetSize = config.widgetFamily || 'medium' | |
| const textSize = 9.5 | |
| const logoSize = 38 | |
| const logoSmallSize = 22 | |
| const spacing = { normal: 8, smaller: 6, vs: 5, widget: 10 } |
| # Defaults / Configuration options for homebridge | |
| # The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others) | |
| HOMEBRIDGE_OPTS=-U /var/lib/homebridge | |
| # If you uncomment the following line, homebridge will log more | |
| # You can display this via systemd's journalctl: journalctl -f -u homebridge | |
| # DEBUG=* |
| To use this script just copy all flv files into a directory and call the script via: | |
| "join-flvs.sh *.flv" |