-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
v1.0.30.0
Deployment Method
Docker
Description
Weather information is not appearing on the Immich Frame screen. I’ve double-checked that my OpenWeatherMap API key is correct.
Below is my Settings.yaml file, am I missing any required variables or configuration?
General:
WeatherApiKey: 'xxx'
WeatherLatLong: '40.730610,-73.935242'
ShowWeatherDescription: true
WeatherIconUrl: 'https://openweathermap.org/img/wn/500.png'
Accounts:
- ImmichServerUrl: http://192.168.0.2:2283
ApiKey: "xxx"
Reproduction
Info in Description
Expectations
No response
Configuration
Setting.yaml
General:
WeatherApiKey: 'xxx'
WeatherLatLong: '40.730610,-73.935242'
ShowWeatherDescription: true
WeatherIconUrl: 'https://openweathermap.org/img/wn/500.png'
Accounts:
- ImmichServerUrl: http://192.168.0.2:2283
ApiKey: "xxx"Logs
❯ docker logs -f immichframe
_ _ _ ______
(_) (_) | | | ___|
_ _ __ ___ _ __ ___ _ ___| |__ | |_ _ __ __ _ _ __ ___ ___
| | '_ ` _ \| '_ ` _ \| |/ __| '_ \| _| '__/ _` | '_ ` _ \ / _ \
| | | | | | | | | | | | | (__| | | | | | | | (_| | | | | | | __/
|_|_| |_| |_|_| |_| |_|_|\___|_| |_\_| |_| \__,_|_| |_| |_|\___| Version 1.0.30.0
LogLevel: Information
25-12-17 01:28:42 warn: Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository[50] Using an in-memory repository. Keys will not be persisted to storage.
25-12-17 01:28:42 warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[59] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
25-12-17 01:28:42 warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35] No XML encryptor configured. Key {f71f50cc-38b8-4b09-8164-ca8198d3d3db} may be persisted to storage in unencrypted form.
25-12-17 01:28:42 info: Microsoft.Hosting.Lifetime[14] Now listening on: http://[::]:8080
25-12-17 01:28:42 info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down.
25-12-17 01:28:42 info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production
25-12-17 01:28:42 info: Microsoft.Hosting.Lifetime[0] Content root path: /appPre-Submission Checklist
-
This is a bug report and not a feature request
-
I have provided all of the required information to reproduce the bug (config, logs, etc.)
-
I have checked for related issues and checked the documentation
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
