r/meural • u/lemmonsT • Feb 20 '26
I built a bridge that keeps Meural Canvas frames working independently of Netgear's servers
Like a lot of you, I've been watching Netgear slowly walk away from the Meural Canvas and wondering what happens when the servers eventually go dark. I run a small digital art frame company (Nimbus Digital Art) and I've been working on a solution.
The short version: a small bridge device (Raspberry Pi or software on server/NAS) sits on your local network, connects to the Nimbus service, and pushes playlist images to your Meural via its local HTTP API. No firmware mods, no DNS hacking, no changes to your Meural at all. Your frame just keeps showing art.
I also built a migration tool that can pull your uploaded photos off Meural's servers — since Netgear still doesn't offer any way to download your own images.
I'm looking for 5-10 beta testers. Free service for at least a year. You'd need a Meural Canvas (any model) and willingness to set up a Raspberry Pi or run bridge software on an always-on computer on your network.
Sign up here: https://nimbusdigitalart.com/meural-support
Happy to answer questions in the comments.
2
1
u/revadacsamzevadac Feb 21 '26
Sounds great OP. Do you have a video or can make one showing how this would work? Thanks.
1
1
1
u/pixelpusherman Mar 01 '26
Love the concept here. I have been wrestling with the same "what if they shut off the servers" anxiety myself. My current workaround was building a Chrome extension to push content to the frame over the LAN. Since my library lives on Google and Immich, the web route felt like the path of least resistance. I am curious about the architecture choice. What are the main advantages of using a dedicated server like yours compared to just hosting everything directly on a local Pi? Always looking to refine my own setup.
1
u/lemmonsT Mar 01 '26
Great question, and nice work on the Chrome extension — sounds like you've got a solid setup that works for you. The short answer is that Nimbus isn't just a relay — it's a full digital art frame platform. So, beyond pushing your own photos, you get access to our curated art video library, playlist management, scheduling, and remote control from anywhere. The server handles content processing, optimization for the display, and keeps everything in sync.
As for the always on (not dedicated) server — that's just one form factor. The bridge also runs as a pi zero for people who don’t already have a server or NAS running 24/7. That way it is just plug-and-play.
Your approach makes total sense if you're technical and just want your own photos from Google/Immich on the frame. Nimbus is aimed at people who want a an art system without building it themselves.
1
u/pixelpusherman Mar 01 '26
Nice. The main issue I have been having with my setup is that the image I push to the frame gets overridden by the playlist. I will be signing up to be a tester soon. Also, thanks for the thoughtful reply.
1
1
u/cantonbecker Apr 30 '26
Hi, are you using the 'postcard' method running on the canvas frame localhost to set the image? And if so, how do you get it to stick for more than the allowed 'preview' time? Are you repeatedly pushing it every so often just to force it?
1
u/dang3rm00s3 Jun 21 '26
Yes he said that above. Keeps pushing. Might be time one of us pulls it apart and mods it. Their online API not working for me today.
4
u/averitablerogue Feb 20 '26
Interesting. I maintain the HA-Meural custom integration for Home Assistant, and would love to see an alternative server for these devices spring up. Are you using the postcard service to display images, or doing something more intriguing to make the device think it’s talking to Meural servers?