Zefau / ioBroker.roomba

Connect your iRobot Roomba to ioBroker
MIT License
13 stars 6 forks source link

Map is not drawn #31

Closed senger1985 closed 4 years ago

senger1985 commented 4 years ago

I have installed as it is written in the description: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev sudo npm install canvas --unsafe-perm=true

But still get the message: (14287) Canvas not installed! Thus, no map drawings are possible.

If you need the debug log, let me know

Zefau commented 4 years ago

I have to rework the description, it's not precise enough.

Please run sudo npm install canvas --unsafe-perm=true directly in the ioBroker.roomba folder (/opt/iobroker/node_modules/iobroker.roomba).

senger1985 commented 4 years ago

Thank you for your prompt reply. I will test it later and then close the issue if it works.

senger1985 commented 4 years ago

Great it works again