Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

BBC Weather forecast Plugin

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
jamesdoz
Plugin Author
Posts: 10
Joined: August 20th, 2005, 7:26 pm
Contact:

BBC Weather forecast Plugin

Post by jamesdoz »

Hi,

Just written my first LCD Smartie plugin to download weather forecasts from the BBC website (http://www.bbc.co.uk/weather/)

You can download the plugin from http://www.james-austin.co.uk/bbcweather.zip

Example usage

$dll(bbcweather, 2, 5day.shtml?id=1123, 9 ) $dll(bbcweather,2,5day.shtml?id=1123,2) $dll(bbcweather,2,5day.shtml?id=1123,3)



Hope someone finds it useful

jamesdoz
Plugin Author
Posts: 10
Joined: August 20th, 2005, 7:26 pm
Contact:

Source code

Post by jamesdoz »

You can download the VB.NET 2003 source code from:

http://www.james-austin.co.uk/bbcweather_source.zip

Feel free to use it, just give me a credit somewhere

jamesdoz
Plugin Author
Posts: 10
Joined: August 20th, 2005, 7:26 pm
Contact:

New version

Post by jamesdoz »

I've uploaded a new version of the plugin that caches the information to a text file and only checks over the 'net every 15mins.

Download from http://www.james-austin.co.uk/bbcweather.zip

bartoni
Posts: 4
Joined: August 29th, 2005, 10:02 am

Post by bartoni »

Hi,

I'm having trouble with your plugin. Here's the error :

"Load of plugin failed: LoadLibrary failed with #126: The specified module could not be found."

jamesdoz
Plugin Author
Posts: 10
Joined: August 20th, 2005, 7:26 pm
Contact:

Post by jamesdoz »

I should have mentioned that it's a VB.NET application, so I think you'll need the .NET framework installed.

http://msdn.microsoft.com/netframework/ ... mework1_1/

If that isn't the problem I don't know what is.

Has anyone else had this error?

bartoni
Posts: 4
Joined: August 29th, 2005, 10:02 am

Post by bartoni »

Doh. Of course! I should've realised.

bionico
Posts: 2
Joined: September 18th, 2005, 9:16 pm

Post by bionico »

Hi, why you don't add another parameter, "Current Nearest Observations"

torro
Posts: 10
Joined: October 31st, 2005, 7:05 pm

Post by torro »

Yes, "Current Nearest Observations:" would be great.

Also, I get Access violation on every input except 1 and 2 (sunny/rainy and the full forecast)

Zarkov
Posts: 1
Joined: November 26th, 2005, 7:27 am

Post by Zarkov »

hi m8, great plugin, but i too get the access violation on all exept options 1 and 2.

Any ideas or maybe a fix :)
keep up the good work :)

jamesdoz
Plugin Author
Posts: 10
Joined: August 20th, 2005, 7:26 pm
Contact:

Updated version

Post by jamesdoz »

Hi,

Thought people might want to know there's now a new version of the plugin available. It can be downloaded from http://www.james-austin.co.uk/lcdweather.zip

The new version is a re-write/bug-fix by Paul Rousou-Adams. He's fixed bugs in my code and added the 24hour forecast...
I also wanted to get the 24 hour forecast so I built that in. Use this code to display it:
$dll(bbcweather, 1, 24hr.shtml?id=xxxx, 1 )

Post Reply