easybotics / node-red-contrib-easybotics-led-matrix

node red node for controlling rgb matrix panels
GNU General Public License v2.0
9 stars 5 forks source link

image-to-matrix "URL" works / "Path" dont works #38

Closed hennerdiy closed 3 years ago

hennerdiy commented 3 years ago

if i send an object like msg.payload.data with a url (e.g.: https://mydomain.eu/funnypic.gif) it still works great

but

if i send an object like msg.payload.data with a path (e.g.: /home/pi/pics/funnypic.gif) it won't work.

the debug answers:

image did not convert correctly please check the url or file location

what do I wrong?

(I tried absolut and realtiv (to the userdirectory) path typs.)