aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-06-26-simple-world-clock.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:40:06 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:40:06 +0100
commit6ee7245390cdf4e19fef82c2423ba325adea4114 (patch)
tree7e59c6084937997a62ccea261dac100dc97100a3 /content/posts/2021-06-26-simple-world-clock.md
parentae24d9a8869c497537839f330384cbadb2cf687c (diff)
downloadmitjafelicijan.com-6ee7245390cdf4e19fef82c2423ba325adea4114.tar.gz
Updated theme
Diffstat (limited to 'content/posts/2021-06-26-simple-world-clock.md')
-rw-r--r--content/posts/2021-06-26-simple-world-clock.md3
1 files changed, 1 insertions, 2 deletions
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
88 88
89Then we add a cronjob with `crontab -e`. 89Then we add a cronjob with `crontab -e`.
90 90
91``` 91```txt
92* * * * * /home/pi/clock.py 92* * * * * /home/pi/clock.py
93``` 93```
94 94
@@ -105,4 +105,3 @@ You can download my [STL file for the enclosure
105here](/posts/world-clock/enclosure.stl), but make sure that dimensions make 105here](/posts/world-clock/enclosure.stl), but make sure that dimensions make
106sense and also opening for USB port should be added or just use a drill and some 106sense and also opening for USB port should be added or just use a drill and some
107hot glue to make it stick in the enclosure. 107hot glue to make it stick in the enclosure.
108