this post was submitted on 12 Jun 2024
168 points (96.7% liked)

Selfhosted

38746 readers
1137 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] walden@sub.wetshaving.social 37 points 2 months ago (1 children)

Immich is the only thing I run where I check the change log before doing any sort of update. It's worth it, though. Great software.

This update broke my janky little raspberry pi "photo frame" which uses MagicMirror and a plugin. I probably just need to rename a port in the plugin or something (or wait for an update).

[–] uninvitedguest@lemmy.ca 3 points 2 months ago (1 children)

Would love to hear more about your setup. This is something I wanted to explore at some point.

[–] walden@sub.wetshaving.social 3 points 2 months ago* (last edited 2 months ago) (1 children)

I installed MagicMirror onto a Raspberry Pi using a pre-made Magic Mirror OS image (can't remember where I got that, but I think it's relatively "official", so maybe their website? It comes ready to go with Docker and everything you need set up.

Then I installed this https://github.com/pelaxa/MMM-ImmichSlideShow and configured it.

~~I actually found some additional configuration options by going back in the chain to the project it's based on (linked at the top of the readme). Their documentation included some additional stuff that actually works with MMM-ImmichSlideShow.~~ Edit: Looking at my config again, and all the stuff is in the MM-ImmichSlideShow documentation now. Maybe they updated it.

Then I hooked up an old monitor, put it in vertical mode, and that's it.

It was actually kind of difficult to figure out how to get the display to work in vertical mode. A lot of old forum posts are the "old" way of doing it. I ended up making a cronjob that runs 60 seconds after boot and runs some command that rotates the display. ~~I'll dig it up if you need me to, but since MMM-ImmichSlideShow is still broken it's not turned on right now so I can't check it.~~ Here's the line from my crontab to rotate the display: @reboot sleep 60 && DISPLAY=:0 xrandr --output HDMI-1 --rotate right

[–] uninvitedguest@lemmy.ca 2 points 2 months ago

Hugely appreciate this, thank you! I have a portable monitor this would be brilliant on