mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 04:59:32 +00:00
added default values for lat
and lon
This commit is contained in:
parent
ca0b89ecd3
commit
ffbf0804d9
@ -13,6 +13,8 @@ Module.register("weather", {
|
||||
roundTemp: false,
|
||||
type: "current", //current, forecast, wDataCurrent, wDataHourly, wDataDaily
|
||||
|
||||
lat: 0,
|
||||
lon: 0,
|
||||
location: false,
|
||||
locationID: false,
|
||||
apiKey: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user