How to display image in node-red?

i want to display some image consecutively from my local file in raspberry to node-red dasboard. i try contrib-ui-media but i can only display 1 picture. in the simulation example, i want display the picture consecutively from image 1 until image 5.
and the image display when i push swich button "on"
can someone help me?

Hi, as always it is good to show the code of your existing approach.

Some tips to help you: use 'ui_control' to control the Dashboard. It is possible to have images in a folder, a timer that activates 'ui_control' and tells it to go get a different image and display it on the Dashboard.

Cheers,

Paul

@PaulKeates1 this is a duplicate of Send updated images