Ui_worldmap issue solution

hello here is my solution for those whom didn't found how to have the map dashboard node :
you have to uninstall node red with :
npm -g remove node-red
and delete the package .nodered in its directory
reinstal node red with
npm install -g --unsafe-perm node-red
install dashboard contrib and not dashboard-evi !
install worldmap and that it you will have the dashboard map node !

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