• 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.

Problems with calender and Nextcloud

Scheduled Pinned Locked Moved Unsolved Troubleshooting
44 Posts 6 Posters 15.6k Views 6 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.
  • S Offline
    sdetweil @Pakmann
    last edited by Nov 22, 2019, 12:57 PM

    @Pakmann I got no clue… we are using the latest request module (2.88.0)

    it does say special parms required for SSL 3 (and there is currently no way to pass something like this into be used)

    https://www.npmjs.com/package/request#tlsssl-protocol

    I do see in the calendar code, setup for the request id info

    	"User-Agent": "Mozilla/5.0 (Node.js "+ nodeVersion + ")
    

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • C Offline
      Corin Corvus
      last edited by Jan 28, 2020, 11:28 PM

      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'
      				},
      			],
      	}
      },
      
      S 1 Reply Last reply Jan 28, 2020, 11:49 PM Reply Quote 0
      • S Offline
        sdetweil @Corin Corvus
        last edited by Jan 28, 2020, 11:49 PM

        @Corin-Corvus said in Problems with calender and Nextcloud:

        https://domain.tld/nextcloud/remote.php/dav/public-calendars/7812hello1232JJRgfG?export

        that url doesn’t work here… domain.tld not found

        3 month later and no solution?

        no one interested in looking at the code to fix it… this is all volunteer…

        if u have the ics file,
        copy the ics file into the default calendar folder
        the url would then be
        file:///home/pi/MagicMirror/modules/default/calendar/???.ics

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • J Offline
          jacktar
          last edited by Feb 23, 2021, 9:17 PM

          Ok, I realise it’s been a while but, for the sake of other who might hit this problem (or one like it), us Nextcloud users are generally using it because we’re security-conscious and like to keep our data private.
          If you’re like me, you might have enabled 2FA which means if you enter your ‘usual’ password in your config file, you can’t then enter your second authentication method.
          If this is the case, you’ll need to create a ‘one-time’ password in Nextcloud and use this instead of your ‘normal’ password. Get one by going to Nextcloud settings, Security and scroll to bottom. Hit ‘Create new app password’ and copy to the URL in the config.

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