Skip to content

immich-kiosk

v0.41.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 18d Media Servers
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

go immich immich-slideshow immichkiosk photos slideshow

Summary

AI summary

Custom weather provider support via custom_weather_url configuration

Changes in this release

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

Track immich-kiosk

Get notified when new releases ship.

Sign up free

About immich-kiosk

Highly configurable slideshows for displaying Immich assets on browsers and devices.

All releases →

Related context

Earlier breaking changes

  • v0.39.0 Moved Docker base image from Alpine to Distroless.

Beta — feedback welcome: [email protected]