Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
BBC Weather forecast Plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 10
- Joined: August 20th, 2005, 7:26 pm
- Contact:
BBC Weather forecast Plugin
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
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
-
- Plugin Author
- Posts: 10
- Joined: August 20th, 2005, 7:26 pm
- Contact:
Source code
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
http://www.james-austin.co.uk/bbcweather_source.zip
Feel free to use it, just give me a credit somewhere
-
- Plugin Author
- Posts: 10
- Joined: August 20th, 2005, 7:26 pm
- Contact:
New version
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
Download from http://www.james-austin.co.uk/bbcweather.zip
-
- Plugin Author
- Posts: 10
- Joined: August 20th, 2005, 7:26 pm
- Contact:
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?
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?
-
- Plugin Author
- Posts: 10
- Joined: August 20th, 2005, 7:26 pm
- Contact:
Updated version
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...
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 )