Read the statement by Michael Teeuw here.
MMM-3Day-Forecast
-
It might be a good idea to make use of the available translations. The words “Today”, “Tomorrow” and “Day After” are all part of the system translations. Check the documentation on how to use it. :)
-
@MichMich great idea… done! If anyone can translate the text I have? I’d appreciate and will add the appropriate files.
BTW. I assume this does not work in the node helper?
-
No, the translations are frontend only.
About the translations: just make a modular specific english translations file. When that is done, others can send you a pull request with other languages.
-
I recommend re-cloning to anyone using the module, there were a couple of missing icons. They are now in place.
-
@nigel-daniels as soon as I get back home… am on vacation [holiday] in Galveston, Texas :) Nice and sunny and very warm here! …
-
@cowboysdude enjoy… you won’t have missed the ‘chance of rain’ icon there :)
-
@nigel-daniels said in MMM-3Day-Forecast:
@cowboysdude enjoy… you won’t have missed the ‘chance of rain’ icon there :)
Why Thank you sir :)
-
FYI there is a minor fix to the chance of storm icons, there was a typo in the gif files name which prevented it from displaying. This also impacted MMM-Weather-Now.
-
Don’t suppose there’s any support on this module these days?
I just get stuck on Loading… after I’ve installed this, my API key is correct and tested in browser, the only error I can see that I think relates to it is "[TypeError: Cannot read property ‘simpleforecast’ of undefined] :/
Any help would be appreciated but after 2 years I’m not expecting anything! :p
-
@MattSharp Hi, from what you describe the error is happening because the node_helper is not getting a response to the call to get the weather status in the first place. That’s where it expect the simpleforcast to be a part of the response. Can you post a version of your config to verify the call is happening ok?