Introduction
With the Buienradar smartlet you can show weather information from buienradar.nl on your own site.
The information comes from a free feed available at xml.buienradar.nl. Within the feed you'll find the forcast for today, the forecast for 5 days ahead and the current conditions as measured at about 50 different locations in the Netherlands. A selection from this information is shown in the Smartlet. For the current temperature shown, the reading for station 'De Bilt' is used. By adjusting the parameters of the Smartlet, the behavior and selection of information can be adjusted. The information is retrieved with ajax calls so only the data needed is transported.
You may use the buienradar information on your own site as long as the source is mentioned. This Smartlet respects that demand. It is possible to adapt the Smartlet (by means of altering the xslt stylesheets) to not show the source of the information, but you're strongly advised not to do so. If however you choose to not show the source, you do so at your own risk.
Parameters
The table below gives an overview of the available parameters for the Buienradar Smartlet.
| Name | Type | Default | Description |
|---|---|---|---|
| scope | string | today | The Smartlet can be used to show the today's weather or the forecast for 5 days ahead. Possible values for ths parameter are: today and forecast |
| detail | integer | 1 | The level of detail of the information shown can be set to 1 (small), 2 (medium) or 3 (large) |
| allowdetail | boolean | true | Determines wether the user can change the level of detail |
| caption | string | Het weer | Caption shown in the box. |
