Read the statement by Michael Teeuw here.
Weatherforecast module problem
-
OK after going back and reading the readme I figured out that I needed to put the configuration in my config.js I tried this and at 7 it only shows 5 entries. If I change it to 2 it will only display 2 as it should. I think my problem is the module sizing is wrong. Where do I change the height?
thanks for any help.
-
There is something odd going on with that module (I think). I can’t get it to display more than 7 days, but everything below that value works as expected. Notice that
maxNumberOfDays: 7,
has no quotes.{ module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "New York", locationID: "5128581", appid: "YOUR API KEY", maxNumberOfDays: 7, colored: true, } },
-
I took out the entry from my custom.css and put it in the config.js like it’s supposed to be. I’ve been getting the same results anything 5 or under works just fine. Don’t tell me I’ve been beating my head against the wall unnecessarily. Ugh.
-
Don’t kill the messenger (me). I didn’t go it!
-
With the free option of openweathermaps the maximum is 5 days.
-
I get 7. I’m special. :-)