Forecast: Difference between revisions

342 bytes added ,  Tuesday at 04:58
m
 
(7 intermediate revisions by the same user not shown)
== Introduction ==
{|align=right
|__TOC__
|}
 
''CumulusUtils'' has a minimal forecast module. Every weather site must have some kind of forecasting so the choice has been made to take four different existing possibilities and present the forecast of the users choice. It is not a true forecasting system.
 
== Inifile parameters ==
[Forecasts]
ForecastSystem=SpotWx (default, other possibilities: <s>Yourweather</s>, Norway, WxSim)
<s>SevenDayPredictionURL=</s>
NorwegianURL=
WXsimURL=
The iframe is formed as: <nowiki><iframe src='{SpotwxPredictionURL}' frameborder='0' style='border: 0; width:100%; height: 75vh;'></iframe></nowiki> and written to the output file.
 
=== YourwetherYourweather ===
The ''YourWeather'' has been replaced by '''Open Meteo''' in pwsFWI.
When setting the ''ForecastSystem'' to '''Yourweather''', the user must have:
This forecast will be removed, not yet sure it will be preplaced by Open Meteo.
If it is : no licensing is involved.
 
<s>When setting the ''ForecastSystem'' to '''Yourweather''', the user must have:
#Go to yourweather.co.uk
#Scroll down until you see (in a bordered block): “API - Access to xml”;
#Once on the API page, choose your location;
#Choose the XML API, address 1: “Address 1: XML file with the 7-day forecast and general daily information”;
#Fill in that link, in the ''cumlusutils.ini'' for the parameter: ''SevenDayPredictionURL''. In the section [Forecast]. You may have to run ''CumulusUtils'' with the argument Forecast one time to see that parameter or you can add it manually.
 
When ''CumulusUtils'' is run with the argument forecast, it fetchedfetches the corresponding XML with the ECMWF model forecast and reworks that into a table andthat is written to the outputfile. The icons the user installed icons in CUicons are used. These icons are available in the distribution.</s>
 
=== Norway ===
When setting the ''ForecastSystem'' to '''WxSim''', the WXsimURL is used to display in an iframe.<br>
The iframe is formed as: <nowiki><iframe src='{WxsimPredictionURL}' frameborder='0' style='border: 0;width:100%; height: 75vh;'></iframe></nowiki> and written to the output file.
 
[[Category:CumulusUtils]]