Skip to content

Commit b8a1e4a

Browse files
chore: fix format
1 parent 68c3eee commit b8a1e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following properties can be configured:
9898
| `showWind` | Show wind speed (and direction) in the forecast section.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `true` |
9999
| `showWindSpeedUnit` | Show the wind speed unit label next to the wind speed in the current weather section (e.g. `12 mph`, `10 kts`).<br><br>**Possible values:** `true` or `false`<br>**Default value:** `false` |
100100
| `showHumidity` | Show the current humidity next to the wind speed in the current weather section.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `true` |
101-
| `showCurrentRain` | Show today's forecasted total precipitation (rain + snow) next to the wind speed in the current weather section. The value comes from the daily forecast for today (`daily[0]`), not from a live rain gauge. Hidden automatically when no precipitation is forecast.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `true` |
101+
| `showCurrentRain` | Show today's forecasted total precipitation (rain + snow) next to the wind speed in the current weather section. The value comes from the daily forecast for today (`daily[0]`), not from a live rain gauge. Hidden automatically when no precipitation is forecast.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `true` |
102102
| `showWindDirection` | Show wind direction in the current weather section alongside wind speed.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `true` |
103103
| `showWindDirectionAsArrow` | When `showWindDirection` is `true`, display wind direction as a rotating arrow instead of a cardinal label (e.g. "NW"). The arrow points in the direction the wind is blowing towards.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `false` |
104104
| `useBeaufortInCurrent` | Display current wind speed on the Beaufort scale (F0–F12) instead of numeric units.<br><br>**Possible values:** `true` or `false`<br>**Default value:** `false` |

0 commit comments

Comments
 (0)