• 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
  1. Home
  2. david_jonesy
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
D
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 3
  • Groups 0

david_jonesy

@david_jonesy

0
Reputation
1
Profile views
3
Posts
0
Followers
0
Following
Joined Jul 19, 2022, 1:45 PM
Last Online Feb 3, 2024, 9:08 PM

david_jonesy Unfollow Follow

Latest posts made by david_jonesy

  • RE: Default Modules

    @KirAsh4 looks like latest calendar build has an issue with “broadcastPastEvents”

    If I set it to true, it will not display any events. Calendar only works if set to false.

    posted in Modules
    D
    david_jonesy
    Jul 19, 2022, 6:13 PM
  • RE: Calendar module just stopped working

    I solved this by going 1 line at a time. This // fixed my issue.

    //		broadcastPastEvents: true,
    
    posted in Troubleshooting
    D
    david_jonesy
    Jul 19, 2022, 5:18 PM
  • Calendar module just stopped working

    I did an upgrade on MM to the latest version 2.22.0
    After reboot, calendar no longer was displaying.
    I have since made sure npm,node and electron are updated. I moved my MM directory and did a fresh install, restored the config.js file and still no go. Everything else on the system displays. I have tried different calendar links even, both public and private. I see in the log it gets the data:

    [19.07.2022 09:37.58.217] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-5a102537c39f35/basic.ics - Interval: 600000
    [19.07.2022 09:37.58.662] [INFO]  Checking git for module: MMM-MonthlyCalendar
    [19.07.2022 09:37.58.699] [INFO]  Checking git for module: MMM-OpenWeatherForecast
    [19.07.2022 09:37.58.739] [INFO]  Checking git for module: default
    [19.07.2022 09:38.00.886] [INFO]  Calendar-Fetcher: Broadcasting 10 events.
    [19.07.2022 09:38.10.776] [INFO]  Calendar-Fetcher: Broadcasting 10 events.
    

    Here is my config section, I did obfuscate the links:

    {
          module: 'MMM-MonthlyCalendar',
          position: 'bottom_bar',
          config: {
            mode: 'fourWeeks'
          }
        },
        {
          module: 'calendar',
          header: 'Agenda',
          position: 'top_left',
          config: {
            fade: false,
            colored: true,
            wrapevents: true,
                    maximumEntries: 10,
                    broadcastPastEvents: true,
            maxTitleLength: 35,
                    sliceMultiDayEvents: true,
                    fetchInterval: 600000,
            calendars: [
              {
                symbol: 'chevron-circle-right',
                color: '#4285f4',
                url: 'https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-655602d48f444d95a102537c39f35/basic.ics'
              },
              {
                symbol: 'football-ball',
                            color: '#009688',
                url: 'https://calendar.google.com/calendar/ical/NONE%40gmail.com/private-9555cf33931a454fa/basic.ics'
              }
            ]
          }
        },                  
    

    After about 3 hours, I decided I would try reaching out to you experts. Cheers

    posted in Troubleshooting
    D
    david_jonesy
    Jul 19, 2022, 2:03 PM
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