Schedule Python script runs on Umbrel?

Hi all,

I have just installed Umbrel on my new Raspberry Pi about a week ago and so far so good.

I do have a question though: is it possible to run and schedule Python scripts from Umbrel? I’d like to create a script that runs every day at a certain time without me having to worry about it.

I’m not very technical, but I thought this could be done with the VSCode app?

Cheers!

Kirvis

Research crontab

Connect vie ssh and then you can edit the crontab by writing “crontab -e”

You can always create sh Scritps where inside of those you can call python scritps. And you give schedule to the sh scripts