Hello,
Sorry for my english.
I’m using MagicMirror with different module. here my configuration :
{
module: “MMM-pages”,
disabled: false,
config: {
modules:
[[ ‘MMM-WunderGround’ ],
[ “calendar”, “calendar_monthly” ],
[ “MMM-GoogleMapsTraffic” , “MMM-MyCommute” ],
[ “MMM-iFrameReload” ]], // 3 webcam live on youtube
excludes: [ “clock” , “newsfeed” , “MMM-page-indicator” ],
rotationTime: 25000,
}
},
but i have some problems after time because MagicMirror stop to refresh (stop to a page). Maybe cause i have 3 webcam video to see. i changed memory GPU to 16 to allowed more place to video. It’s better but same problems after time.
So, i would like,with help, to see one video in page 4 (to reduce memory) and refresh iframe all 10 seconds. The module iFrame was better for my configuration but it doesn’t work.
I’m noob and it’s my first investigation with raspberry pi3.
Thanks for an idea to adapte my configuration or increase memory.
(and sorry for english) ;)