-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNews.json
89 lines (89 loc) · 1.95 KB
/
News.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"id": "c6fdbd6c.3ec3a",
"type": "tab",
"label": "News Feed Parser",
"disabled": false,
"info": ""
},
{
"id": "3c9c239a.c7facc",
"type": "feedparse",
"z": "c6fdbd6c.3ec3a",
"name": "NY Post",
"url": "https://nypost.com/feed/",
"interval": "5",
"x": 280,
"y": 220,
"wires": [
[
"230db435.cec3cc",
"2cf1dfba.684ec",
"c1e38dbc.213d4"
]
]
},
{
"id": "2cf1dfba.684ec",
"type": "ui_text",
"z": "c6fdbd6c.3ec3a",
"group": "4de58985.f7d798",
"order": 0,
"width": 0,
"height": 0,
"name": "News Display",
"label": "text",
"format": "{{msg.payload}}",
"layout": "col-center",
"x": 640,
"y": 260,
"wires": []
},
{
"id": "230db435.cec3cc",
"type": "debug",
"z": "c6fdbd6c.3ec3a",
"name": "Mews Reader",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 640,
"y": 180,
"wires": []
},
{
"id": "c1e38dbc.213d4",
"type": "ui_audio",
"z": "c6fdbd6c.3ec3a",
"name": "",
"group": "4de58985.f7d798",
"voice": "",
"always": "",
"x": 630,
"y": 120,
"wires": []
},
{
"id": "4de58985.f7d798",
"type": "ui_group",
"name": "News Reader",
"tab": "fd2416a.b24cbe8",
"order": 1,
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "fd2416a.b24cbe8",
"type": "ui_tab",
"name": "News",
"icon": "dashboard",
"disabled": false,
"hidden": false
}
]