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-CalendarExt2 Example Request

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 1.0k 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.
    • R Offline
      reniwqwil5
      last edited by

      Hi,

      I find reading and understanding wiki’s quite difficult, my optimal way of learning how to set up and config something is by using it and by seeing other peoples configs. I like examples, don’t know why they just work for me.

      Could I ask you kind people to share your config (secrets removed) of MMM-CalendarExt2 and if possible a pic of how it looks I’d really appreciate the help.

      Many thanks,

      M R 2 Replies Last reply Reply Quote 0
      • M Offline
        MMRIZE @reniwqwil5
        last edited by MMRIZE

        @reniwqwil5

        1bf646b4-94ef-4359-93ee-482ea0695851-image.png

        {
          module: "MMM-CalendarExt2",
          config: {
            calendars: [
              {
                name: "Tottenham",
                url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics",
                icon: "emojione:chicken"
              },
              {
                name: "Leeds",
                url: "https://www.google.com/calendar/ical/h2suh4c1iqvktk4olmfqtth4lg%40group.calendar.google.com/public/basic.ics",
                icon: "emojione-v1:shield"
              }
            ],
            views: [
              {
                name: "UPCOMING_GAME",
                calendars: ["Tottenham", "Leeds"],
                mode: "upcoming",
                slotMaxHeight: "240px",
                position: "top_right",
              },
              {
                name: "MONTH",
                calendars: ["Tottenham", "Leeds"],
                mode: "month",
                slotMaxHeight: "75px",
                position: "bottom_bar"
              }
            ],
            scenes: [
              {
                name: "DEFAULT",
                views: ["UPCOMING_GAME", "MONTH"],
              }
            ]
          }
        },
        

        More config options and CSS customizing are needed to display pretty, but anyway, you can understand the basic concept.
        Calendars -> Views -> Secnes.

        I was the original author of this module, but I ran away from this module’s maintenance, sorry. (I had bad days personally at that period)
        I always thought this module has too much over-spec to use simply.
        Due to the dying of dependency - momentJS’, this module would be archived anyway in near future. I have no idea whether I make alternative or equivalent at this moment.

        1 Reply Last reply Reply Quote 0
        • R Offline
          reniwqwil5 @reniwqwil5
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 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