diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 10:40:06 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 10:40:06 +0100 |
| commit | 6ee7245390cdf4e19fef82c2423ba325adea4114 (patch) | |
| tree | 7e59c6084937997a62ccea261dac100dc97100a3 /content/posts/2021-06-26-simple-world-clock.md | |
| parent | ae24d9a8869c497537839f330384cbadb2cf687c (diff) | |
| download | mitjafelicijan.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.md | 3 |
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 | ||
| 89 | Then we add a cronjob with `crontab -e`. | 89 | Then 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 | |||
| 105 | here](/posts/world-clock/enclosure.stl), but make sure that dimensions make | 105 | here](/posts/world-clock/enclosure.stl), but make sure that dimensions make |
| 106 | sense and also opening for USB port should be added or just use a drill and some | 106 | sense and also opening for USB port should be added or just use a drill and some |
| 107 | hot glue to make it stick in the enclosure. | 107 | hot glue to make it stick in the enclosure. |
| 108 | |||
