Update config.yml
This commit is contained in:
parent
e740f365ca
commit
4016de3129
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ weather:
|
|||
longitude: -89.485937
|
||||
player:
|
||||
geolite2_accountId: 710438
|
||||
geolite2_apiKey: 'qLeseHp4QNQcqRGn'
|
||||
geolite2_apiKey: 'qLeseHp4QNQcqRGn' # Get your own @ https://www.maxmind.com/en/geolite2/signup
|
||||
map:
|
||||
# Man I've really suffered while working on this one (i hate maths)
|
||||
# Info:
|
||||
|
@ -39,7 +39,7 @@ provider:
|
|||
# Provider settings here
|
||||
# Unlike the previous option, these are case sensitive
|
||||
openweathermap:
|
||||
apiKey: 'd3d37fd3511ef1d4b44c7d574e9b56b8'
|
||||
apiKey: 'd3d37fd3511ef1d4b44c7d574e9b56b8' # PLEASE get your own @ https://home.openweathermap.org/users/sign_up
|
||||
# More providers soon!
|
||||
|
||||
realtime:
|
||||
|
@ -72,4 +72,4 @@ settings:
|
|||
messages:
|
||||
# %weather_full% - full state description, such as "extreme thunder"
|
||||
# %weather% - short state description, such as "rain"
|
||||
actionbarInfo: "&b%weather_full%"
|
||||
actionbarInfo: "&b%weather_full%"
|
||||
|
|
Loading…
Reference in a new issue