From feb7294973e9590e8478a4775d44b551ad1c13a5 Mon Sep 17 00:00:00 2001 From: Elio Di Puma Date: Fri, 25 Aug 2023 08:59:57 +0200 Subject: [PATCH] wip --- srf-weather-connector-product/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srf-weather-connector-product/README.md b/srf-weather-connector-product/README.md index 8d1703e..6114dec 100644 --- a/srf-weather-connector-product/README.md +++ b/srf-weather-connector-product/README.md @@ -17,7 +17,7 @@ Install the SRF Weather Connector and call it as a sub-process. Adjust the mappi ![set connector as subprocess](images/demo1.png) For testing purposes, a mock API can be used in the demo instead of the official SRF API. For this purpose, the variable "Url" can be commented out under 'Variables.SrfWeatherConnector'. -This way you can avoid the need to generate an access token via the SRF Developer website first. In this mock mode, only the ZIP code "6300" must be entered in the "zip" field +This way you can avoid the need to generate an access token via the SRF Developer website first. In this mock mode, only the ZIP code "6300" must be entered in the "zip" field. In the demo, you can now specify either the name of the location or its ZIP code and use the "Get Weather" button to output the weather for the next seven days at this location. ![enter data name or zip](images/demo2.png)