Now, I don't know how many C++/Qt devs we have on here, but if Triscopic's LH_Weather code in the github repository is the current plugin version, we'd only have to implement the new API instructions into the plugin code and recompile to make it work... however that may mean that everyone would have to use their own API key, which would mean each person would need to recompile it with their own key, or submit a request somehow to have someone else compile it using the requester's key. I'm not too knowledgeable in this area, so this could be super convoluted information, but at least I tried.
Not really. The weather API is still free but you need a modified URI/URL to access it. Check Yahoo website
here to get a working URL. I have tried to compile an unchanged source to test if it is really just that simple. However, I failed. I am unable to even get the untouched source compiled. The readme file is not clear how to compile the source. I always get a missing file error message. I have installed the Qt SDK but it seems the source missing a configuration file.
I found out the weather plugin is using
this URL to get the woeid from the location configured in LCDHost. With this woeid can you use
this URL (need to 'inject' woeid) to get the weather data as xml.
To test if the parser function can still handle this would I need a step by step how to compile the sources.
