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.

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

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 2 Posters 236 Views 2 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.
    • G Offline
      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 Offline
        sdetweil @gnurph69
        last edited by sdetweil

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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy