weatherreport 3.0b released
To a no-doubt adoring public. Download from the sidebar, same as always. I'll just quote from the readme, seeing as I slaved over it into the wee hours last night: WHAT'S NEW for 3.0b? Altered setup to remove need for WP users to insert the absolute path to 'wp-config.php'. Added support for an interactive weather [...]
tagged weather
Comments Off
stand down with the firehoses
Upgrade done. Cruising along with v1.5.1.3 now. On your left (okay, if this is the front page, this works. If not, try to hum along.) is the latest addition to WeatherReport (in beta still), what I'm calling "interactive weather". It's not the kind where you get to rear back like Zeus and slam thunderbolts at [...]
tagged housekeeping, weather
Comments Off
weatherreport 2.0 released. w00t.
UPDATE 2: Now at 2.2, since adding code to fetch the METAR using fsockopen() for users whose webservers do not permit remote file() or fopen(). This should solve a lot of those "Cannot connect to NWS..." issues I hear about from time to time. UPDATE: It looks like the time localisation thingie is a 'go', [...]
tagged weather
30 Comments
weather report in action
Below are the commands I am using right now to display Vancouver's weather report:/ <?php get_weather($weatherargs = 'CYVR,show-date,,<br />'); ?> <?php get_weather($weatherargs = 'CYVR,temp-cf,,'); ?><br /> <?php get_weather($weatherargs = 'CYVR,dew-cf,,'); ?><br /> <?php get_weather($weatherargs = 'CYVR,minmax6h-cf, ,<br />'); ?> <?php get_weather($weatherargs = 'CYVR,minmax24h-cf,,<br />'); ?> <?php get_weather($weatherargs = 'CYVR,heat-index-cf,,<br />'); ?> <?php get_weather($weatherargs = 'CYVR,rel-hum,,'); [...]
tagged weather
2 Comments
weather report 1.0b released
I'm done fooling with it for now. Unless it behaves badly and someone tells me so. Download it here. (Now, back to porting this site to wordpress...) UPDATE: Comments and trackbacks going off; if you have downloaded weather report this morning and found that it wouldn't load into the plugins like it's supposed to, mea [...]
tagged weather
2 Comments