Read the statement by Michael Teeuw here.
MMM-Embed URL centered on fullscreen_above?
-
@sdetweil I’m using full screen above for a “zoomed in” view of a camera. Naturally, MMM-EmbedURL is taking the entire screen as it should, except the embedded content is 4:3 and the screen is 16:9
I want the embedded content to be centered horizontally, and can’t figure a way to do that. the content is correctly taking 100% of top to bottom.
-
@BKeyport I’d ask Tom via an issue on the module GitHub
-
-
@wishmaster270 I think the requirements are here
https://forum.magicmirror.builders/post/130079
Don’t know config
-
Config stub:
{ module: "MMM-EmbedURL", position: "fullscreen_above", classes: "camera1", config: { updateInterval: 0, animationSpeed: 0, appendTimestamp: false, attibutes: [], embed: [ "http://192.168.0.7/picture/1/frame/" ], }, },
The camera stream should be centered left/right. The camera feed is 4x3. (scaled from 640x480 due to how I have to get the feed at this time) and will always stretch the vertical to 100%
(note: screenshot isn’t actual screen resolution)
