You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+20-17Lines changed: 20 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
+
---
1
2
config:
2
3
# Configuration values to set up basic communication
3
4
# Set your COM port e.g. COM3 for Windows, /dev/ttyACM0 for Linux...
4
5
# Use AUTO for COM port auto-discovery (may not work on every setup)
5
6
# COM_PORT: "/dev/ttyACM0"
6
7
# COM_PORT: "COM3"
7
-
COM_PORT: AUTO
8
+
COM_PORT: "AUTO"
8
9
9
10
# Theme to use (located in res/themes)
10
11
# Use the name of the folder as value
11
-
THEME: ColoredFlat
12
+
THEME: 3.5inchTheme2
12
13
13
14
# Hardware sensors reading
14
15
# Choose the appropriate method for reading your hardware sensors:
@@ -22,21 +23,8 @@ config:
22
23
# Linux/MacOS interfaces are named "eth0", "wlan0", "wlp1s0", "enp2s0"...
23
24
# For Windows use the interfaces pretty name: "Ethernet 2", "Wi-Fi", ...
24
25
# Leave the fields empty if the card does not exist on your setup
25
-
ETH: Ethernet # Ethernet Card
26
-
WLO: Wi-Fi # Wi-Fi Card
27
-
28
-
# Used to calculate your ping.
29
-
PING: 8.8.8.8
30
-
31
-
# For weather, you can use for example https://www.latlong.net/
32
-
LATITUDE: 45.75
33
-
LONGITUDE: 4.85
34
-
# OpenWeatherMap API KEY. Can be obtained by creating a free account on https://home.openweathermap.org/users/sign_up. You need to subscreibe to the 3.0 OneCallAPI that has 1000 free daily calls
35
-
API_KEY: abcdef
36
-
# Units used to display temperatures (metric - °C, imperial - °F, standard - °K)
37
-
WEATHER_UNITS: metric
38
-
# Language is used by the API. Find more here https://openweathermap.org/api/one-call-3#multi
39
-
LANGUAGE: fr
26
+
ETH: ""# Ethernet Card
27
+
WLO: ""# Wi-Fi Card
40
28
41
29
# CPU fan
42
30
# For Linux/MacOS platforms, the CPU fan is amongst all fan sensors gathered from the motherboard chipset
@@ -45,6 +33,21 @@ config:
45
33
# Value must be 'controller/fan' e.g. 'nct6798/fan2'. Use configuration wizard for help in selection
46
34
CPU_FAN: AUTO
47
35
36
+
# IP address used for ping sensor. Can be external (e.g. 8.8.8.8) or internal (e.g. 192.168.x.x)
37
+
PING: 8.8.8.8
38
+
39
+
# Weather data with OpenWeatherMap API. Only useful if you want to use a theme that displays it
40
+
# Location from which to display the weather. Use for example https://www.latlong.net/ to get latitude/longitude
41
+
WEATHER_LATITUDE: 45.75
42
+
WEATHER_LONGITUDE: 4.85
43
+
# OpenWeatherMap API KEY. Can be obtained by creating a free account on https://home.openweathermap.org/users/sign_up.
44
+
# You need to subscribe to the 3.0 OneCallAPI that has 1000 free daily calls
45
+
WEATHER_API_KEY: ""
46
+
# Units used to display temperatures (metric - °C, imperial - °F, standard - °K)
47
+
WEATHER_UNITS: metric
48
+
# Language is used by the API. Find more here https://openweathermap.org/api/one-call-3#multi
0 commit comments