Skip to content
Discussion options

You must be logged in to vote

Not via a built in setting, but you should be able to do this using custom CSS:
.weather-location {
display: none;
}
or:
.weather-location {
display: none !important;
}
or:
#clockweather .weather-location {
display: none;
}
Try them in that order.
See here:
https://immichframe.online/docs/getting-started/configuration#custom-css

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@corautem
Comment options

Answer selected by corautem
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants