Is it possible to get more days in de hour-by-hour forecast and the Meteogram?
The detailed forecast displays 7 days.
The Meteogram displays 3 days and the Hour-by-hour displays 4 days.
I would like to display 7 days.
Henkka, I saw that you have this on your site.
How did you manage that?
grtz,
Oebel
Open your WRET program and on the left hand side of the window you should see a box marked "Number of Days", just change this to the number of days you want to display.

Any help about this?
Thanks,
Alessandro
These are different scripts so there will be a difference between the old & new versions. If you list what you would like to see in the new version, that's only in the old at the moment, then maybe Henkka can look at adding that in to a future release.

To add the missing icons Henkka will need to know what the plaintext parser is giving for the icon name. Then he can include that into the functions page with the other descriptions. Can you add the additional code to the Alt text as Henkka requested so that any missing icons can be identified?
Debugtext added to to the alt-text for "plaintext-forecast", changed file wxsim.allinone.plaintextparser.php or at line 570 change
$WXSIMbic[$i] = "<img src=\"$iconDir$newicon\" alt=\"\" />";to
$WXSIMbic[$i] = "<img src=\"$iconDir$newicon\" alt=\"$ic||$WXSIMpop[$i]\" />";That should tell us some more info about the icon hopefully...