From acb8b4715f1f85a6edd41c00ebb9344a26b5d174 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 8 Jan 2022 21:44:34 +0300 Subject: [PATCH] note about fahrenheit --- docs/v3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/v3.md b/docs/v3.md index 19adf75c..5ba2ea54 100644 --- a/docs/v3.md +++ b/docs/v3.md @@ -54,6 +54,17 @@ If you have a kit without a metal case, you can use our free 3D printing case dr # systemctl enable --now kvmd-fan # ro ``` + If you want the temperature to be displayed in Fahrenheit on the OLED, make following: + ``` + # mkdir -p /etc/systemd/system/kvmd-oled.service.d + ``` + Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`: + ```ini + [Service] + ExecStart= + ExecStart=/usr/bin/kvmd-oled --height=32 --clear-on-exit --fahrenheit + ``` + And run `systemctl restart kvmd-oled`. 6. !!! danger "Just reminding again: CHANGE THE PASSWORDS! :)" How to do this was written in [the "First steps" guide](first_steps.md){target=_blank}