{
module: "weather",
position: "top_right",
header: "Weather Forecast",
config: {
updateInterval: 15*1000,
initialLoadDelay: 2,
weatherProvider: "weatherbit",
weatherEndpoint:"/forecast/daily", // < --- leave this off and module doesn't work , isn't that what type is supposed to FIX..
type: "forecast", // <-- but provider doesn't use this 'required' parm..
lat: 30.4548443,
lon: -97.6222674,
apiKey: "",
}
},