Read the statement by Michael Teeuw here.
Default weather module not displaying forecast
-
Since updating MM to 2.35 from 2.34, the default weather module is no longer displaying the forecast.
I use :
“openweathermap” option for the weatherProvider: key;
“forecast” option for the type: key; and
“/forecast” option for the weatherEndpoint: keyOther than updating the apiVersion from 2.5 to 3.0 in the config, no other changes have been made to any other keys within the module’s config and the module only shows “WEATHER FORECAST” as per the header: key, and then only displays Loading … where the forecast should be displayed.
My config for the module is as follows:
{ module: "weather", position: "top_right", header: "WEATHER FORECAST", config: { // General Options weatherProvider: "openweathermap", type: "forecast", roundTemp: true, degreeLabel: true, updateInterval: 300000, showPeriod: true, showPeriodUpper: false, appendLocationNameToHeader: false, // Forecast Options tableClass: "xsmall", colored: true, fade: false, maxNumberOfDays: 5, // OpenWeatherMap Options apiVersion: "3.0", apiBase: "https://api.openweathermap.org/data/", weatherEndpoint: "/forecast", location: "Melbourne,Australia", apiKey: "xxxxx", },What am i missing in this latest release in the config of this module in MM 2.35?
-
@DarrenO-0 get the new apikey, requires a credit card
Remove apiVersion, apiBase, weatherEndpoint,
Let those defaultRemove location
Add lat, lon -
-
@DarrenO-0 get the new apikey, requires a credit card
Remove apiVersion, apiBase, weatherEndpoint,
Let those defaultRemove location
Add lat, lon -
@sdetweil thanks, but i don’t think i’ll be providing my credit card details to a service for them just to keep it on file for the unlikely possibility that i’d make 1000+ API calls a day.
I’ll just comment out or remove that section of my config.js file. -
D DarrenO 0 has marked this topic as solved
-
D DarrenO 0 has marked this topic as solved
-
@DarrenO-0 I understand. You might be able to switch to a different provider on the weather module, depending on where you are. Not all providers are world wide
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login