• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Problem with MMM-CalendarEXT

Scheduled Pinned Locked Moved Unsolved Troubleshooting
13 Posts 4 Posters 4.1k 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.
  • ? Offline
    A Former User @daniellang
    last edited by A Former User Sep 26, 2018, 5:42 PM Sep 26, 2018, 5:39 PM

    @daniellang
    Because your quoted configuration looks not complete, I cannot assure. But the error message says there is some syntax error in your configuration. Many cases are misspellings, missing some marks(,, {, }, [, ], ", ', etc…).
    Anyway I’ve found something.

    name: “deutschland”,
    

    “ is not proper double-quotation mark for javascript. Instead, you should use ".
    So, it should be like this;

    name: "deutschland",
    

    You could remove and re-insert sections one-by-one to check which section has a problem.

    D 1 Reply Last reply Sep 26, 2018, 5:46 PM Reply Quote 0
    • D Offline
      daniellang @Guest
      last edited by Sep 26, 2018, 5:46 PM

      @sean cant find the wrong marks…

      ? 1 Reply Last reply Sep 26, 2018, 5:49 PM Reply Quote 0
      • ? Offline
        A Former User @daniellang
        last edited by A Former User Sep 26, 2018, 5:50 PM Sep 26, 2018, 5:49 PM

        @daniellang

        {
              //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*5,
                },
                calendars :[
                  {
                    name: "deutschland",
                    symbol: "calendar-o",
                    styleName: "style1",
                    url: "http://www.kayaposoft.com/enrico/ics/v1.0?country=deu&fromDate=01-01-2017&toDate=31-12-2017&region=Hesse"
                  },
                ],
              }
            },
        

        I think you just copied my configuration sample. It has no bugs. try it again.
        (Anyway, that sample is out-of-date, so there is no event to display at this moment.)

        1 Reply Last reply Reply Quote 0
        • D Offline
          daniellang
          last edited by Sep 26, 2018, 5:57 PM

          no errors now…but the screen stay black…@sean sorry for disturbing…

          1 Reply Last reply Reply Quote 0
          • D Offline
            daniellang
            last edited by Sep 26, 2018, 5:59 PM

            sag bist du deutscher? llooollll

            ? 1 Reply Last reply Sep 26, 2018, 6:05 PM Reply Quote 0
            • ? Offline
              A Former User @daniellang
              last edited by Sep 26, 2018, 6:05 PM

              @daniellang
              Leider meine Deutsche ist nicht so gut. :(

              That iCal url of above sample is out-of-date.
              Try another URL(webcal://www.google.com/calendar/ical/spielplan.1.bundesliga%40gmail.com/public/basic.ics) or yours.

              1 Reply Last reply Reply Quote 0
              • D Offline
                daniellang
                last edited by Sep 26, 2018, 6:11 PM

                @sean said in Problem with MMM-CalendarEXT:

                www.google.com/calendar/ical/spielplan.1.bundesliga%40gmail.com/public/basic.ics

                THANK YOU…it worked… now i have do work at the google calender… thx Sean!!

                1 Reply Last reply Reply Quote 0
                • C Offline
                  chrixbrown
                  last edited by Jul 16, 2021, 10:31 PM

                  I have the problem with this module but accessing the mirror gives me an error, how can I fix it?

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    DJBOOB66
                    last edited by Jul 16, 2021, 10:39 PM

                    Need to know what error??

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 1 / 2
                    • 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