#Matrix Portal Album Art

1 messages · Page 1 of 1 (latest)

spice jungle
#

When I try to run this example It get a Read-only filesystem error

upper panther
#

And I use AdafruitIO for MQTT, made it easy (I use to run my own MQTT broker, but that was a pain)

spice jungle
#

I will most likely use the media player integration in home assistant to fetch the image from there over its api. I already have a broker setup there, so Im not sure which method I will use for getting the image just yet.

spice jungle
upper panther
#

I do this, which I believe is not recommended:

#
import time
import storage

print("**************** WARNING ******************")
print("Using the filesystem as a write-able cache!")
print("This is risky behavior, backup your files!")
print("**************** WARNING ******************")

storage.remount("/", disable_concurrent_write_protection=True)
time.sleep(5)