MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-CalendarExt2 Example Request

    Troubleshooting
    2
    3
    255
    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
      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
        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
          reniwqwil5 @reniwqwil5 last edited by

          This post is deleted!
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy