Raspberry Pi 4 Ledshim

I was previously running an ledshim on my rasperry pi 4 which i now want to run as an Octopi however i still want to keep my ledshim running.

I previously used the following installation script to get it working on my Pi 4

curl https://get.pimoroni.com/ledshim | bash

crontab -e 
@reboot python3 /home/pi/Pimoroni/ledshim/examples/rainbow.py &

How can i get this working using Octopi ?
https://drive.google.com/file/d/1PNfhJgtYE2fFGmiRkrBiAYSMHUnnZhis/view?usp=sharingi get this

I think you tried to post this image:

1 Like

What happens when you try to run that same script on top of OctoPi? OctoPi is basically just a slimmed down version of Raspberry Pi OS with some preinstalled packages, so anything you can install on Raspberry Pi OS you can also install on OctoPi.

1 Like

I am not allowed access to your google drive link.

I should have waited.. it eventually installed but was really slow.

So, case closed?

Thanks everyone case is closed.