From 1dabb70dca1d795d350ff1c770a9a0f8353b9a54 Mon Sep 17 00:00:00 2001 From: Zac Romick Date: Mon, 19 Apr 2021 20:00:16 +0300 Subject: [PATCH 1/2] Updating OpenWeatherMap API Instructions Added a note about OpenWeatherMap's API key activation being 10 min to 2 hours after a successful registration. Users could become frustrated after following the steps and getting an error. See: https://openweathermap.org/faq#notes_block:~:text=Do%20I%20need%20to%20activate%20my%20API%20key%3F --- .../daily-weather-notifications/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md index 26ff6358e..fcd78aef8 100644 --- a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md +++ b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md @@ -53,6 +53,7 @@ Here's a GIF of me following the steps mentioned above. ![Creating the OpenWeatherMap node](./images/creating-the-openweathermap-node.gif) +Note: If you receive a 401 error when executing your node, your API key may not have been activated yet. API keys are activated automatically between 10 minutes and 2 hours after successful registration on OpenWeatherMap. ### 3. IF node From 6eb19ed17ea1dfb1ae245e117fb024024a0ca032 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Tue, 20 Apr 2021 09:48:58 +0200 Subject: [PATCH 2/2] :hammer: Minor changes --- .../daily-weather-notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md index fcd78aef8..546dec57e 100644 --- a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md +++ b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md @@ -53,7 +53,7 @@ Here's a GIF of me following the steps mentioned above. ![Creating the OpenWeatherMap node](./images/creating-the-openweathermap-node.gif) -Note: If you receive a 401 error when executing your node, your API key may not have been activated yet. API keys are activated automatically between 10 minutes and 2 hours after successful registration on OpenWeatherMap. +**Note:** If you receive a 401 error when executing your node, your API key may not have been activated yet. API keys are activated automatically between 10 minutes and 2 hours after successful registration on OpenWeatherMap. ### 3. IF node