mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +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,
|
roundTemp: false,
|
||||||
type: "current", //current, forecast, wDataCurrent, wDataHourly, wDataDaily
|
type: "current", //current, forecast, wDataCurrent, wDataHourly, wDataDaily
|
||||||
|
|
||||||
|
lat: 0,
|
||||||
|
lon: 0,
|
||||||
location: false,
|
location: false,
|
||||||
locationID: false,
|
locationID: false,
|
||||||
apiKey: "",
|
apiKey: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user