[
{
"id": "1c54580d.4b9b68",
"type": "cron",
"z": "5b03cc54.9b51a4",
"name": "0 * * * *",
"crontab": "0 * * * *",
"x": 110,
"y": 580,
"wires": [
[
"bdcbe944.f76708"
]
]
},
{
"id": "bdcbe944.f76708",
"type": "http request",
"z": "5b03cc54.9b51a4",
"name": "",
"method": "GET",
"ret": "obj",
"url": "http://api.daswetter.com/index.php?api_lang=de&localidad=100999&affiliate_id=tp22z6dkuwm3&v=3.0",
"tls": "",
"x": 250,
"y": 580,
"wires": [
[
"a673cf5f.7547f",
"6fb3f8d7.fbe098",
"a1470078.7eda1",
"fe5c9a61.51ae98",
"c25b593a.bf7dc8"
]
]
},
{
"id": "a673cf5f.7547f",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "1",
"func": "msg.payload = msg.payload.day[\"1\"];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 430,
"y": 120,
"wires": [
[
"12065cf9.525ca3",
"c6f9ff9c.362ef",
"b0380d8c.5fc7f",
"cacc65aa.d33d68",
"cb640f93.f13b6"
]
]
},
{
"id": "6fb3f8d7.fbe098",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "2",
"func": "msg.payload = msg.payload.day[\"2\"];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 430,
"y": 380,
"wires": [
[
"3f9aab17.0e05a4",
"47bf4679.6dd998",
"39783e83.826792",
"6ff80623.0e8b58",
"93c93efc.ea521"
]
]
},
{
"id": "a1470078.7eda1",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "3",
"func": "msg.payload = msg.payload.day[\"3\"];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 430,
"y": 640,
"wires": [
[
"e60664b1.a69ad8",
"41ad62e7.5bc8ec",
"dd80f6f4.79c5c8",
"a6525075.58c23",
"757f2b23.01c2f4"
]
]
},
{
"id": "fe5c9a61.51ae98",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "4",
"func": "msg.payload = msg.payload.day[\"4\"];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 430,
"y": 920,
"wires": [
[
"ff10ae5e.98b09",
"a1480b2c.4eae08",
"2f608ce3.40ac94",
"22dad95a.c15836",
"95f10bae.720d88"
]
]
},
{
"id": "c25b593a.bf7dc8",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "5",
"func": "msg.payload = msg.payload.day[\"5\"];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 430,
"y": 1200,
"wires": [
[
"c7088702.b9f578",
"dae4ee7b.88fdf",
"3023da5c.6f57e6",
"ae4e681e.df3fc8",
"480c5c80.545b94"
]
]
},
{
"id": "12065cf9.525ca3",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Name",
"func": "msg.payload = msg.payload.name;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 80,
"wires": [
[
"a78236e1.a126f8"
]
]
},
{
"id": "c6f9ff9c.362ef",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_min",
"func": "msg.payload = \"min Temp: \" + msg.payload.tempmin + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 600,
"y": 120,
"wires": [
[
"96215ebc.08417"
]
]
},
{
"id": "b0380d8c.5fc7f",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_max",
"func": "msg.payload = \"max Temp: \" + msg.payload.tempmax + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 610,
"y": 160,
"wires": [
[
"30bdb6b4.2928aa"
]
]
},
{
"id": "cacc65aa.d33d68",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "beschreibung",
"func": "msg.payload = msg.payload.symbol_description2;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 620,
"y": 200,
"wires": [
[
"52a4dbfe.0ce124"
]
]
},
{
"id": "1301cffe.29729",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "url bauen",
"func": "var ip = \"https://raw.githubusercontent.com/rg-engineering/ioBroker.daswetter/master/admin/icons/tiempo-weather/galeria1/\" + msg.payload + \".png\";\nmsg.payload = ip;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 740,
"y": 240,
"wires": [
[
"2f89be09.57eee2"
]
]
},
{
"id": "cb640f93.f13b6",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Icon",
"func": "msg.payload = msg.payload.symbol_value;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 240,
"wires": [
[
"1301cffe.29729"
]
]
},
{
"id": "a78236e1.a126f8",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"order": 2,
"width": "4",
"height": "1",
"name": "heute",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 870,
"y": 80,
"wires": []
},
{
"id": "2f89be09.57eee2",
"type": "ui_template",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"name": "Icon in DashNode",
"order": 1,
"width": "2",
"height": "3",
"format": "<img style=\"width: 100%\" ng-src=\"{{msg.payload}}\">",
"storeOutMessages": true,
"fwdInMessages": true,
"templateScope": "local",
"x": 910,
"y": 240,
"wires": [
[]
]
},
{
"id": "96215ebc.08417",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"order": 3,
"width": "4",
"height": "1",
"name": "temp_min",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 880,
"y": 120,
"wires": []
},
{
"id": "30bdb6b4.2928aa",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"order": 4,
"width": "4",
"height": "1",
"name": "temp_max",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 890,
"y": 160,
"wires": []
},
{
"id": "52a4dbfe.0ce124",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"order": 6,
"width": "5",
"height": "1",
"name": "beschreibung",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 900,
"y": 200,
"wires": []
},
{
"id": "e6fd858c.661b68",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "3bbeb82f.7eb908",
"order": 5,
"width": "1",
"height": "1",
"name": "spacer",
"label": "",
"format": " ",
"layout": "row-left",
"x": 870,
"y": 40,
"wires": []
},
{
"id": "3f9aab17.0e05a4",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Name",
"func": "msg.payload = msg.payload.name;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 340,
"wires": [
[
"8d062b39.f5b728"
]
]
},
{
"id": "47bf4679.6dd998",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_min",
"func": "msg.payload = \"min Temp: \" + msg.payload.tempmin + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 600,
"y": 380,
"wires": [
[
"35f9bbe2.1e43d4"
]
]
},
{
"id": "39783e83.826792",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_max",
"func": "msg.payload = \"max Temp: \" + msg.payload.tempmax + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 610,
"y": 420,
"wires": [
[
"9c5293c4.61a21"
]
]
},
{
"id": "6ff80623.0e8b58",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "beschreibung",
"func": "msg.payload = msg.payload.symbol_description2;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 620,
"y": 460,
"wires": [
[
"b08cbe32.9ef9"
]
]
},
{
"id": "93c93efc.ea521",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Icon",
"func": "msg.payload = msg.payload.symbol_value;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 500,
"wires": [
[
"d263cd07.b3feb"
]
]
},
{
"id": "8d062b39.f5b728",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"order": 2,
"width": "4",
"height": "1",
"name": "heute",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 870,
"y": 340,
"wires": []
},
{
"id": "4855ecad.ed9664",
"type": "ui_template",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"name": "Icon in DashNode",
"order": 1,
"width": "2",
"height": "3",
"format": "<img style=\"width: 100%\" ng-src=\"{{msg.payload}}\">",
"storeOutMessages": true,
"fwdInMessages": true,
"templateScope": "local",
"x": 910,
"y": 500,
"wires": [
[]
]
},
{
"id": "35f9bbe2.1e43d4",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"order": 3,
"width": "4",
"height": "1",
"name": "temp_min",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 880,
"y": 380,
"wires": []
},
{
"id": "9c5293c4.61a21",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"order": 4,
"width": "4",
"height": "1",
"name": "temp_max",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 890,
"y": 420,
"wires": []
},
{
"id": "b08cbe32.9ef9",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"order": 6,
"width": "5",
"height": "1",
"name": "beschreibung",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 900,
"y": 460,
"wires": []
},
{
"id": "1c617862.622628",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "6490568e.c30868",
"order": 5,
"width": "1",
"height": "1",
"name": "spacer",
"label": "",
"format": " ",
"layout": "row-left",
"x": 870,
"y": 300,
"wires": []
},
{
"id": "e60664b1.a69ad8",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Name",
"func": "msg.payload = msg.payload.name;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 620,
"wires": [
[
"e6f611a3.581ca"
]
]
},
{
"id": "41ad62e7.5bc8ec",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_min",
"func": "msg.payload = \"min Temp: \" + msg.payload.tempmin + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 600,
"y": 660,
"wires": [
[
"d2b46d58.6156c"
]
]
},
{
"id": "dd80f6f4.79c5c8",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_max",
"func": "msg.payload = \"max Temp: \" + msg.payload.tempmax + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 610,
"y": 700,
"wires": [
[
"454c701f.fbafb"
]
]
},
{
"id": "a6525075.58c23",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "beschreibung",
"func": "msg.payload = msg.payload.symbol_description2;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 620,
"y": 740,
"wires": [
[
"456609a5.f75808"
]
]
},
{
"id": "757f2b23.01c2f4",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Icon",
"func": "msg.payload = msg.payload.symbol_value;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 780,
"wires": [
[
"9df1c007.3799e"
]
]
},
{
"id": "e6f611a3.581ca",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"order": 2,
"width": "4",
"height": "1",
"name": "heute",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 870,
"y": 620,
"wires": []
},
{
"id": "98584618.0a1288",
"type": "ui_template",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"name": "Icon in DashNode",
"order": 1,
"width": "2",
"height": "3",
"format": "<img style=\"width: 100%\" ng-src=\"{{msg.payload}}\">",
"storeOutMessages": true,
"fwdInMessages": true,
"templateScope": "local",
"x": 910,
"y": 780,
"wires": [
[]
]
},
{
"id": "d2b46d58.6156c",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"order": 3,
"width": "4",
"height": "1",
"name": "temp_min",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 880,
"y": 660,
"wires": []
},
{
"id": "454c701f.fbafb",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"order": 4,
"width": "4",
"height": "1",
"name": "temp_max",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 890,
"y": 700,
"wires": []
},
{
"id": "456609a5.f75808",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"order": 6,
"width": "5",
"height": "1",
"name": "beschreibung",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 900,
"y": 740,
"wires": []
},
{
"id": "8f0b612.acae9a",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "377fba91.bcb776",
"order": 5,
"width": "1",
"height": "1",
"name": "spacer",
"label": "",
"format": " ",
"layout": "row-left",
"x": 870,
"y": 580,
"wires": []
},
{
"id": "ff10ae5e.98b09",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Name",
"func": "msg.payload = msg.payload.name;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 900,
"wires": [
[
"713e130a.5d9f4c"
]
]
},
{
"id": "a1480b2c.4eae08",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_min",
"func": "msg.payload = \"min Temp: \" + msg.payload.tempmin + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 600,
"y": 940,
"wires": [
[
"ab855235.dd2a7"
]
]
},
{
"id": "2f608ce3.40ac94",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_max",
"func": "msg.payload = \"max Temp: \" + msg.payload.tempmax + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 610,
"y": 980,
"wires": [
[
"46f49a5a.d67344"
]
]
},
{
"id": "22dad95a.c15836",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "beschreibung",
"func": "msg.payload = msg.payload.symbol_description2;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 620,
"y": 1020,
"wires": [
[
"ff07b824.ed0608"
]
]
},
{
"id": "95f10bae.720d88",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Icon",
"func": "msg.payload = msg.payload.symbol_value;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 1060,
"wires": [
[
"a1c3cd55.64e6f"
]
]
},
{
"id": "713e130a.5d9f4c",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"order": 2,
"width": "4",
"height": "1",
"name": "heute",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 890,
"y": 900,
"wires": []
},
{
"id": "c07f4e49.9fc9d",
"type": "ui_template",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"name": "Icon in DashNode",
"order": 1,
"width": "2",
"height": "3",
"format": "<img style=\"width: 100%\" ng-src=\"{{msg.payload}}\">",
"storeOutMessages": true,
"fwdInMessages": true,
"templateScope": "local",
"x": 930,
"y": 1060,
"wires": [
[]
]
},
{
"id": "ab855235.dd2a7",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"order": 3,
"width": "4",
"height": "1",
"name": "temp_min",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 900,
"y": 940,
"wires": []
},
{
"id": "46f49a5a.d67344",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"order": 4,
"width": "4",
"height": "1",
"name": "temp_max",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 910,
"y": 980,
"wires": []
},
{
"id": "ff07b824.ed0608",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"order": 6,
"width": "5",
"height": "1",
"name": "beschreibung",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 920,
"y": 1020,
"wires": []
},
{
"id": "ff8c928d.004bd",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "d8d9928e.782cf",
"order": 5,
"width": "1",
"height": "1",
"name": "spacer",
"label": "",
"format": " ",
"layout": "row-left",
"x": 890,
"y": 860,
"wires": []
},
{
"id": "c7088702.b9f578",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Name",
"func": "msg.payload = msg.payload.name;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 1160,
"wires": [
[
"e49cfaea.550718"
]
]
},
{
"id": "dae4ee7b.88fdf",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_min",
"func": "msg.payload = \"min Temp: \" + msg.payload.tempmin + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 600,
"y": 1200,
"wires": [
[
"f4c6ee0f.87ed6"
]
]
},
{
"id": "3023da5c.6f57e6",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "temp_max",
"func": "msg.payload = \"max Temp: \" + msg.payload.tempmax + \"°C\";\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 610,
"y": 1240,
"wires": [
[
"b3e1dd1.2e2be2"
]
]
},
{
"id": "ae4e681e.df3fc8",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "beschreibung",
"func": "msg.payload = msg.payload.symbol_description2;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 620,
"y": 1280,
"wires": [
[
"9c7728c7.82d298"
]
]
},
{
"id": "480c5c80.545b94",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "Icon",
"func": "msg.payload = msg.payload.symbol_value;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 590,
"y": 1320,
"wires": [
[
"13a2fa.07c0ed07"
]
]
},
{
"id": "e49cfaea.550718",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"order": 2,
"width": "4",
"height": "1",
"name": "heute",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 890,
"y": 1160,
"wires": []
},
{
"id": "17e43777.d1aae9",
"type": "ui_template",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"name": "Icon in DashNode",
"order": 1,
"width": "2",
"height": "3",
"format": "<img style=\"width: 100%\" ng-src=\"{{msg.payload}}\">",
"storeOutMessages": true,
"fwdInMessages": true,
"templateScope": "local",
"x": 930,
"y": 1320,
"wires": [
[]
]
},
{
"id": "f4c6ee0f.87ed6",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"order": 3,
"width": "4",
"height": "1",
"name": "temp_min",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 900,
"y": 1200,
"wires": []
},
{
"id": "b3e1dd1.2e2be2",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"order": 4,
"width": "4",
"height": "1",
"name": "temp_max",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 910,
"y": 1240,
"wires": []
},
{
"id": "9c7728c7.82d298",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"order": 6,
"width": "5",
"height": "1",
"name": "beschreibung",
"label": "",
"format": "{{msg.payload}}",
"layout": "row-left",
"x": 920,
"y": 1280,
"wires": []
},
{
"id": "3063ef4f.24bfc",
"type": "ui_text",
"z": "5b03cc54.9b51a4",
"group": "b2c95868.2facd8",
"order": 5,
"width": "1",
"height": "1",
"name": "spacer",
"label": "",
"format": " ",
"layout": "row-left",
"x": 890,
"y": 1120,
"wires": []
},
{
"id": "d263cd07.b3feb",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "url bauen",
"func": "var ip = \"https://raw.githubusercontent.com/rg-engineering/ioBroker.daswetter/master/admin/icons/tiempo-weather/galeria1/\" + msg.payload + \".png\";\nmsg.payload = ip;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 740,
"y": 500,
"wires": [
[
"4855ecad.ed9664"
]
]
},
{
"id": "9df1c007.3799e",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "url bauen",
"func": "var ip = \"https://raw.githubusercontent.com/rg-engineering/ioBroker.daswetter/master/admin/icons/tiempo-weather/galeria1/\" + msg.payload + \".png\";\nmsg.payload = ip;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 740,
"y": 780,
"wires": [
[
"98584618.0a1288"
]
]
},
{
"id": "a1c3cd55.64e6f",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "url bauen",
"func": "var ip = \"https://raw.githubusercontent.com/rg-engineering/ioBroker.daswetter/master/admin/icons/tiempo-weather/galeria1/\" + msg.payload + \".png\";\nmsg.payload = ip;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 750.017333984375,
"y": 1059.12158203125,
"wires": [
[
"c07f4e49.9fc9d"
]
]
},
{
"id": "13a2fa.07c0ed07",
"type": "function",
"z": "5b03cc54.9b51a4",
"name": "url bauen",
"func": "var ip = \"https://raw.githubusercontent.com/rg-engineering/ioBroker.daswetter/master/admin/icons/tiempo-weather/galeria1/\" + msg.payload + \".png\";\nmsg.payload = ip;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 760,
"y": 1320,
"wires": [
[
"17e43777.d1aae9"
]
]
},
{
"id": "c270a2f7.ab68b",
"type": "inject",
"z": "5b03cc54.9b51a4",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 160,
"y": 640,
"wires": [
[
"bdcbe944.f76708"
]
]
},
{
"id": "3bbeb82f.7eb908",
"type": "ui_group",
"z": "",
"name": "Heute",
"tab": "74164994.223018",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "6490568e.c30868",
"type": "ui_group",
"z": "",
"name": "Morgen",
"tab": "74164994.223018",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "377fba91.bcb776",
"type": "ui_group",
"z": "",
"name": "In 2 Tagen",
"tab": "74164994.223018",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "d8d9928e.782cf",
"type": "ui_group",
"z": "",
"name": "In 3 Tagen",
"tab": "74164994.223018",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "b2c95868.2facd8",
"type": "ui_group",
"z": "",
"name": "In 4 Tagen",
"tab": "74164994.223018",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "74164994.223018",
"type": "ui_tab",
"z": "",
"name": "Wetter",
"icon": "dashboard",
"order": 7,
"disabled": false,
"hidden": false
}
]