From 0e074a68851de865683b878e6ac45bcb837df3ef Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 9 Nov 2025 15:54:00 -0800 Subject: [PATCH] Update custom_scheduler.template --- etc/custom_scheduler.template | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/custom_scheduler.template b/etc/custom_scheduler.template index f3f6876..1d1c469 100644 --- a/etc/custom_scheduler.template +++ b/etc/custom_scheduler.template @@ -15,6 +15,7 @@ def setup_custom_schedules(send_message, tell_joke, welcome_message, handle_wxc, 5. Make sure to uncomment (delete the single #) the example schedules down at the end of the file to enable them Python is sensitive to indentation so be careful when editing this file. https://thonny.org is included on pi's image and is a simple IDE to use for editing python files. + 6. System Tasks run every 20min try and avoid overlapping schedules to reduce API rapid fire issues. use like 8:05 Available functions you can import and use, be sure they are enabled modules in config.ini: - tell_joke() - Returns a random joke