|
| 1 | +--- |
| 2 | +title: 🎄 Release TerrariumPI v 4.14.0 🎆 |
| 3 | +date: 2025-12-20 10:00:00 +0100 |
| 4 | +categories: [Website, News] |
| 5 | +tags: [release, '4.14.0'] |
| 6 | + |
| 7 | +image: |
| 8 | + path: /assets/img/digital-green-christmas-tree-ai-generated.webp |
| 9 | + src: /assets/img/digital-green-christmas-tree-ai-generated.webp |
| 10 | + alt: Celebration header image; Digital christmas tree |
| 11 | +--- |
| 12 | + |
| 13 | +## Release 4.14.0 - End of year release: Weather changes 🎄🎆 |
| 14 | + |
| 15 | +This release will bring some changes in the weather part of TerrariumPI. Thanks |
| 16 | +to [@GamingLPyt](https://github.com/GamingLPyt) we have now support for |
| 17 | +[OpenMeteo.com](#openmeteocom-weather-data) weather data.\ |
| 18 | +And that lead to a refactor the total weather code internally. Not something you |
| 19 | +will notice on the outside... I hope 😁 |
| 20 | + |
| 21 | +Also fixed some RTSP and USB webcams on Bookworm. |
| 22 | + |
| 23 | +### OpenMeteo.com weather data 🌤 |
| 24 | + |
| 25 | +{: .right.invert width="100" |
| 26 | +}This is a [free service](https://open-meteo.com) which does not need an |
| 27 | +account. You need to know the latitude and longitude of your location. And than |
| 28 | +construct the following url below: |
| 29 | + |
| 30 | +`https://api.open-meteo.com/v1/forecast?latitude=[LAT]&longitude=[LONG]` |
| 31 | + |
| 32 | +More at the [weather documentation |
| 33 | +page]({% link _tabs/setup.md %}#open-meteoorg) |
| 34 | + |
| 35 | +### Other updates |
| 36 | + |
| 37 | +- Updates all NodeJS, Python and Ruby libraries for the GUI, TerrariumPI and the |
| 38 | + documentation. |
| 39 | +- Updated the documentation at various pages. Mostly adding more information or |
| 40 | + corrections. |
| 41 | + |
| 42 | +{% include release-footer.md %} |
0 commit comments