Read the statement by Michael Teeuw here.
Environment Canada Weather Module
-
I have implemented a module (my first) to display the Environment Canada text weather forecast, marine wind forecast, and a graphical view of the weather forecast for day and night (the default Weather module only shows the day forecast). As this module is specifically for Environment Canada, only locations in Canada are supported. The elements are configurable, and forecasts can be displayed in English or French. Details and module code at MMM-EnvCanada.
-
Thank you from a fellow Canuck…can’t wait to try it
-
Nice job! I wrote the default module code but always wanted to see a dedicated module with a better UI. I like what you’ve done!
-
@charlesf Thank you! I am going to give this a go as well.
-
@crazylegs thanks!
-
Not working for me - just says Starting…tried my own info and default info…
-
@cyberphox Thanks for this. I thought it might be configuration, but your report prompted me to try something, and I was able to reproduce a problem. I use the default weather module to display current conditions from my weather station, and my Environment Canada module was depending on a utility script that was being loaded by the default module. I have made the correction to load it myself, so if you get the updated version I think it will work. Navigate to the MMM-EnvCanada folder and execute git pull to get the update. Please let me know how it goes – if your issue is something else send me your config parameters for the module and I will investigate further.