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
pdated timezones to 2021a, with new ability to update timezones automatically, while running.
* New marquee weather summary.
* Yet another attempt to fix a pesky, hard-to-track-down, impossible-to-reproduce bug where weather forecasts mysteriously stop updating until you reboot.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 2.9.0
2
+
3
+
* Updated timezones to 2021a, with new ability to update timezones automatically, while running.
4
+
* New marquee weather summary.
5
+
* Yet another attempt to fix a pesky, hard-to-track-down, impossible-to-reproduce bug where weather forecasts mysteriously stop updating until you reboot.
6
+
7
+
## 2.8.2
8
+
9
+
* Update timezones to 2020d.
10
+
* Fix and improve ephemeris rise/set tracks.
11
+
* Fix Raspbian detection.
12
+
13
+
## 2.8.0
14
+
15
+
* Added wind speed and barometric pressure.
16
+
* Added night sky indication to planet display.
17
+
* Improved forecast failover.
18
+
1
19
## 2.7.3
2
20
3
21
* Timezone database update (tz 2020b).
@@ -92,7 +110,7 @@
92
110
93
111
## 2.0.4
94
112
95
-
* Facilitated project development on Windows and non-Raspbian Linux (already worked on MacOS).
113
+
* Facilitated project development on Windows and non-Raspbian Linux (already worked on macOS).
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ If an arc becomes a full circle, that means the corresponding planet on that tra
130
130
131
131
### Construction with 3D-Printed Stand
132
132
133
-
#### Rear view of stand
133
+
#### Rearview of stand
134
134
135
135
The 3D model for this stand is provided by the project file `raspberry_pi_setup/monitor_stand.stl`. Below is how that model came out when printed using black ABS, 20% infill, at a cost of about $33 USD.
136
136
@@ -192,7 +192,7 @@ The long arm that reaches out from the side panel is designed so the temperature
192
192
193
193
#### Raspberry Pi Model 4 attached to stand-offs
194
194
195
-
I was a bit uncertain how well machine screws would work with the stand-offs that I’d designed, since I wanted them to function like self-tapping screws. As it turned out, the four M2.5 x 6 mm pan-head machine screws fit quite nicely and snuggly, without being difficult to turn. If the Pi were to be repeatedly removed and reattached, however, this design might not be durable enough. For my current purposes, it’s just fine.
195
+
I was a bit uncertain how well machine screws would work with the stand-offs that I’d designed, since I wanted them to function like self-tapping screws. As it turned out, the four M2.5 x 6 mm pan-head machine screws fit quite nicely and snugly, without being difficult to turn. If the Pi were to be repeatedly removed and reattached, however, this design might not be durable enough. For my current purposes, it’s just fine.
196
196
197
197

198
198
@@ -214,7 +214,7 @@ I couldn’t find a right-angle USB-C cable for hooking up the touchscreen, but
@@ -290,7 +290,8 @@ Don’t forget to run `sudo update-rc.d weatherService defaults` after editing t
290
290
291
291
For reference, here’s a break down of the steps performed by a full installation:
292
292
293
-
1. Node.js is installed if not present, or updated if earlier than version 12.
293
+
1. Node.js is installed if not present, or updated if earlier than version 14. Switch to Node 14 using nvm (Node Version Manager) may occur if nvm is installed.
294
+
1. If Node.js is greater than version 14, nvm will be used to step down to version 14, installing nvm if necessary to do so.
294
295
1. An `npm install` is performed to bootstrap the rest of the installation process, which is written in TypeScript and requires Node.js and several npm packages to function. This can be very slow the first time because of one npm package in particular — node-sass — which can take ten minutes or more to install and build.
295
296
1. A check for GPS configuration is performed.
296
297
1. If running in interactive mode (`‑i`), the user is queried about various configuration and installation options.
0 commit comments