forked from neoground/neowx-material
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme_install.txt
75 lines (71 loc) · 7.6 KB
/
readme_install.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
63
64
65
66
67
68
69
70
71
72
73
74
75
+----------------------------------------------------------------------------------------------------------+
| |
| () () _ _ _ |
| | \ | | ___ ___ __ _ _ __ ___ _ _ _ __ __| | |
| () () | \| |/ _ \/ _ \ / _` | '__/ _ \| | | | '_ \ / _` | |
| | |\ | __/ (_) | (_| | | | (_) | |_| | | | | (_| | |
| () () |_| \_|\___|\___/ \__, |_| \___/ \__,_|_| |_|\__,_| |
| |___/ |
| () () 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 |
| |
| current fork |
| https://github.com/seehase/neowx-material |
| |
| V 1.35.x |
| |
| R E A D M E |
| |
+----------------------------------------------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------------+
| |
| Project information: https://neoground.com/projects/neowx-material |
| |
| Documentation: https://neoground.com/docs/neowx-material |
| |
| original Github: https://github.com/neoground/neowx-material |
| current fork Github: https://github.com/seehase/neowx-material |
| |
+----------------------------------------------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------------+
| |
| Installation instructions tested with weewx 5.1 |
| |
| 1) install latest version via extension |
| > weectl extension install https://github.com/seehase/neowx-material/archive/refs/heads/master.zip |
| |
| 2) restart WeeWX |
| > sudo systemctl restart weewx |
| or |
| > sudo service weewx restart |
| |
+----------------------------------------------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------------+
| |
| Manual installation instructions |
| |
| 1) copy files to the weeWX skins directory |
| > cp -rp skins/neowx-material /etc/weewx/skins |
| |
| 3) copy /bin/user/historygenerator.py to |
| $WEEWX_ROOT/user. default: /etc/weewx/bin/user |
| |
| 3) 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 systemctl restart weewx | |
| or |
| > sudo service weewx restart |
| |
+----------------------------------------------------------------------------------------------------------+