Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Calendar module works on one Mirror...but not another?

    Troubleshooting
    2
    2
    47
    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.
    • G
      gnurph69 last edited by

      I’ve got 2 mirrors going - and I can’t get one of them to correctly retrieve an ICS calendar. When I did a git pull on the one that isn’t working, I got an error indicating I needed to commit my changes or stash them, blah blah - on a package lock file. That’s the only difference I can see; the ICS URL is identical (cut and pasted) and when I keep the calendar module active in the config file, it doesn’t start the mirror properly. If I remark it out - the mirror starts, but, obviously, no calendar.

      I then stripped every parameter I could come up with to see if something was hosing it, and my config.js now shows (slightly modified the ICS for security)…and it still won’t load. I’m wondering if the problem is a file (or more than one) that didn’t get updated?

      	{
      		module: "calendar",
      		position: "top_left",
      		config: {
      			calendars: 
      				[
      					{
      					url: "https://hcpss.instructure.com/feeds/calendars/user_ddwOXFvYDYlx1disrEI08vTxnfn.ics",
      					},
                   			],
      		        }
      	},
      

      Any ideas?

      Also - second mirror is for my kid - and I’m using the newsfeed to get a kids joke of the day from https://www.jokesbykids.com/science/space/index.xml, but … I can’t get it to show the punch line! 😞 Alternatives?

      Thanks!

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @gnurph69 last edited by sdetweil

        @gnurph69 erase the lock file and
        then
        git pull && npm install
        again

        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