From 1dabb70dca1d795d350ff1c770a9a0f8353b9a54 Mon Sep 17 00:00:00 2001 From: Zac Romick Date: Mon, 19 Apr 2021 20:00:16 +0300 Subject: [PATCH] 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