Skip to content

Commit

Permalink
fix(weather): update weather label placeholders for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Jan 11, 2025
1 parent 346e887 commit dfcb3c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/widgets/(Widget)-Weather.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ weather:
## Description of Options
- **label:** The format string for the weather label. You can use placeholders like `{temp_c}`, `{min_temp_c}`, `{max_temp_c}`, `{temp_f}`, `{min_temp_f}`, `{max_temp_f}`, `{location}`, `{humidity}`, `{icon}`, `{conditions}`, `{wind_mph}`, `{wind_kph}`, `{wind_dir}`, `{wind_degree}`, `{pressure_mb}`, `{pressure_in}`, `{precip_mm}`, `{precip_in}`, `{uv}`, `{vis_km}`, `{vis_miles}`, `{cloud}`, `{feelslike_c}`, `{feelslike_f}`.
- **label:** The format string for the weather label. You can use placeholders like `{temp}`, `{min_temp}`, `{max_temp}`, `{feelslike}`, `{location}`, `{humidity}`, `{icon}`, `{conditions}`, `{wind}`, `{wind_dir}`, `{wind_degree}`, `{pressure}`, `{precip}`, `{uv}`, `{vis}`, `{cloud}`.
- **label_alt:** The alternative format string for the weather label. Useful for displaying additional weather details.
- **update_interval:** The interval in seconds to update the weather data. Must be between 60 and 36000000.
- **hide_decimal:** Whether to hide the decimal part of the temperature.
Expand Down Expand Up @@ -108,5 +108,4 @@ weather:
.weather-card-day .label {
font-size: 12px;
}
```

```

0 comments on commit dfcb3c8

Please sign in to comment.