mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
added default values for lat
and lon
This commit is contained in:
@@ -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: "",
|
||||||
|
Reference in New Issue
Block a user