I am trying to install node-red-contrib-dht-sensor (node) - Node-RED, but it says "Module already loaded" even though I cannot see that node in the palette. Moreover it doesn't show up in the installed section. It still shows up in the installation section and I can again and again click "install"
Well as I am using portainer and docker (doubt whether that was a good idea) I usually need to search longer. I found the installations of the modules in the node-red container under /data/node_modules/node-red-contrib-dht-sensor. The files and structure do look the same as in github. But still node-red does not recognize it as "installed"
I mounted the node-red container manually as root with docker exec -u 0 -it xxxxxxxxxx /bin/bash and installed them manually as written in node-red-contrib-dht-sensor (node) - Node-RED