From 9ee561664d77b96d4e74ddc5eb43663914c73e76 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Mon, 16 Sep 2024 17:32:05 -0400 Subject: [PATCH] Update Readme with Met (UK) WOW Instructions --- README.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 71f91cc..585805c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ and periodically sends it on to - [Aeris PWSWeather](https://pwsweather.com/), - [WeatherCloud](https://weathercloud.com/), - [OpenWeatherMap](https://openweathermap.org/stations), -- [WindGuru](https://www.windguru.cz/map/station/), and/or +- [WindGuru](https://www.windguru.cz/map/station/), +- [MET (UK) WOW](https://wow.metoffice.gov.uk/) and/or - [NOAA CWOP](https://madis.ncep.noaa.gov/madis_cwop.shtml). ## Setup @@ -37,7 +38,7 @@ and periodically sends it on to - Set the `datasource` to `ibm` on line 10 - Set your `ibmAPIKey` on line 12 - - Set your `ibmStationId` on line 13 + - Set your `ibmStationID` on line 13
MyAcurite @@ -67,7 +68,7 @@ and periodically sends it on to - Set the `datasource` to `weatherflow` on Line 10 - Set your `weatherflowPUT` on line 24 - - Set your `weatherflowSationId` on Line 25 + - Set your `weatherflowSationID` on Line 25
Ambient Weather @@ -107,7 +108,7 @@ and periodically sends it on to - Set `updateWunderground` to `true` on Line 38 - Set your `wundergroundAPIKey` on Line 39 - - Set your `wundergroundStationId` on line 40 + - Set your `wundergroundStationID` on line 40
Windy.com @@ -116,7 +117,7 @@ and periodically sends it on to - Set `updateWindy` to `true` on Line 42 - Set your `windyAPIKey` on Line 43 - - Set your `windyStationId` on line 44. It's likely `0`, `1`, `2`, etc. + - Set your `windyStationID` on line 44. It's likely `0`, `1`, `2`, etc.
Aeris PWSWeather @@ -159,14 +160,25 @@ and periodically sends it on to - Set `windGuruStationUID` to your chosen [station UID](https://stations.windguru.cz/) on Line 60 - Set your `windGuruStationPassword` to your chosen [station API password](https://stations.windguru.cz/) (note, not your _account's_ password) on line 61
+
+ Met (UK) WOW + + Send to [The Met Office's Weather Observations Website](https://wow.metoffice.gov.uk/): + + Start by [registering a new Site](https://wow.metoffice.gov.uk/sites/create). During registration, one of the fields in your Site's options is "Authentication Key". Choose any 6-Digit number. Then: + + - Set `updateWOW` to `true` on Line 63 + - Set `wowSiteID` to the generated [Site ID](https://wow.metoffice.gov.uk/sites) on Line 64 + - Set `wowAuthKey` to your chosen [6-Digit Authentication Key](https://wow.metoffice.gov.uk/sites) that you chose when creating or editing the Site on line 65 +
NOAA Citizen Weather Observer Program (CWOP) Send to [CWOP](https://madis.ncep.noaa.gov/madis_cwop.shtml). Start by [registering for a new station](https://madis.ncep.noaa.gov/madis_cwop.shtml), then when you receive your email: - - Set `updateCWOP` to `true` on Line 63 - - Set `cwopStationIDOrHamCallsign` to your assigned CWOP station ID that you received via email on Line 64 - - If you are using your ham radio callsign as your station ID and you have received a validation code from NOAA CWOP support, set `cwopValidationCode` to your validation code on Line 65 + - Set `updateCWOP` to `true` on Line 67 + - Set `cwopStationIDOrHamCallsign` to your assigned CWOP station ID that you received via email on Line 68 + - If you are using your ham radio callsign as your station ID and you have received a validation code from NOAA CWOP support, set `cwopValidationCode` to your validation code on Line 69
4. Run the "Schedule" function (not the "doPost" function) by selecting "Schedule" in the dropdown and pressing the `▷ Run` button in the toolbar. You're done! You can see it periodically running in the `☰▶` Executions tab on the left sidebar. This code is executed on Google's servers and does not require a computer to remain on.