There is a link in the first post to the image files. You'll see an entry in the lua file that you can change to point at your preferred location.
There is a link in the first post to the image files. You'll see an entry in the lua file that you can change to point at your preferred location.
JLee
OpusNR & JLee CCF/GML available in the downloads section.
Works Great!
Thanks Dan and JLee.
I cut and pasted and add the weather to my ccf file and lua file.
Current conditions on the home page and click the weather icon and jump to the 5 day forcast for Corvallis.
Would it be possible to have a drop down and change cities?
I though I read some were in the terms of service that it was for one city only?
== Cocophone ==
Hi
Yeah it would be, but for me I have no use for this. As you say it would also depend on the License.Would it be possible to have a drop down and change cities?
Assuming the license says ok, then it would be a case of adding the drop down, a list of cities, and modifying the code in girder.
Dan
Slight error: The label on the today page should be {wind.current} not {wind.speed}.
Dan, how can I change the 'last updated' date to UK format?
I've done quite a lot of formatting / cosmetic changes to the layout. Nothing drastic - just placing things within frames, centering, preventing button overlaps etc. It's now all in my latest ccf and gml on my web page (including pictures) if you want to check it out. Though the changes are quite subtle I think it's worthwhile.
Thanks again Dan, this is awesome.
JLee
OpusNR & JLee CCF/GML available in the downloads section.
One more question... Why no sunrise / sunset times for 'Today'? Is this easily added?
JLee
OpusNR & JLee CCF/GML available in the downloads section.
Appologies, I must have only updated the home page.
I had to make some changes, to remove my local source of data, that slipped the net.ops:
To change the Date to uk format, I think you will need to play around in LUA a bit to jiggle it! I don't think that weather.com does a uk date.
I might do that later for you, I think I should change mine too.
Dan
Sun rise sunset....
Just looked at the xml source I beleive it is easily added, I will update the script to try and make the variables available.
It is on my list for this afternoon/tomorrow.
Dan
I'll see if I can suss out the date. It's the Lua4 (not 5) book for Girder isn't it?
JLee
OpusNR & JLee CCF/GML available in the downloads section.
Right,
Zip in first post is updated, to include.
- Sunrise and Sunset times for Today/Current Conditions
- Minor correction to ccf.
Still need to do date.
Please download from first post
Thanks
Dan
Yeah LUA 4 for Girder, 5 for NR...