From 472db14f9c4b7fbb489709b9658fe053b57354e0 Mon Sep 17 00:00:00 2001 From: "Kevin G." Date: Sat, 18 Oct 2025 20:02:20 -0400 Subject: [PATCH] Update to envcanada Provider doc for URL change Updated links to Environment Canada documents for siteCode and provCode in the weather module. --- modules/weather.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/weather.md b/modules/weather.md index 4d906225..6c713dd1 100755 --- a/modules/weather.md +++ b/modules/weather.md @@ -179,8 +179,8 @@ hours. | Option | Description | | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `siteCode` | The city/town unique identifier for which weather is to be displayed.

**Example:** `siteCode: 's0000458'` is the value for Toronto, Ontario

To determine the `siteCode` value for a Canadian city/town, look at the Environment Canada document at https://dd.weather.gc.ca/citypage_weather/docs/site_list_en.csv (or site_list_fr.csv). There you will find a table with city/town names you can search under column B (English Names), with the corresponding `siteCode` under column A (Codes)

This value is **REQUIRED** | -| `provCode` | The 2-character province code for the selected city/town `siteCode`.

**Example:** `provCode: 'ON'` is the value for Toronto, Ontario

To determine the `provCode` value for a Canadian city/town, look at the Environment Canada document at https://dd.weather.gc.ca/citypage_weather/docs/site_list_en.csv (or site_list_fr.csv). There you will find a table with city/town names you can search under column B (English Names), with the corresponding `provCode` under column C (Province) - and of course the `siteCode` under column A (Codes)

This value is **REQUIRED** | +| `siteCode` | The city/town unique identifier for which weather is to be displayed.

**Example:** `siteCode: 's0000458'` is the value for Toronto, Ontario

To determine the `siteCode` value for a Canadian city/town, look at the Environment Canada document at https://dd.weather.gc.ca/today/citypage_weather/docs/site_list_en.csv (or site_list_fr.csv). There you will find a table with city/town names you can search under column B (English Names), with the corresponding `siteCode` under column A (Codes)

This value is **REQUIRED** | +| `provCode` | The 2-character province code for the selected city/town `siteCode`.

**Example:** `provCode: 'ON'` is the value for Toronto, Ontario

To determine the `provCode` value for a Canadian city/town, look at the Environment Canada document at https://dd.weather.gc.ca/today/citypage_weather/docs/site_list_en.csv (or site_list_fr.csv). There you will find a table with city/town names you can search under column B (English Names), with the corresponding `provCode` under column C (Province) - and of course the `siteCode` under column A (Codes)

This value is **REQUIRED** | | `location` | The free-format text string intended to hold a location name (e.g. city) that should appear in the module header.

**Example:** `location: 'Toronto, ON'` | ### Weatherflow options