@vvrangler
Hi,
you could use my MMM-EmbedURL module for this purpose.
Simply set the embedElementType to img like in the following example:
{
module: "MMM-EmbedURL",
position: "top_center",
header: "Embed-URL",
config: {
embedElementType: "img",
updateInterval: 10,
attributes: [
"frameborder=0",
],
embed: [
"http://SOME_SERVER/SOME_SVG.svg",
]
},
},
You can change the updateInterval to your needs.