-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
62 lines (58 loc) · 4.37 KB
/
readme.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
+-------------------------------------------------------------------------+
| |
| () () _ _ _ |
| | \ | | ___ ___ __ _ _ __ ___ _ _ _ __ __| | |
| () () | \| |/ _ \/ _ \ / _` | '__/ _ \| | | | '_ \ / _` | |
| | |\ | __/ (_) | (_| | | | (_) | |_| | | | | (_| | |
| () () |_| \_|\___|\___/ \__, |_| \___/ \__,_|_| |_|\__,_| |
| |___/ |
| () () G m b H |
| |
| weather (at) neoground.com https://neoground.com |
| |
+-------------------------------------------------------------------------+
+-------------------------------------------------------------------------+
| |
| N E O W X M A T E R I A L S K I N |
| |
| R E A D M E |
| |
+-------------------------------------------------------------------------+
+-------------------------------------------------------------------------+
| |
| Project information: https://neoground.com/projects/neowx-material |
| |
| Documentation: https://neoground.com/docs/neowx-material |
| |
| Github: https://github.com/neoground/neowx-material |
| |
+-------------------------------------------------------------------------+
+-------------------------------------------------------------------------+
| |
| Installation instructions |
| |
| 1) install the extension |
| > wee_extension --install=/absolute/path/to/current/directory |
| |
| 2) restart WeeWX |
| > sudo service weewx restart |
| |
+-------------------------------------------------------------------------+
+-------------------------------------------------------------------------+
| |
| Manual installation instructions |
| |
| 1) copy files to the weeWX skins directory |
| > cp -rp skins/neowx-material /home/weewx/skins |
| |
| 2) in the weeWX configuration file, add / change a report and set |
| neowx-material as its skin |
| [StdReport] |
| ... |
| [[StandardReport]] |
| skin = neowx-material |
| |
| 3) restart WeeWX |
| > sudo service weewx restart |
| |
+-------------------------------------------------------------------------+