From 6ee7245390cdf4e19fef82c2423ba325adea4114 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:40:06 +0100 Subject: Updated theme --- content/posts/2021-06-26-simple-world-clock.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/posts/2021-06-26-simple-world-clock.md') diff --git a/content/posts/2021-06-26-simple-world-clock.md b/content/posts/2021-06-26-simple-world-clock.md index 197c897..ef2f12c 100644 --- a/content/posts/2021-06-26-simple-world-clock.md +++ b/content/posts/2021-06-26-simple-world-clock.md @@ -88,7 +88,7 @@ Before we add this job to cron we need to make `clock.py` executable with `chmod Then we add a cronjob with `crontab -e`. -``` +```txt * * * * * /home/pi/clock.py ``` @@ -105,4 +105,3 @@ You can download my [STL file for the enclosure here](/posts/world-clock/enclosure.stl), but make sure that dimensions make sense and also opening for USB port should be added or just use a drill and some hot glue to make it stick in the enclosure. - -- cgit v1.2.3