Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Sunbird Widget (Yahoo! Widget)

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

User avatar
gumm
Posts: 25
Joined: Wed 03 Sep 2008 6:52 am
Location: Cape Town

Re: Sunbird Widget (Yahoo! Widget)

Post by gumm »

Hi Paul,

Try to right click on the link above, and select "save as" or "save target as" or "save link as" or something like (I forget the exact wording in IE). Then save the sunbird.widget file to computer, and take it from there.

Regards
Gumm
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

No sorry, still the same error message as before.

Am I downloading a file ? or your widget ?
tks :?:
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
aadal
Posts: 168
Joined: Tue 04 Nov 2008 8:07 pm
Weather Station: WH 1080
Location: Skodje
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by aadal »

In IE 7 rigt click and Save Target As.
In Mozilla Firefox no problems.

:idea:
  • Windows Vista
Image

Image
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

OK - it downloads an XML file ?

What do I do with this - my PC doesnt want to read it.

Sorry for being a bit slow with these things.
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

It's a yahoo widget - you need the engine installed to use it.

http://widgets.yahoo.com/

Steve
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

steve wrote:It's a yahoo widget - you need the engine installed to use it.

http://widgets.yahoo.com/

Steve
Oh I see :P
so for all the thickies out there
1.Right click on on the link
2.Save As
3.Download into your Yahoo Widgets folder ( may sure you have Yahoo Widgets working first)
4.When saving, rename the file to end in .widget (not xml)
5.Go to your widget options - options menu
6.Open the new widget, should be named "sunbird"
7.in theory it should work and show D'Urbanvale
8. Ok Right click on the widget and go to Widget settings
9.Update the data URL eg "http://www.bramptonweather.co.uk/cumulus/realtime.txt"
10.Your data should appears - it does work

Well I was doing well until this stage. I now assume I have to upload the sunbird TXT file ? Can anyone help me with this section please - I,m nearly there.
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

Paul C wrote: Well I was doing well until this stage. I now assume I have to upload the sunbird TXT file ? Can anyone help me with this section please - I,m nearly there.
Add it as an extra file in Cumulus, with 'process' ticked. I haven't quite worked out yet how often it needs to be uploaded, though...

Steve
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

Code:
<#longitude>|<#latitude>|<#sunrise>|<#sunset>|<#update>|<#location>

so I make up a txt file and upload this via cumulus ?
I take it I have to fill in the missing bits, my longtitude, latitude etc ?
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

Paul C wrote:Code:
<#longitude>|<#latitude>|<#sunrise>|<#sunset>|<#update>|<#location>

so I make up a txt file and upload this via cumulus ?
Yes.
I take it I have to fill in the missing bits, my longtitude, latitude etc ?
No, it uses Cumulus web tags, so you tick the 'process' box and Cumulus fills in the data for you.

Steve
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

gumm wrote:

Code: Select all

<#longitude>|<#latitude>|<#sunrise>|<#sunset>|<#update>|<#location>
Something just occurred to me - why does the extra file need the current time in it (<#update>) when the realtime.txt file has that in it anyway?

Steve
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

Thanks - got it working now
Looks great :D :D
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
gumm
Posts: 25
Joined: Wed 03 Sep 2008 6:52 am
Location: Cape Town

Re: Sunbird Widget (Yahoo! Widget)

Post by gumm »

steve wrote:
Something just occurred to me - why does the extra file need the current time in it (<#update>) when the realtime.txt file has that in it anyway?
Jip, that's entirely unnecessary. I think I made a mistake to add that in. The widget does not really ever look at that field, but don't drop it - the widget expects the station name in the 6th position :-)
steve wrote:I haven't quite worked out yet how often it needs to be uploaded, though...
This data is only used to determine the weather conditions near your location (hence the longitude and lattedude) data, the sunrise, and sunset times (in order to determine if it should show a sun or a moon), and your station name.

That stuff stays pretty stable, throughout, so it is theoretically possible to only upload this file once a day - and then only for the sunrise/sunset data.
All the rest is static. That's why I don't think it belongs to in the realtime.txt file :-)

regards
gumm
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

OK, thanks. I currently have it as a 'realtime' upload, so I'll downgrade it. As Cumulus is limited to just the two upload options, that will do for now.

Steve
User avatar
Paul C
Posts: 538
Joined: Thu 19 Jun 2008 7:45 am
Weather Station: Davis VP2 with solar
Operating System: Windows 10
Location: Brampton, Cumbria, UK
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by Paul C »

So just keep it ticked as process on the internet settings. nothing else.
Paul C
Brampton, Cumbria, UK
117m ASL
http://www.bramptonweather.co.uk
Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Sunbird Widget (Yahoo! Widget)

Post by steve »

Yes, that's right.

Steve
Post Reply