This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryCustom weather provider support via custom_weather_url configuration
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds custom weather provider support via `custom_weather_url` setting Adds custom weather provider support via `custom_weather_url` setting Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
Custom weather provider
You can use any weather data provider by setting custom_weather_url on a weather location. Kiosk will expect the JSON payload to be structured in a specific way so you will most likely need to create a custom weather service/server that will fetch your weather data and provide it in the required format.
Example weather Location
weather:
locations:
- name: custom
custom_weather_url: https://{CUSTOM_WEATHER_PROVIDER_URL}
forecast: false
show:
temperature_range: false
humidity: false
wind: false
visibility: false
default: false
View the custom weather documentation for more information.
What's Changed
🚀 New Features
- feature/custom-weather by @damongolding in https://github.com/damongolding/immich-kiosk/pull/817
Full Changelog: https://github.com/damongolding/immich-kiosk/compare/v0.40.2...v0.41.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About immich-kiosk
Highly configurable slideshows for displaying Immich assets on browsers and devices.
Related context
Related tools
Earlier breaking changes
- v0.39.0 Moved Docker base image from Alpine to Distroless.
Beta — feedback welcome: [email protected]