Ideas for Screen Rotation/Carousel?

Hello all! I’ve got a (mostly) functional dash plotly website up, and I was wondering if anyone had advice on creating a carousel of screens (with a few graphs on each) that swap every 5 minutes or so,? I’m hoping to get this up on a display screen, so it would have to change automatically.

If you know any projects that did something similar, or have ideas on how this might be done, please share!

Hey, have you seen DMC?

Yes, but everything I’ve seen online says it only works for images and cards, not charts that are constantly updating : (

You could just have a callback cycling thru your pages by a given interval, couldn’t you?

I did something similar in the past, but clicking on buttons. The whole thread seems to be what you want to do actually. There are several solutions to this.

1 Like

Oooh this thread looks promising, Ill mess around with pages and see if that does the trick. Thank you!

@PineOwple

The Carousel component in Dash Bootstrap components can only take images. However the Carousel in Dash Mantine Components (That @AIMPED linked to above) takes any component. Take any content you like including graphs and display it in dmc.Carousel. It’s much easier than the workarounds in that other thread,

1 Like