Re: MMM-AQI
It seems to be running. But doesn’t seem to change the value in the aqi index. Any idea why?
Re: MMM-AQI
It seems to be running. But doesn’t seem to change the value in the aqi index. Any idea why?
@sdetweil Sorry, first time I’ve seen that. Good to know. Thanks.
@sdetweil said in OpenWeather API CAlls:
what do you have the refresh interval set for
don’t know. don’t see it in the modulewhat is the default if you didn’t set it yourself?
don
t know what the default it.
click the documentation link above
no link.
Now that OpenWeather needs a credit card for API calls over 1000 per day, I’m curious how many API calls the Weather module makes per day. I’ve got 2 instances of it running.
@sdetweil
Thanks for your help, will do.
@sdetweil possible they changed the plan. I’m using free.
@sdetweil Maybe my mistake. I’m using the new ver 3 api. Should I be using the previous version I had running with no issues?
I’ve added it here. No luck.
{
module: "weather",
position: "top_right",
header: "Hourly",
config: {
weatherProvider: "openweathermap",
type: 'hourly',
apiVersion :'3.0',
apiKey: "new api key",
units: "imperial",
maxEntries: 10,
fadePoint: 0.12,
showPrecipationAmount: true,
AnimationSpeed: 1000,
ignoreToday: true,
colored: true,
fade: false,
timeFormat: 12,
showFeelsLike: true,
lat: 40.7128,
lon: -74.0060,
}
}
module: "weather",
position: "top_right",
header: "Hourly",
config: {
weatherProvider: "openweathermap",
type: 'hourly',
apiKey: "new api key",
units: "imperial",
maxEntries: 10,
fadePoint: 0.12,
showPrecipationAmount: true,
AnimationSpeed: 1000,
ignoreToday: true,
colored: true,
fade: false,
timeFormat: 12,
showFeelsLike: true,
lat: 40.7128,
lon: -74.0060,
}
I’ve got a new api key, just replaced the old one. It was working fine. Any ideas why this might not be working?
@tjat very impressive. Especially about the ChatGPT aspect.
Re: MMM-AQI
It seems to be running. But doesn’t seem to change the value in the aqi index. Any idea why?