Quoth Markus Teich: > Nick wrote: > > It uses Weather Underground, which means it has hourly info, and lots of > > other > > forecast stuff that the script is just ignoring for now. It also loads the > > json with the weather data without needing an API key, because that shit is > > for chumps. > > For me, SSL support was more important than not having to use an API key. I > did > not find a service providing both.
Oh, I didn't notice it had SSL support, that's nice. You could look into grabbing the data however the web frontend does (in my script that involves grabbing a randomly generated key from an HTML page to use in the json request). Though if it does things server side that would mean you might just have to parse HTML, which is never ideal.