Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks!
I am trying to use the Geo::WeatherNOAA Perl module and build a nice 5 days forecast with weather icons, butI can't find any sample on how to use this module and display icons of the weather with it, does anyone have any idea on how to do that?
Thanks for the help!
  • Comment on Perl Module Geo::WeatherNOAA and Icons Help

Replies are listed 'Best First'.
Re: Perl Module Geo::WeatherNOAA and Icons Help
by zentara (Cardinal) on Jan 24, 2007 at 20:13 UTC
    I did something like that awhile back at ztk-weather-radar. I just tried it, and it seems the NOAA has changed the link urls, so it won't work, but it should give you an idea of how to proceed.

    I'm not really a human, but I play one on earth. Cogito ergo sum a bum
Re: Perl Module Geo::WeatherNOAA and Icons Help
by ferreira (Chaplain) on Jan 24, 2007 at 18:38 UTC
    does anyone have any idea on how to do that?

    First, read the documentation and what's more at the distribution source (navigate to Geo-WeatherNOAA and take a look at the files inside the tarball, by clicking at MANIFEST link or using Browse).

    As it seems that this module has nothing to do with presentations (icons and so), you'll have to consult other sources on building nice graphical presentations (either with GUI frameworks like Tk, or generating HTML with your favourite web libraries, or whatever else).