added default values for lat and lon

This commit is contained in:
Bryan Zhu 2020-06-30 12:41:14 -04:00
parent ca0b89ecd3
commit ffbf0804d9

View File

@ -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: "",