40 lines
962 B
YAML
40 lines
962 B
YAML
# OpenWeatherMap API-Key – hier eintragen
|
||
api-key: "DEIN_API_KEY_HIER"
|
||
|
||
# Update-Intervall in Sekunden (Standard: 60)
|
||
update-interval: 60
|
||
|
||
defaults:
|
||
enabled: true
|
||
location: "Berlin,de" # Stadt,Land
|
||
units: "metric" # metric = °C, imperial = °F
|
||
time-format: "24h" # oder "12h"
|
||
display-actionbar: true
|
||
display-weather-icon: true
|
||
display-position: "top-right"
|
||
padding-right: 100
|
||
sync-in-game-weather: true
|
||
|
||
worlds:
|
||
world:
|
||
enabled: true
|
||
location: "Berlin,de"
|
||
units: "metric"
|
||
time-format: "24h"
|
||
display-actionbar: true
|
||
display-weather-icon: true
|
||
display-position: "top-left"
|
||
padding-right: 50
|
||
sync-in-game-weather: true
|
||
|
||
world_nether:
|
||
enabled: false
|
||
location: "Berlin,de"
|
||
units: "metric"
|
||
time-format: "24h"
|
||
display-actionbar: true
|
||
display-weather-icon: false
|
||
display-position: "top-right"
|
||
padding-right: 150
|
||
sync-in-game-weather: false
|