Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast No API Key
-
Hello all,
Just installed the MMM-OpenWeatherForecast module. I created an account with open weather and I am using the “One Call API 3.0.” I tested the default api key using their example: https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}. I checked the usage and it registered. However when I start the MM it comes back with ERROR ** No API key configured. Get an API key at https://openweathermap.org/api/one-call-api. I also created a new API key and tried that but with the same error.
Has anyone run into this? Whats the fix? Any information would be greatly appreciated. Thank you.
-
@jclewis please show the module config in config.js
you can xxx out the apikey value…all module specific parms go INSIDE the AND the system i case sensitive, so
apikey and apiKey are differentmodule:"modulename", config:{ ... <---- here ... }
section
read the two topics in my signature… I didn’t write them,
-
{ module: "MMM-OpenWeatherMapForecast", position: "top_right", header: "House Weather", config: { apiKey: "###", latitude: "###", longitude: "###", iconset: "6oa", concise: "false", forecastLayout: "table" } },
-
@jclewis said in MMM-OpenWeatherForecast No API Key:
> apiKey: "###",
yep
doc says
apikey:
as I said, case sensitive
also, for future, posting of code or config , use the code wrapper
post the text
select the text you just posted
and hit the button above the editor that looks like </> -
Thanks for the catch. I appreciate it and the tips for future post. First time posting here.