@sdetweil Sorry, first time I’ve seen that. Good to know. Thanks.
Read the statement by Michael Teeuw here.
Posts
-
RE: OpenWeather API CAlls
-
RE: OpenWeather API CAlls
@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. -
OpenWeather API CAlls
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.
-
RE: Openweathermap api works for 2 of my modules but not for Hourly
@sdetweil
Thanks for your help, will do. -
RE: Openweathermap api works for 2 of my modules but not for Hourly
@sdetweil possible they changed the plan. I’m using free.
-
RE: Openweathermap api works for 2 of my modules but not for Hourly
@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?
-
RE: Openweathermap api works for 2 of my modules but not for Hourly
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, } }
-
Openweathermap api works for 2 of my modules but not for Hourly
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?
-
RE: Touchscreen Family Dashboard
@tjat very impressive. Especially about the ChatGPT aspect.
-
MMM-AQI Not updating
Re: MMM-AQI
It seems to be running. But doesn’t seem to change the value in the aqi index. Any idea why?