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.

    Calendar, MMM-CalendarExt3, and MMM-Carousel

    Scheduled Pinned Locked Moved Solved Troubleshooting
    7 Posts 4 Posters 724 Views 4 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.
    • J Offline
      jubbles @dennisrosenbaum
      last edited by

      @dennisrosenbaum I have the config scrubbed of personal info. Do I need to zip the config file before I upload it? It’s telling me invalid file format when I attempt to upload the .js file for the config. Apologies for the ignorance, first time posting and uploading.

      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @jubbles
        last edited by

        @jubbles ugly, but you can paste it here
        use a code block

        paste text, blank line above and below
        select text pasted
        hit the button </>

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @jubbles
          last edited by

          @jubbles i posted a reply on discord

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @sdetweil
            last edited by sdetweil

            @MMRIZE

            i setup three ext3 instances with mmm-pages, with the proper filter to get events only for each configured month

            it did take setting the reference date for each, which exposes a problem.

            when this month ends the reference dates will be wrong on all three instances , as its set in config.js

            ill post an issue with the configs

            edit: this last part is my fault… I accidentally deleted the ‘return true’ after the test…
            also i do notice w the ref date for today it shows labor day from the past, if i set the ref date to sept 1
            it does not. is this because labor day is in the past events list?, not future from sept 1

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • M Offline
              MMRIZE @jubbles
              last edited by

              @jubbles
              To show 3 sequenced month-instances of the CX3 modules;

              {
              	module: "calendar",
              	header: "US Holidays",
              	position: "top_left",
              	config: {
              		maximumEntries: 100,
              		maximumNumberOfDays: 365,
              		calendars: [
              			{
              				symbol: "calendar-check",
              				url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
              			}
              		]
              	}
              },		
              {
              	module: "MMM-CalendarExt3",
              	position: "bottom_bar",
              	config: {
              		instanceId: "THISMONTH",
              		mode: "month",
              	}
              },
              {
              	module: "MMM-CalendarExt3",
              	position: "bottom_bar",
              	config: {
              		instanceId: "NEXTMONTH",
              		mode: "month",
              		monthIndex: 1,
              	}
              },
              {
              	module: "MMM-CalendarExt3",
              	position: "bottom_bar",
              	config: {
              		instanceId: "NEXTNEXTMONTH",
              		mode: "month",
              		monthIndex: 2,
              	}
              },
              

              I don’t use MMM-Carousel, so get a help from others.

              1 Reply Last reply Reply Quote 1
              • S sdetweil has marked this topic as solved on
              • 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