-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
42 lines (42 loc) · 1.12 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"cpu" : {
},
"memory" : {
"total" : false
},
"disk" : {
},
"custom-message" : {
"lines" : [
" _ _ _ _ ",
"| | | | | | | ",
"| |_| | ___| | | ___ ",
"| _ |/ _ \\ | |/ _ \\ ",
"| | | | __/ | | (_) )",
"|_| |_|\\___|_|_|\\___/ "
],
"fg-color" : "green",
"bg-color" : "black"
},
"custom-message-2" : {
"lines" : [
"",
"Cidade: Rio Tinto"
]
},
"api-calls" : [
{
"url" : "https://api.open-meteo.com/v1/forecast?latitude=-6.8031&longitude=-35.0806¤t=temperature_2m,apparent_temperature,precipitation&timezone=America%2FSao_Paulo&forecast_days=1",
"objects" : [
{
"label" : "\tTemperatura: ",
"value" : ["current", "temperature_2m"]
},
{
"label" : "\tSensacao termica: ",
"value" : ["current", "apparent_temperature"]
}
]
}
]
}