How to identify an missing Unknown Node when importing a Flow ?
- unknown: ui_text
- unknown: ui_chart
- unknown: ui_gauge
I have found the flow here:
Efergy Energy Meter or Energyhive Api
How to identify an missing Unknown Node when importing a Flow ?
I have found the flow here:
Efergy Energy Meter or Energyhive Api
They look like the nodes from node-red-dashboard
.
I assume that you don't have the dashboard installed?
To install - npm install node-red-dashboard
or install from the palette manager.
I thought I had installed the dashboard but I left putty to soon:
root@DietPi:~# npm install node-red-dashboard
npm WARN saveError ENOENT: no such file or directory, open '/root/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
npm WARN root No description
npm WARN root No repository field.
npm WARN root No README data
npm WARN root No license field.
- node-red-dashboard@2.21.0
added 79 packages from 59 contributors and audited 117 packages in 35.005s
found 0 vulnerabilities
I have installed the dashboard from the palette manager as you recomment now the dashboard works, thanks !
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.