• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Carousel - displaying multiple modules at one time.

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 2 Posters 1.4k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    BKeyport Module Developer
    last edited by Nov 25, 2018, 10:33 AM

    I’m having a bit of trouble with MMM-Carousel…

    Using it with the following config - MMM-MyScoreboard is my (slightly) modified fork of the main app. It’ll randomly display several of the modules at one time (be it MMM-NFL and a few of the MMM-MyScoreboard modules, or just a bunch of the MMM-MyScoreboard copies).

    Any clue what’s going on, and how to fix? (Only relevant sections of config shown)

    	// top_center (This section is managed by MMM-Carousel)
    	{
    		module: "MMM-NFL",
    		position: "top_center",
    		config: {
    			colored: true,
    			reloadInterval: 60000,
    			helmets: true,
    		}
    	},
    	{
    		module: "MMM-MyScoreboard",
    		position: "top_center",
    		header: "National Hockey League",
    		config: {
    			viewStyle: "oneLine",
    			sports: [
    					{
    						league: "NHL"  // No preferred team (yet)
    					},
    			],
    			rolloverHours: 10,
    			showLeagueSeparators: false,
    			showNoSportsText: true,
    			shadeRows: true
    		}
    	},
    	{
    		module: "MMM-MyScoreboard",
    		position: "top_center",
    		header: "Major League Baseball",
    		config: {
    			viewStyle: "oneLine",
    			sports: [
    					{
    						league: "MLB",
    						teams: "SF",
    						groups: "AL West",
    					},
    					{
    						league: "MLS",
    						teams: "SEA",
    					},
    			],
    			rolloverHours: 10,
    			showLeagueSeparators: false,
    			showNoSportsText: true,
    			shadeRows: true
    		}
    	},
    	{
    		module: "MMM-MyScoreboard",
    		position: "top_center",
    		header: "Pac-12 Football",
    		config: {
    			viewStyle: "oneLine",
    			sports: [
    					{
    						league: "NCAAF",
    						teams: ["ARIZ", "ASU", "CAL", "COLO", "ORE", "ORST", "STAN", "UCLA", "USC", "UTAH", "WASH", "WSU"], // "Pac-12" group doesn't work
    					}
    			],
    			rolloverHours: 10,
    			showLeagueSeparators: false,
    			showNoSportsText: true,
    			shadeRows: true
    		}
    	},
    	{
    		module: "MMM-MyScoreboard",
    		position: "top_center",
    		header: "NCAA Football Top 25",
    		config: {
    			viewStyle: "oneLine",
    			sports: [
    					{
    						league: "NCAAF",
    						teams: ["@T25"],
    					}
    			],
    			rolloverHours: 10,
    			showLeagueSeparators: false,
    			showNoSportsText: true,
    			shadeRows: true
    		}
    	},
    
    //hidden modules 
    	{
    		module: "MMM-Carousel",
    		config: {
    			transitionInterval: 20000,
    			showPageIndicators: false,
    			showPageControls: false,
    			mode: "positional",
    			top_center: {
    				enabled: true,
    				ignoreModules: [],
    				},
    		},
    	},
    

    The "E" in "Javascript" stands for "Easy"

    ? 1 Reply Last reply Nov 25, 2018, 10:51 AM Reply Quote 0
    • ? Offline
      A Former User @BKeyport
      last edited by Nov 25, 2018, 10:51 AM

      @bkeyport
      I think that module allows only one instance.

      1 Reply Last reply Reply Quote 0
      • B Offline
        BKeyport Module Developer
        last edited by BKeyport Nov 25, 2018, 2:34 PM Nov 25, 2018, 11:18 AM

        Not entirely sure I understand - the copies/instances work, and they normally display independently of each other, just every once in a while, the carousel show multiple copies at once.

        That being said, it will occur with any module being handled by the MMM-Carousel module. Most frequent problem is two different modules showing at the same time. (MMM-NFL and the first copy of MMM-MyScoreboard)

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • B Offline
          BKeyport Module Developer
          last edited by Nov 28, 2018, 10:08 AM

          So, it does the same thing now with my other magic mirror install.

          The other unit is on a 7" touchscreen, I have it alternating between the Weather module and the Weather Forcast module.

          The "E" in "Javascript" stands for "Easy"

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy