I’ve tried looking at other forum posts and I can’t seem to get mine working.
The city shows, but both my current and forecast are stuck at “Loading …”
I even tried to add a 2m refresh interval, but that didn’t change anything.
I also tried “forecast” instead of “daily”
Here’s my code
{
module: "weather",
position: "top_left",
config: {
weatherProvider: "weathergov",
type: "daily",
apiBase: 'https://api.weather.gov/points/',
lat: "3xxxxx",
lon: "-7xxxxx",
showPrecipitationProbability: "true"
}
},
{
module: "weather",
position: "top_right",
config: {
weatherProvider: "weathergov",
type: "current",
apiBase: 'https://api.weather.gov/points/',
lat: "3xxxxx",
lon: "-7xxxxx"
}
