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 - cannot get it to have an effect

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 574 Views
    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.
    • A Offline
      alang
      last edited by alang

      I cannot get MMM-Carousel to have any affect. I can modify the config.js to add, move, and delete modules, but have not been able to ge MMM-Carousel to have any effect at all. Here’s a simplified config.js I’m using while I debug – I’m sure the problem is obvious, but I just can’t see it yet.

      var config = {
      port:8080,
      address:"0.0.0.0",
      ipWhitelist:[],
      language:"en",
      timeFormat:12,
      units:"imperial",
      
      modules:[{
        module:'MMM-Carousel',
        config:{
          transitionInterval:3000,
          ignoreModules:[],
        mode:'global'}
          }
         ,
         {
        module:"clock",
      position:"top_left"}
         ,
         {
        module:"calendar",
        header:"US Holidays",
        position:"top_left",
        config:{
          calendars:[{
            symbol:"calendar-check-o ",
          url:"webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"}
           ]
           }
          }
         ,
         {
        module:"newsfeed",
        position:"bottom_center",
        config:{
          feeds:[{
            title:"New York Times",
            url:"http://feeds.nytimes.com/nyt/rss/Technology.xml",
            url:"https://www.nytimes.com/services/xml/rss/nyt/PersonalTech.xml",
             }
           ],
          showSourceTitle:true,
        showPublishDate:true}
          }
         ,
         {
        module:"compliments",
      position:"bottom_center"}
         ,
        ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {
        module.exports = config;
      }
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        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