Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "id": "3ea12622889aa757",
- "type": "subflow",
- "name": "play status",
- "info": "Helps to reduce code duplication only",
- "category": "",
- "in": [
- {
- "x": 40,
- "y": 40,
- "wires": [
- {
- "id": "6c63ee55a3c33172"
- }
- ]
- }
- ],
- "out": [
- {
- "x": 540,
- "y": 60,
- "wires": [
- {
- "id": "6c63ee55a3c33172",
- "port": 0
- }
- ]
- }
- ],
- "env": [],
- "meta": {
- "module": "play status",
- "desc": "Helps to reduce code duplication only"
- },
- "color": "#DEBD5C",
- "icon": "font-awesome/fa-pause-circle-o",
- "status": {
- "x": 540,
- "y": 140,
- "wires": [
- {
- "id": "6c63ee55a3c33172",
- "port": 1
- }
- ]
- }
- },
- {
- "id": "6c63ee55a3c33172",
- "type": "function",
- "z": "3ea12622889aa757",
- "name": "Convert Current Status To Icon And Colour",
- "func": "var backColors = global.get(\"backColors\");\nvar icon = \"radio_button_unchecked\";\nvar background = backColors.grey90;\nvar fill = \"grey\";\nvar state = \"unknown\";\n\nif (typeof msg.payload === \"undefined\") {\n msg.payload = {};\n msg.payload.playbackState = \"unknown\";\n}\nelse if (typeof msg.payload.playbackState === \"undefined\") {\n msg.payload.playbackState = \"unknown\";\n}\n\nswitch (msg.payload.playbackState) {\n case \"stopped\":\n icon = \"play_arrow\";\n background = backColors.green;\n fill = \"yellow\";\n state = \"paused\";\n break;\n\n case \"playing\":\n icon = \"pause\";\n background = backColors.yellow;\n fill = \"green\";\n state = \"playing\";\n break;\n\n case \"paused\":\n icon = \"play_arrow\";\n background = backColors.green;\n fill = \"yellow\";\n state = \"paused\";\n break;\n\n case \"idle\":\n icon = \"stop\";\n background = backColors.blue;\n fill = \"blue\";\n state = \"idle\";\n break;\n\n default:\n icon = \"radio_button_unchecked\";\n background = backColors.grey90;\n fill = \"blue\";\n state = msg.payload.playbackState;\n}\n\nmsg.icon = icon;\nmsg.white = backColors.white;\nmsg.background = background;\n\n// Node Status Text\nvar currentStatus = {\n fill: fill,\n shape: \"dot\",\n text: `State: ${state}`\n};\n\nreturn [\n msg,\n {payload: currentStatus}\n];\n",
- "outputs": 2,
- "timeout": "",
- "noerr": 0,
- "initialize": "",
- "finalize": "",
- "libs": [],
- "x": 290,
- "y": 100,
- "wires": [
- [],
- []
- ]
- },
- {
- "id": "0c5d633f3d0aa950",
- "type": "comment",
- "z": "3ea12622889aa757",
- "name": "This reduces code duplication",
- "info": "",
- "x": 240,
- "y": 40,
- "wires": []
- },
- {
- "id": "1577a1eb80ede6ca",
- "type": "tab",
- "label": "Music UI",
- "disabled": false,
- "info": ""
- },
- {
- "id": "3c575646a12ecdd2",
- "type": "group",
- "z": "1577a1eb80ede6ca",
- "name": "Music Controls - Lounge Group",
- "style": {
- "fill": "#ffefbf",
- "fill-opacity": "0.25",
- "label": true,
- "stroke": "#ffC000",
- "color": "#000000"
- },
- "nodes": [
- "1686920bd9af578f",
- "78b2baa65ef5f913",
- "07eeb4f7aa418e27",
- "17635279aac1c8b4",
- "a83832506dc91f31",
- "c3bd608346d08808",
- "232ed8fe3dfd821d",
- "2775acb0ed7cf492",
- "df172b8bc2166357",
- "64f9d5f7af92241c",
- "1fb4a70acb1e0deb"
- ],
- "x": 14,
- "y": 319,
- "w": 522,
- "h": 242,
- "info": "// nrlint no-loops:off\n"
- },
- {
- "id": "5dedc86d833d2f82",
- "type": "group",
- "z": "1577a1eb80ede6ca",
- "name": "Music TrackInfo - Study",
- "style": {
- "stroke": "#ffC000",
- "fill": "#ffefbf",
- "fill-opacity": "0.25",
- "label": true,
- "color": "#000000"
- },
- "nodes": [
- "726aeb24cf7c3c90",
- "4d776a5574877840",
- "fb0e30124abec990",
- "6d178decac8c3537",
- "cf35d7095f778823",
- "6cab5ee501c7fe08",
- "d2eba780637a8a91",
- "8a6a96549a6871b4",
- "e7a9672a4af7c1a6",
- "b286368fe058ee50",
- "68ec3c38f6fd192d",
- "4ca3b27fc4bd4bc3"
- ],
- "x": 554,
- "y": 579,
- "w": 412,
- "h": 242
- },
- {
- "id": "d0bf2a659e4e6795",
- "type": "group",
- "z": "1577a1eb80ede6ca",
- "name": "Music TrackInfo - Lounge Group",
- "style": {
- "stroke": "#ffC000",
- "fill": "#ffefbf",
- "fill-opacity": "0.25",
- "label": true,
- "color": "#000000"
- },
- "nodes": [
- "93e8eefb33a3afbb",
- "94bc81db30ab2e25",
- "f09eb3ce70c443fa",
- "fed19dd1434279c9",
- "c2e14170fe6d7fdf",
- "caa4d936583a5577",
- "acad0a0112634949",
- "c1cb3c70476c26be",
- "319c8d39877390e9",
- "c843b1c511f470d8",
- "33a8c913445a89a6",
- "abb75559adb961bf"
- ],
- "x": 554,
- "y": 319,
- "w": 412,
- "h": 242
- },
- {
- "id": "f365939e4b24212d",
- "type": "group",
- "z": "1577a1eb80ede6ca",
- "name": "Music Controls - Study",
- "style": {
- "fill": "#ffefbf",
- "fill-opacity": "0.25",
- "label": true,
- "stroke": "#ffC000",
- "color": "#000000"
- },
- "nodes": [
- "5a639d55b5285c82",
- "d9602b81d7d9f466",
- "f9b2754d3d8bc99e",
- "d79211d106243437",
- "1c979e46c6195e65",
- "6a865ef4c853fa47",
- "195f5088b689d9e9",
- "fdfab8358aca28c1",
- "a6b57b79cb1405bf",
- "df47e953c3722f3f",
- "108d075174f1e5b8"
- ],
- "x": 14,
- "y": 579,
- "w": 522,
- "h": 242,
- "info": "// nrlint no-loops:off\n"
- },
- {
- "id": "8341e77a3db2ac20",
- "type": "group",
- "z": "1577a1eb80ede6ca",
- "name": "Volume Buttons",
- "style": {
- "stroke": "#ffC000",
- "fill": "#ffefbf",
- "fill-opacity": "0.25",
- "label": true,
- "color": "#000000"
- },
- "nodes": [
- "8352a5ca94d67ece",
- "503753a12ee92e2f",
- "8770a7343c93e604",
- "0e975831db7c85c9",
- "c875ad3370eefbb4",
- "a28c01ad6ca248a8",
- "ba5cc2af526be87a",
- "8d0a5d759bfa177a",
- "9e92a25097d7fb8e",
- "ac38921646b7142f",
- "ed6bd7d0f49f68dd",
- "64cd11a0e798bbc2",
- "5e2968b3302e7ef5"
- ],
- "x": 14,
- "y": 19,
- "w": 892,
- "h": 162
- },
- {
- "id": "93e8eefb33a3afbb",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "order": 19,
- "width": 5,
- "height": 1,
- "name": "Album",
- "label": "{{msg.payload.currentTrack.album}}",
- "format": "",
- "layout": "row-left",
- "className": "",
- "x": 730,
- "y": 480,
- "wires": []
- },
- {
- "id": "94bc81db30ab2e25",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "order": 16,
- "width": 5,
- "height": 1,
- "name": "Artist",
- "label": "{{msg.payload.currentTrack.artist}}",
- "format": "",
- "layout": "row-left",
- "className": "",
- "x": 730,
- "y": 440,
- "wires": []
- },
- {
- "id": "f09eb3ce70c443fa",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "order": 14,
- "width": 6,
- "height": 1,
- "name": "Track",
- "label": "{{msg.payload.currentTrack.title}}",
- "format": "",
- "layout": "row-left",
- "x": 890,
- "y": 400,
- "wires": []
- },
- {
- "id": "fed19dd1434279c9",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "name": "KLGroup-Controls",
- "links": [
- "9691d3d8c01a1303"
- ],
- "x": 595,
- "y": 380,
- "wires": [
- [
- "94bc81db30ab2e25",
- "93e8eefb33a3afbb",
- "c1cb3c70476c26be",
- "c843b1c511f470d8",
- "abb75559adb961bf"
- ]
- ],
- "icon": "node-red-dashboard/ui_form.png"
- },
- {
- "id": "c2e14170fe6d7fdf",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "name": "Artist",
- "order": 15,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"people\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 440,
- "wires": [
- []
- ]
- },
- {
- "id": "caa4d936583a5577",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "name": "Track",
- "order": 13,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"format_list_numbered\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 360,
- "wires": [
- []
- ]
- },
- {
- "id": "acad0a0112634949",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "name": "Album",
- "order": 18,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"album\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 480,
- "wires": [
- []
- ]
- },
- {
- "id": "1686920bd9af578f",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "State",
- "group": "ade6187efe7c1d0b",
- "order": 9,
- "width": 3,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "{{white}}",
- "bgcolor": "{{background}}",
- "className": "",
- "icon": "{{icon}}",
- "payload": "playpause",
- "payloadType": "str",
- "topic": "Lounge",
- "topicType": "str",
- "x": 370,
- "y": 520,
- "wires": [
- [
- "17635279aac1c8b4",
- "c3bd608346d08808"
- ]
- ]
- },
- {
- "id": "78b2baa65ef5f913",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "Next",
- "group": "ade6187efe7c1d0b",
- "order": 10,
- "width": 2,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#00A0A0",
- "className": "",
- "icon": "skip_next",
- "payload": "next",
- "payloadType": "str",
- "topic": "Lounge",
- "topicType": "str",
- "x": 370,
- "y": 480,
- "wires": [
- [
- "17635279aac1c8b4"
- ]
- ]
- },
- {
- "id": "07eeb4f7aa418e27",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "Prev",
- "group": "ade6187efe7c1d0b",
- "order": 8,
- "width": 2,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#00A0A0",
- "className": "",
- "icon": "skip_previous",
- "payload": "previous",
- "payloadType": "str",
- "topic": "Lounge",
- "topicType": "str",
- "x": 370,
- "y": 440,
- "wires": [
- [
- "17635279aac1c8b4"
- ]
- ]
- },
- {
- "id": "17635279aac1c8b4",
- "type": "link out",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "To Control Input",
- "links": [
- "5157e70bae68b04e"
- ],
- "x": 495,
- "y": 500,
- "wires": [],
- "icon": "font-awesome/fa-music"
- },
- {
- "id": "a83832506dc91f31",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "KLGroup-Controls",
- "links": [
- "9691d3d8c01a1303"
- ],
- "x": 55,
- "y": 500,
- "wires": [
- [
- "c3bd608346d08808",
- "232ed8fe3dfd821d",
- "2775acb0ed7cf492"
- ]
- ],
- "icon": "node-red-dashboard/ui_form.png"
- },
- {
- "id": "726aeb24cf7c3c90",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "order": 19,
- "width": 5,
- "height": 1,
- "name": "Album",
- "label": "{{msg.payload.currentTrack.album}}",
- "format": "",
- "layout": "row-left",
- "x": 730,
- "y": 740,
- "wires": []
- },
- {
- "id": "4d776a5574877840",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "order": 16,
- "width": 5,
- "height": 1,
- "name": "Artist",
- "label": "{{msg.payload.currentTrack.artist}}",
- "format": "",
- "layout": "row-left",
- "x": 730,
- "y": 700,
- "wires": []
- },
- {
- "id": "fb0e30124abec990",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "order": 14,
- "width": 6,
- "height": 1,
- "name": "Track",
- "label": "{{msg.payload.currentTrack.title}}",
- "format": "",
- "layout": "row-left",
- "x": 890,
- "y": 660,
- "wires": []
- },
- {
- "id": "6d178decac8c3537",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "name": "Study-Controls",
- "links": [
- "5acd87489bbd231c",
- "f00580961c860116"
- ],
- "x": 595,
- "y": 640,
- "wires": [
- [
- "4d776a5574877840",
- "726aeb24cf7c3c90",
- "8a6a96549a6871b4",
- "b286368fe058ee50",
- "4ca3b27fc4bd4bc3"
- ]
- ],
- "icon": "node-red-dashboard/ui_form.png"
- },
- {
- "id": "cf35d7095f778823",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "name": "Artist",
- "order": 15,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"people\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 700,
- "wires": [
- []
- ]
- },
- {
- "id": "6cab5ee501c7fe08",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "name": "Track",
- "order": 13,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"format_list_numbered\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 620,
- "wires": [
- []
- ]
- },
- {
- "id": "d2eba780637a8a91",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "name": "Album",
- "order": 18,
- "width": 1,
- "height": 1,
- "format": "<ng-md-icon icon=\"album\"></ng-md-icon>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 740,
- "wires": [
- []
- ]
- },
- {
- "id": "5a639d55b5285c82",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "State",
- "group": "c84a154901b2af92",
- "order": 9,
- "width": 3,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "{{white}}",
- "bgcolor": "{{background}}",
- "icon": "{{icon}}",
- "payload": "playpause",
- "payloadType": "str",
- "topic": "Study",
- "topicType": "str",
- "x": 370,
- "y": 780,
- "wires": [
- [
- "d79211d106243437",
- "6a865ef4c853fa47"
- ]
- ]
- },
- {
- "id": "d9602b81d7d9f466",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Next",
- "group": "c84a154901b2af92",
- "order": 10,
- "width": 2,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#00A0A0",
- "className": "",
- "icon": "skip_next",
- "payload": "next",
- "payloadType": "str",
- "topic": "Study",
- "topicType": "str",
- "x": 370,
- "y": 740,
- "wires": [
- [
- "d79211d106243437"
- ]
- ]
- },
- {
- "id": "f9b2754d3d8bc99e",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Prev",
- "group": "c84a154901b2af92",
- "order": 8,
- "width": 2,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#00A0A0",
- "className": "",
- "icon": "skip_previous",
- "payload": "previous",
- "payloadType": "str",
- "topic": "Study",
- "topicType": "str",
- "x": 370,
- "y": 700,
- "wires": [
- [
- "d79211d106243437"
- ]
- ]
- },
- {
- "id": "d79211d106243437",
- "type": "link out",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "To Control Input",
- "links": [
- "5157e70bae68b04e"
- ],
- "x": 495,
- "y": 760,
- "wires": [],
- "icon": "font-awesome/fa-music"
- },
- {
- "id": "1c979e46c6195e65",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Study-Controls",
- "links": [
- "5acd87489bbd231c",
- "f00580961c860116"
- ],
- "x": 55,
- "y": 760,
- "wires": [
- [
- "6a865ef4c853fa47",
- "195f5088b689d9e9",
- "fdfab8358aca28c1"
- ]
- ],
- "icon": "node-red-dashboard/ui_form.png"
- },
- {
- "id": "8a6a96549a6871b4",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "name": "Art",
- "order": 1,
- "width": 6,
- "height": 6,
- "format": "<style>\n img {\n max-width: 100%;\n max-height: 100%;\n overflow: hidden;\n }\n</style>\n\n<div>\n <img src=\"{{msg.payload.currentTrack.artUri}}\"/>\n</div>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 730,
- "y": 620,
- "wires": [
- []
- ]
- },
- {
- "id": "c1cb3c70476c26be",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "name": "Art",
- "order": 1,
- "width": 6,
- "height": 6,
- "format": "<style>\n img {\n max-width: 100%;\n max-height: 100%;\n overflow: hidden;\n }\n</style>\n\n<div>\n <img src=\"{{msg.payload.currentTrack.artUri}}\"/>\n</div>\n",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 730,
- "y": 360,
- "wires": [
- []
- ]
- },
- {
- "id": "54426a88d2cca677",
- "type": "catch",
- "z": "1577a1eb80ede6ca",
- "name": "Catch All",
- "scope": null,
- "uncaught": true,
- "x": 1000,
- "y": 40,
- "wires": [
- [
- "9352adc9d4c950e4"
- ]
- ]
- },
- {
- "id": "9352adc9d4c950e4",
- "type": "link out",
- "z": "1577a1eb80ede6ca",
- "name": "Error Logging",
- "mode": "link",
- "links": [
- "498db3b5.39bc9c",
- "7495be3477187c7a"
- ],
- "x": 1115,
- "y": 40,
- "wires": [],
- "icon": "font-awesome/fa-exclamation"
- },
- {
- "id": "6a865ef4c853fa47",
- "type": "subflow:3ea12622889aa757",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Status",
- "env": [],
- "x": 190,
- "y": 780,
- "wires": [
- [
- "5a639d55b5285c82"
- ]
- ]
- },
- {
- "id": "c3bd608346d08808",
- "type": "subflow:3ea12622889aa757",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "Status",
- "env": [],
- "x": 190,
- "y": 520,
- "wires": [
- [
- "1686920bd9af578f"
- ]
- ]
- },
- {
- "id": "e7a9672a4af7c1a6",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "name": "Next",
- "order": 22,
- "width": 1,
- "height": 2,
- "format": "<ng-md-icon icon=\"skip_next\"></ng-md-icon>",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 780,
- "wires": [
- []
- ]
- },
- {
- "id": "195f5088b689d9e9",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "group": "c84a154901b2af92",
- "order": 23,
- "width": 6,
- "height": 2,
- "name": "Up Next",
- "label": "<b>{{msg.payload.nextTrack.title}}</b></br>{{msg.payload.nextTrack.artist}}</br></br><i>{{msg.payload.nextTrack.album}}</i>",
- "format": "",
- "layout": "row-left",
- "className": "",
- "x": 200,
- "y": 700,
- "wires": []
- },
- {
- "id": "232ed8fe3dfd821d",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "group": "ade6187efe7c1d0b",
- "order": 23,
- "width": 6,
- "height": 2,
- "name": "Up Next",
- "label": "<b>{{msg.payload.nextTrack.title}}</b></br>{{msg.payload.nextTrack.artist}}</br></br><i>{{msg.payload.nextTrack.album}}</i>",
- "format": "",
- "layout": "row-left",
- "className": "",
- "x": 200,
- "y": 440,
- "wires": []
- },
- {
- "id": "319c8d39877390e9",
- "type": "ui_template",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "name": "Next",
- "order": 22,
- "width": 1,
- "height": 2,
- "format": "<ng-md-icon icon=\"skip_next\"></ng-md-icon>",
- "storeOutMessages": false,
- "fwdInMessages": false,
- "resendOnRefresh": true,
- "templateScope": "local",
- "className": "",
- "x": 890,
- "y": 520,
- "wires": [
- []
- ]
- },
- {
- "id": "2775acb0ed7cf492",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "group": "ade6187efe7c1d0b",
- "order": 11,
- "width": 4,
- "height": 1,
- "name": "Count",
- "label": "{{msg.payload.currentTrack.queuePos}} / </br> ",
- "format": "{{msg.payload.totalTracks}}</br> ",
- "layout": "row-center",
- "className": "transparentBackground",
- "x": 190,
- "y": 480,
- "wires": []
- },
- {
- "id": "fdfab8358aca28c1",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "group": "c84a154901b2af92",
- "order": 11,
- "width": 4,
- "height": 1,
- "name": "Count",
- "label": "{{msg.payload.currentTrack.queuePos}} / </br> ",
- "format": "{{msg.payload.totalTracks}}</br> ",
- "layout": "row-center",
- "className": "transparentBackground",
- "x": 190,
- "y": 740,
- "wires": []
- },
- {
- "id": "8d0a5d759bfa177a",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "group": "ade6187efe7c1d0b",
- "order": 4,
- "width": 1,
- "height": 1,
- "name": "L-Vol",
- "label": "",
- "format": "{{msg.payload}}",
- "layout": "col-center",
- "className": "",
- "x": 610,
- "y": 100,
- "wires": []
- },
- {
- "id": "9e92a25097d7fb8e",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "group": "c84a154901b2af92",
- "order": 4,
- "width": 1,
- "height": 1,
- "name": "S-Vol",
- "label": "",
- "format": "{{msg.payload}}",
- "layout": "col-center",
- "className": "",
- "x": 610,
- "y": 140,
- "wires": []
- },
- {
- "id": "8352a5ca94d67ece",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "L-VDn",
- "group": "ade6187efe7c1d0b",
- "order": 5,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#4667A0",
- "className": "",
- "icon": "keyboard_arrow_down",
- "payload": "-1",
- "payloadType": "num",
- "topic": "lounge",
- "topicType": "str",
- "x": 150,
- "y": 60,
- "wires": [
- [
- "8770a7343c93e604"
- ]
- ]
- },
- {
- "id": "503753a12ee92e2f",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "L-VUp",
- "group": "ade6187efe7c1d0b",
- "order": 3,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#4667A0",
- "className": "",
- "icon": "keyboard_arrow_up",
- "payload": "1",
- "payloadType": "num",
- "topic": "lounge",
- "topicType": "str",
- "x": 270,
- "y": 60,
- "wires": [
- [
- "8770a7343c93e604"
- ]
- ]
- },
- {
- "id": "8770a7343c93e604",
- "type": "function",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "Volume\\n Control",
- "func": "var musicPlayers = global.get(\"musicPlayers\") || {};\n\nif (msg.topic) {\n var currPlayer = msg.topic.replace(\"media_player.\", \"\").toLowerCase();\n var volume = parseInt((musicPlayers[currPlayer].volume) * 100) || 1;\n\n volume += (parseInt(msg.payload) || 0);\n\n musicPlayers[currPlayer].volume = (volume / 100);\n global.set(\"musicPlayers\", musicPlayers);\n}\n\nreturn [\n {payload: volume, topic: msg.topic},\n {payload: parseInt(musicPlayers[\"lounge\"].volume * 100)},\n {payload: parseInt(musicPlayers[\"study\"].volume * 100)}\n];\n",
- "outputs": 3,
- "noerr": 0,
- "initialize": "",
- "finalize": "",
- "libs": [],
- "x": 440,
- "y": 100,
- "wires": [
- [
- "ed6bd7d0f49f68dd"
- ],
- [
- "8d0a5d759bfa177a"
- ],
- [
- "9e92a25097d7fb8e"
- ]
- ]
- },
- {
- "id": "0e975831db7c85c9",
- "type": "link out",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "Volume",
- "mode": "link",
- "links": [
- "5157e70bae68b04e"
- ],
- "x": 820,
- "y": 120,
- "wires": [],
- "l": true
- },
- {
- "id": "c875ad3370eefbb4",
- "type": "trigger",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "500ms Delay",
- "op1": "",
- "op2": "",
- "op1type": "nul",
- "op2type": "payl",
- "duration": "500",
- "extend": true,
- "overrideDelay": false,
- "units": "ms",
- "reset": "",
- "bytopic": "topic",
- "topic": "topic",
- "outputs": 1,
- "x": 770,
- "y": 60,
- "wires": [
- [
- "0e975831db7c85c9"
- ]
- ]
- },
- {
- "id": "a28c01ad6ca248a8",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "S-VDn",
- "group": "c84a154901b2af92",
- "order": 5,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#4667A0",
- "icon": "keyboard_arrow_down",
- "payload": "-1",
- "payloadType": "num",
- "topic": "study",
- "topicType": "str",
- "x": 270,
- "y": 140,
- "wires": [
- [
- "8770a7343c93e604"
- ]
- ]
- },
- {
- "id": "ba5cc2af526be87a",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "S-VUp",
- "group": "c84a154901b2af92",
- "order": 3,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#4667A0",
- "className": "",
- "icon": "keyboard_arrow_up",
- "payload": "1",
- "payloadType": "num",
- "topic": "study",
- "topicType": "str",
- "x": 150,
- "y": 140,
- "wires": [
- [
- "8770a7343c93e604"
- ]
- ]
- },
- {
- "id": "ac38921646b7142f",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "Volume",
- "links": [
- "ebecb87c4e391567"
- ],
- "x": 150,
- "y": 100,
- "wires": [
- [
- "8770a7343c93e604"
- ]
- ],
- "icon": "font-awesome/fa-volume-up",
- "l": true
- },
- {
- "id": "ed6bd7d0f49f68dd",
- "type": "rbe",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "Filter",
- "func": "rbe",
- "gap": "",
- "start": "",
- "inout": "out",
- "septopics": true,
- "property": "payload",
- "topi": "topic",
- "x": 610,
- "y": 60,
- "wires": [
- [
- "c875ad3370eefbb4"
- ]
- ]
- },
- {
- "id": "a6b57b79cb1405bf",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Album",
- "group": "c84a154901b2af92",
- "order": 20,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#424242",
- "className": "",
- "icon": "fast_forward",
- "payload": "album",
- "payloadType": "str",
- "topic": "Study",
- "topicType": "str",
- "x": 370,
- "y": 660,
- "wires": [
- [
- "d79211d106243437"
- ]
- ]
- },
- {
- "id": "df172b8bc2166357",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "Album",
- "group": "ade6187efe7c1d0b",
- "order": 20,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#424242",
- "className": "",
- "icon": "fast_forward",
- "payload": "album",
- "payloadType": "str",
- "topic": "Lounge",
- "topicType": "str",
- "x": 370,
- "y": 400,
- "wires": [
- [
- "17635279aac1c8b4"
- ]
- ]
- },
- {
- "id": "df47e953c3722f3f",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "Artist",
- "group": "c84a154901b2af92",
- "order": 17,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#424242",
- "className": "",
- "icon": "fast_forward",
- "payload": "artist",
- "payloadType": "str",
- "topic": "Study",
- "topicType": "str",
- "x": 370,
- "y": 620,
- "wires": [
- [
- "d79211d106243437"
- ]
- ]
- },
- {
- "id": "64f9d5f7af92241c",
- "type": "ui_button",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "Artist",
- "group": "ade6187efe7c1d0b",
- "order": 17,
- "width": 1,
- "height": 1,
- "passthru": false,
- "label": "",
- "tooltip": "",
- "color": "#FFFFFF",
- "bgcolor": "#424242",
- "className": "",
- "icon": "fast_forward",
- "payload": "artist",
- "payloadType": "str",
- "topic": "Lounge",
- "topicType": "str",
- "x": 370,
- "y": 360,
- "wires": [
- [
- "17635279aac1c8b4"
- ]
- ]
- },
- {
- "id": "b286368fe058ee50",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "group": "c84a154901b2af92",
- "order": 12,
- "width": 3,
- "height": 1,
- "name": "Duration",
- "label": "</br>{{msg.payload.currentTrack.trackPos2}} / ",
- "format": "</br>{{msg.payload.currentTrack.length2}}",
- "layout": "row-right",
- "className": "transparentBackground",
- "x": 740,
- "y": 780,
- "wires": []
- },
- {
- "id": "c843b1c511f470d8",
- "type": "ui_text",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "group": "ade6187efe7c1d0b",
- "order": 12,
- "width": 3,
- "height": 1,
- "name": "Duration",
- "label": "</br>{{msg.payload.currentTrack.trackPos2}} / ",
- "format": "</br>{{msg.payload.currentTrack.length2}}",
- "layout": "row-right",
- "className": "transparentBackground",
- "x": 740,
- "y": 520,
- "wires": []
- },
- {
- "id": "1fb4a70acb1e0deb",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "3c575646a12ecdd2",
- "name": "K-Enable/Disable",
- "links": [
- "52708c7ee5563af7",
- "6c4841ce93fa815e",
- "ff168daea84b21bd",
- "25a292deb329ba24",
- "845331a79935d27f"
- ],
- "x": 235,
- "y": 380,
- "wires": [
- [
- "64f9d5f7af92241c",
- "df172b8bc2166357",
- "07eeb4f7aa418e27",
- "78b2baa65ef5f913",
- "1686920bd9af578f",
- "232ed8fe3dfd821d"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "108d075174f1e5b8",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "f365939e4b24212d",
- "name": "S-Enable/Disable",
- "links": [
- "98c7e5d7347ba805",
- "637c087628fd01ee",
- "ca78fd5836954878",
- "4c6d3eb8e979bf89",
- "b6282e4a9ba743fb"
- ],
- "x": 235,
- "y": 640,
- "wires": [
- [
- "df47e953c3722f3f",
- "a6b57b79cb1405bf",
- "f9b2754d3d8bc99e",
- "d9602b81d7d9f466",
- "5a639d55b5285c82",
- "195f5088b689d9e9"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "64cd11a0e798bbc2",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "L-Enable/Disable",
- "links": [
- "845331a79935d27f"
- ],
- "x": 55,
- "y": 60,
- "wires": [
- [
- "8352a5ca94d67ece",
- "503753a12ee92e2f"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "33a8c913445a89a6",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "name": "K-Enable/Disable",
- "links": [
- "52708c7ee5563af7",
- "6c4841ce93fa815e",
- "ff168daea84b21bd",
- "25a292deb329ba24",
- "845331a79935d27f"
- ],
- "x": 595,
- "y": 420,
- "wires": [
- [
- "94bc81db30ab2e25",
- "93e8eefb33a3afbb",
- "c1cb3c70476c26be",
- "c843b1c511f470d8",
- "abb75559adb961bf"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "68ec3c38f6fd192d",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "name": "S-Enable/Disable",
- "links": [
- "98c7e5d7347ba805",
- "637c087628fd01ee",
- "ca78fd5836954878",
- "4c6d3eb8e979bf89",
- "b6282e4a9ba743fb"
- ],
- "x": 595,
- "y": 680,
- "wires": [
- [
- "4d776a5574877840",
- "726aeb24cf7c3c90",
- "8a6a96549a6871b4",
- "b286368fe058ee50",
- "4ca3b27fc4bd4bc3"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "4ca3b27fc4bd4bc3",
- "type": "function",
- "z": "1577a1eb80ede6ca",
- "g": "5dedc86d833d2f82",
- "name": "Progress",
- "func": "if (msg.payload && msg.payload.currentTrack) {\n\n var trackLength = msg.payload.currentTrack.length;\n var currPosition = msg.payload.currentTrack.trackPos;\n var percent = parseInt((100 / trackLength) * currPosition);\n\n msg.className = `pro${percent}`;\n}\n\nreturn msg;\n",
- "outputs": 1,
- "noerr": 0,
- "initialize": "",
- "finalize": "",
- "libs": [],
- "x": 740,
- "y": 660,
- "wires": [
- [
- "fb0e30124abec990"
- ]
- ]
- },
- {
- "id": "abb75559adb961bf",
- "type": "function",
- "z": "1577a1eb80ede6ca",
- "g": "d0bf2a659e4e6795",
- "name": "Progress",
- "func": "if (msg.payload && msg.payload.currentTrack) {\n\n var trackLength = msg.payload.currentTrack.length;\n var currPosition = msg.payload.currentTrack.trackPos;\n var percent = parseInt((100 / trackLength) * currPosition);\n\n msg.className = `pro${percent}`;\n}\n\nreturn msg;\n",
- "outputs": 1,
- "noerr": 0,
- "initialize": "",
- "finalize": "",
- "libs": [],
- "x": 740,
- "y": 400,
- "wires": [
- [
- "f09eb3ce70c443fa"
- ]
- ]
- },
- {
- "id": "5e2968b3302e7ef5",
- "type": "link in",
- "z": "1577a1eb80ede6ca",
- "g": "8341e77a3db2ac20",
- "name": "S-Enable/Disable",
- "links": [
- "b6282e4a9ba743fb"
- ],
- "x": 55,
- "y": 140,
- "wires": [
- [
- "a28c01ad6ca248a8",
- "ba5cc2af526be87a"
- ]
- ],
- "icon": "font-awesome/fa-toggle-off"
- },
- {
- "id": "12526f6cb3e1403c",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "c84a154901b2af92",
- "order": 2,
- "width": 1,
- "height": 1
- },
- {
- "id": "8afdfbd52f566315",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "c84a154901b2af92",
- "order": 6,
- "width": 1,
- "height": 1
- },
- {
- "id": "24e96ea33af3a52d",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "c84a154901b2af92",
- "order": 7,
- "width": 1,
- "height": 1
- },
- {
- "id": "c54d6f235ec1667c",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "c84a154901b2af92",
- "order": 21,
- "width": 7,
- "height": 1
- },
- {
- "id": "40f55f4323c2cf36",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "ade6187efe7c1d0b",
- "order": 2,
- "width": 1,
- "height": 1
- },
- {
- "id": "0017592549840fe6",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "ade6187efe7c1d0b",
- "order": 6,
- "width": 1,
- "height": 1
- },
- {
- "id": "70cc276b3ec49e35",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "ade6187efe7c1d0b",
- "order": 7,
- "width": 1,
- "height": 1
- },
- {
- "id": "b3b12ece79d58bce",
- "type": "ui_spacer",
- "z": "1577a1eb80ede6ca",
- "name": "spacer",
- "group": "ade6187efe7c1d0b",
- "order": 21,
- "width": 7,
- "height": 1
- },
- {
- "id": "ade6187efe7c1d0b",
- "type": "ui_group",
- "name": "Music - Lounge Group",
- "tab": "5e18e01b57927e3a",
- "order": 1,
- "disp": true,
- "width": "7",
- "collapse": false,
- "className": ""
- },
- {
- "id": "c84a154901b2af92",
- "type": "ui_group",
- "name": "Music - Study",
- "tab": "3845fe8e780903a2",
- "order": 1,
- "disp": true,
- "width": 7,
- "collapse": false
- },
- {
- "id": "5e18e01b57927e3a",
- "type": "ui_tab",
- "name": "Music - Lounge Group",
- "icon": "speaker_group",
- "order": 6,
- "disabled": false,
- "hidden": false
- },
- {
- "id": "3845fe8e780903a2",
- "type": "ui_tab",
- "name": "Music - Study",
- "icon": "speaker",
- "order": 5,
- "disabled": false,
- "hidden": false
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement