MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Corin Corvus
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Corin Corvus

    @Corin Corvus

    0
    Reputation
    34
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Hamburg

    Corin Corvus Unfollow Follow

    Latest posts made by Corin Corvus

    • RE: Problems with calender and Nextcloud

      Hey,

      3 month later and no solution?
      i tried with newest version. wget nextcloud_calender_url get the calender in special format. The Name is “7863TJr9N2JJRgfG?export” and not *.ics.

      i tried official documentation. Add i “auth” with copy and paste, i get a config error.

      in the newest build of Nextcloud i can copy a abo-link. i can download the “.ics” with this link without credentials.

      how i can use it for mm calender? its a puplic calender link now but i dont get any calender infos.

      my config:

      {
      	module: "calendar", 
      	header: "Kalender", // see help for more information
      	position: "top_left",
      	config: {
      		colored: true,
      		coloredSymbolOnly: false,
      		calendars: [
      				{
      				url: 'https://domain.tld/nextcloud/remote.php/dav/public-calendars/7812hello1232JJRgfG?export', 
      				symbol: 'calendar'
      				},
      			],
      	}
      },
      
      posted in Troubleshooting
      C
      Corin Corvus