gonzonia
gonzonia
I'm having the same issue.
So, I think I got it working (or at least loading, haven't tested my buttons yet). I removed the MMM-Buttons directory. Reinstalled. When I did the initial install I ran...
No. I'm running on a pi 4
I'm having the same issue.
I'm actually trying to figure it out now. The problem happens when you convert item.due.date returns 2020-03-23 but dueDateTime returns Sun Mar 22 2020 20:00:00 GMT-0400 (EDT) dueDateTime is the...
No, it's still going on. I go in and add a + 1 to the diffDays calculation everytime there's a new update to the module. It's a minor tweak and...
In MMM-Todoist.js I changes line 457 to `var diffDays = Math.floor((dueDate - today + 7200000) / (oneDay))+1;`
I changed the ports in the compose to 8080:80. That allowed to connect to the document server in the settings but then when I go to edit a file I...
Yes. I get "true" Edited to add: Only over http, not https
I don't know. I'm very new to Docker and Nextcloud. Right now I've got it all working, I'm not sure how that might break things or what it would take...