Hello, I'm new to red-dashboard and I'm trying to run the dashboard in my browser for the last 3 hours without success so I decided to create his topic here.
After installation via inpm i node-red-dashboard I have only this,
node_modules, package-lock.json, package.json
Inside node modules is the red-dashoboard, I tried to get the UI to the browser via node ui.js & node index.js
then I tried
~ $node-red-start
node-red-dashboard-start
~/.node-red-start
So can anyone tell me how to bring this UI up and running? Thanks
And my next question is, I want this dashboard to be the UI of my Node.js WebApp is this possible?
I want that users that are visiting my site can Add/Edit/Delete Widgets, and inside the widgets need to come in data from an api. Is this possible with red-dashboard?
The node-red-dashboard is not mutual-tenant as per the ReadMe. All users see the same thing and that is
preconfigured, the one user cannot select which widgets to display
How to display the dashboard? I answered i. the other thread you also posted o.
Provided you have the dashboard nodes installed and at least one has been configured in a flow. Then you should point a web-browser on the same network to http://:1880/ui
This helps me zero! Tell me what file to run in my terminal so http://:1880/ui is up and running
In a console, run "node-red" without quotes. Don't close the console. Copy paste your output in a reply here. If you get anything to come up, go to 127.0.0.1:1880 on a browser on the same machine you're running it on (assuming you have a gui.)
What hardware are you running on? What OS are you running on?