Hey @MaxPower – Any browser can have a black background (body {background: rgb(0,0,0);}}
). However, MM also uses electron
to avoid chrome (i.e. browser menus and controls). I recommend considering iframe
or specialized modules (e.g. MMM-EmbedYouTube
, MMM-YouTube-API
) to integrate video streaming into your mirror. Finally, to display other data, you can those modules to display other data or even use the other modules (e.g. MMM-HTTPRequestDisplay
, MMM-json-feed
) or even building your own.
Using a separate browser isn’t wrong, it’s just difficult to configure and maintain. Setting up to boot into the identical config is more difficult if you have multiple apps running in different orders, etc. You can re-open everything after each boot, but it can become extremely tiresome (after a power outage, replacing components, updating software, etc) to always rearrange everything. YMMV.