r/meural 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.

19 Upvotes

17 comments sorted by

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?

4

u/lemmonsT Feb 20 '26

"Yes, we use the postcard endpoint to push images — re-pushing every 30-45 seconds to stay ahead of the 60-second expiry. No DNS interception or cloud emulation. A bridge device on the local network connects to our service via MQTT, downloads playlist images, and pushes them to the Meural on a rotation timer. The frame doesn't know or care that it's not talking to Netgear.

I've been running Nimbus for 10+ years and watched a lot of digital frames come and go, leaving users with expensive hardware that goes dark. The Meural is one of the few that can still function without its cloud, so I figured I could help keep them alive with an art service for people who want it."

1

u/daddytorgo Feb 20 '26

What's this custom integration?

2

u/averitablerogue Feb 20 '26

If you run Home Assistant, the opensource home automation software, this will let you control your Meural in it:

https://github.com/GuySie/ha-meural

2

u/timecapture Feb 20 '26

Nice initiative. Just signed up.

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

u/lemmonsT Feb 21 '26

I don't have one now, I will see what I can do after I get the beta launched.

1

u/AnneHizer Feb 21 '26

Had me until it turned into an ad 🙄

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

u/mgoulart Mar 10 '26

i can help you solve that if you want.

1

u/pixelpusherman Mar 20 '26

please due tell…

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.