Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Very very Newbie needs help #79

@vxgsiturbo

Description

@vxgsiturbo

I think your module is great and have managed to get it working using the slightly complexed but easy version. i have one calendar working but can not get a second one added here is my code from my config.js file i would be greatful of you could help thanks

i have ** out my personal details

//disabled:true,
      module: 'MMM-CalendarExt',
      position: "top_center",
      config: {
        system: {
          show: ["daily", "upcoming"],
          locale: 'en',
          redrawInterval:60000,
        },
        views: {
          daily: {
            position:'bottom_bar',
            counts:7,
          },
          upcoming: {
            position:'top_left',
            limit:5
          },
        },
        defaultCalendar: {
          maxEntries:50,
          maxDays:180,
          interval: 1000*60*1,
        },
        calendars :[
          {
            name: "Calendar",
            symbol: "calendar-o",
            url: "https://calendar.google.com/calendar/ical/***************/public/basic.ics"
          
},
        ],
      }
    },
{

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions