A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MyStanding not updating within MMM-Carousel
-
@khrusher can you show the config of the two modules?
what is the carousel rotation rate?the standings default is 1 minute for multiple teams…
-
sure…
{ "module": "MMM-Carousel", "position":"bottom_bar", "showPageIndicators":true, "config": { "transitionInterval": 20000, "mode": "positional", "bottom_left": { "enabled": true, "ignoreModules": [] } } }, { module: "MMM-MyScoreboard", position: "bottom_left", classes: "default everyone", config: { showLeagueSeparators: true, colored: true, viewStyle: "smallLogos", rolloverHours: 11, teams: ["BOS"], sports: [ { league: "NHL", }, { league: "MLB", teams: ["BOS"] }, { league: "NFL", teams: ["NE"] } ] } }, { "module":"MMM-MyStandings", "position":"bottom_left", "config":{ "rotateInterval":2 * 60 * 1000, "sports":[ { "league":"MLB", "groups":[ "American League East" ] }, { "league":"NFL", "groups":[ "ACF East" ] } ] } },
-
@khrusher so carousel rotates every 20 (20*1000 milliseconds) seconds, and standings rotates every 2 minutes (2*60*1000)
Standings does not provide the suspend/resume methods, so it doesn’t know when its hidden or visible.
so it will keep rotating while hidden -
is this breaking the update notification? is there something I can do? Or is the lack of suspend/resume methods ultimately a show stopper here for now?
-
@khrusher I don’t know the effect. but given how fast you are cycling with carousel, I don’t think it should matter