Weather Widget Question

I added a weather Widget to my project, and it works good using weatherwidget.io. So, I would like to use the weather network or open weather widget. I add each one in like the io one but they don’t display at all. Does the HRD web browser object only supports the io version of a widget? The reason I want to use the other 2, they get me to my location here in Ontario, where the io is a city away lol. Any thoughts on this would be great. Oh I add all three widgets to my Pi Apache web site and the all work.

Dan

It shouldn’t matter. Any HTML or URL should work. The WebBrowser control uses the standard WebView controls that the platform provides. Don’t base everything off the results in the simulator. The WebBrowser is very platform specific. The actual apps may be able to render the content just fine. There are some limitations. I know it can’t do ActiveX content.

Thanks for the reply Bill, I will give it another try.

Dan