uiBuilder output not correct

Hi,
I copied this flow

[{"id":"1a7c5d0e.0fdc73","type":"uibuilder","z":"ecf6c177bd041232","name":"","topic":"","url":"uibuilder","fwdInMessages":false,"allowScripts":false,"allowStyles":false,"copyIndex":true,"templateFolder":"blank","extTemplate":"","showfolder":false,"useSecurity":false,"sessionLength":"","tokenAutoExtend":false,"reload":false,"sourceFolder":"src","credentials":{},"x":600,"y":480,"wires":[["a39ed31d.bca6f"],[]]},{"id":"3403d92d.5c4176","type":"inject","z":"ecf6c177bd041232","name":"Alarm 1","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":90,"y":360,"wires":[["fec3d20f.90bba"]]},{"id":"fec3d20f.90bba","type":"function","z":"ecf6c177bd041232","name":"alarm1StatusOn","func":"msg.topic = \"alarm1Status\";\nmsg.payload = 1;\n\nreturn msg;","outputs":1,"noerr":0,"x":400,"y":360,"wires":[["1a7c5d0e.0fdc73","eb57a4c3.9770b8"]]},{"id":"a39ed31d.bca6f","type":"debug","z":"ecf6c177bd041232","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":790,"y":420,"wires":[]},{"id":"364bd0d0.f77b4","type":"comment","z":"ecf6c177bd041232","name":"Press to trigger alarm","info":"","x":100,"y":320,"wires":[]},{"id":"fe887baa.3db618","type":"inject","z":"ecf6c177bd041232","name":"Alarm 2","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":90,"y":420,"wires":[["1a7b62b6.219fad"]]},{"id":"1a7b62b6.219fad","type":"function","z":"ecf6c177bd041232","name":"alarm2StatusOn","func":"msg.topic = \"alarm2Status\";\nmsg.payload = 1;\n\nreturn msg;","outputs":1,"noerr":0,"x":400,"y":420,"wires":[["1a7c5d0e.0fdc73","eb57a4c3.9770b8"]]},{"id":"eb57a4c3.9770b8","type":"debug","z":"ecf6c177bd041232","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":790,"y":360,"wires":[]},{"id":"55baa5ee.7f793c","type":"comment","z":"ecf6c177bd041232","name":"Note the data format - msg.topic and msg.payload","info":"","x":410,"y":320,"wires":[]},{"id":"2ff9727c.2f200e","type":"comment","z":"ecf6c177bd041232","name":"For debug viewer","info":"","x":800,"y":320,"wires":[]}]

but this is my output:

yyy

What am I doing wrong?

From where?

What did you expect?

You probably haven't written any front-end code inside ui-builder

Thank you for reply, but after have read many post I understand I should forget it.
uiBuilder is too complicated for me ....

uibuilder does require you to write front-end code using HTML, CSS and JavaScript so if you don't have those skills yet, you would have a bit of a climb. By all means stick with Dashboard if you don't want to do front-end coding, just recognise that there are limits to what you can easily do in Dashboard - though many people have pushed things on a long way.

uibuilder gives you the freedom to write any kind of data-driven front-end but currently requires some coding knowledge. There is an intent to create code-lite or code-free extensions but without additional developers to work on it, it will take a long time for me to get anywhere.

Ok, thank you for explaining .....

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.