| ... | ... | @@ -22,7 +22,7 @@ In the top box, a Sensor ID has been created, in this example: `elmendorf_temp`. | 
| 
 | 
 | 
 | 
| 
 | 
 | 
    stnCode: PAED
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
The only changes necessary to acquire a wind speed value in miles per hour is to enter `getInternetWindSpeed` into the `Transform or Calculated Field Function Name` box, to change the `Unit` to `velocity: mph`, and enter an appropriate Sensor ID and Title.
 | 
| 
 | 
 | 
The only changes necessary to acquire a wind speed value in miles per hour is to enter `getInternetWindSpeed` into the `Transform or Calculated Field Function Name` box, change the `Unit` to `velocity: mph`, and enter an appropriate Sensor ID and Title.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
---
 | 
| 
 | 
 | 
 | 
| ... | ... | @@ -37,8 +37,10 @@ The key differences from the National Weather Service configuration are: | 
| 
 | 
 | 
- `getWUtemperature` must be entered into the `Transform or Calculated Field Function Name` box.  If you are acquiring wind speed data, then the correct entry is `getWUwindSpeed`.  Capitalization must be as shown.
 | 
| 
 | 
 | 
- The `Function Parameters` box must contain a `stn` entry for the main weather station you want data from and possibly a `stn2` code for a weather station to use as a backup in case the primary station is not available.  An example entry is:
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
stn: pws:KAKANCHO124
 | 
| 
 | 
 | 
stn2: pws:MD0691
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
For how to form station codes, see the [[Weather Underground API documentation|http://www.wunderground.com/weather/api/d/docs?d=data/index]] for the `query` pararmeter. In this example, two personal weather stations are being used with station IDs of `KAKANCH0124` and `MD0691`.
 | 
| 
 | 
 | 
 | 
| ... | ... |  |