Page 13 of 23

Re: Dashticz - Module - Calendar

Posted: Monday 22 January 2018 20:27
by robgeerts
Sorry, I dont know what you mean?

Re: Dashticz - Module - Calendar

Posted: Tuesday 23 January 2018 22:45
by Luxtux
Hey,
Yesterday evening i pulled the latest beta from github and now my calendar stopped working. i first thought it might have been my ical file, so i copped the f1 ical mentioned 3 posts ago and i have the same issue.
I'm getting the following error from the console:

Code: Select all

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://dashticz.nl/ical/?time=1516743145156&url=https://www.formula1.com/sp/static/f1/2018/calendar/ical.ics. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
When I try the url i'm getting a 404 error page. issue on your server?

UPDATE:
I changed the url from dashticz.nl to the old one and it works... I think something is not quite right on dashticz.nl :)

Re: Dashticz - Module - Calendar

Posted: Monday 12 February 2018 21:06
by dens1975
Hi, I have a question about the Calendar showing a mulitple day event. If I have, for example an event started this Saturday and ending next sunday, it shows up in my view with the start date at the end of the week. Can this be changed?

Also when I click on a appointment it shows a blank screen in Firefox or 'this content can't be displayed in a frame' in Internet Explorer.

Any ideas?

Re: Dashticz - Module - Calendar

Posted: Friday 16 February 2018 12:10
by poudenes
Hi All,

Is the module full working now for iCalendar (Apple)? I want mod my config so i can put the module in the screen. But before i go change this wanna know if it is working now. :)

Re: Dashticz - Module - Calendar

Posted: Friday 16 February 2018 16:26
by htilburgs
poudenes wrote: Friday 16 February 2018 12:10 Hi All,

Is the module full working now for iCalendar (Apple)? I want mod my config so i can put the module in the screen. But before i go change this wanna know if it is working now. :)
I'm using 2 and have no issues with them

Code: Select all

var calendars = {}
calendars.f1 = {maxitems: 5, title:'', image:'', icalurl:'webcal://p28-calendars.icloud.com/published/xxxxxxx'}
calendars.prive = {maxitems: 5, title: '', image: '', icalurl:'webcal://p04-calendarws.icloud.com/ca/subscribe/1/xxxxxxx}

Re: Dashticz - Module - Calendar

Posted: Friday 16 February 2018 19:56
by poudenes
Thanks.

Then ill give it a try :)
htilburgs wrote: Friday 16 February 2018 16:26
poudenes wrote: Friday 16 February 2018 12:10 Hi All,

Is the module full working now for iCalendar (Apple)? I want mod my config so i can put the module in the screen. But before i go change this wanna know if it is working now. :)
I'm using 2 and have no issues with them

Code: Select all

var calendars = {}
calendars.f1 = {maxitems: 5, title:'', image:'', icalurl:'webcal://p28-calendars.icloud.com/published/xxxxxxx'}
calendars.prive = {maxitems: 5, title: '', image: '', icalurl:'webcal://p04-calendarws.icloud.com/ca/subscribe/1/xxxxxxx}

Re: Dashticz - Module - Calendar

Posted: Saturday 17 February 2018 10:50
by stuffer
Since yesterday my calanders (iCal) are not working anymore.

I have this in the config:

var calendars = {}
calendars.prive = {width:12, maxitems: 10, url: 'https://calendar.google.com/calendar/em ... /Amsterdam', icalurl: 'https://ca$
calendars.business = {width:12, maxitems: 4, icalurl: 'https://inzamelschema.rmn.nl/ical/0356200000014977' }


And this was working for a long time.

in the dashboard the module keeps saying: laden....... (loading)

With F12 I see that there is an request to:
Aanvraag-URL: https://wedevise.nl/dashticz/ical/?time ... 0000014977

Does someone know or the service is down? Or is changed?

Re: Dashticz - Module - Calendar

Posted: Saturday 17 February 2018 16:57
by dens1975
Same here, my google calendar isn’t loading either.

Loading....

Re: Dashticz - Module - Calendar

Posted: Saturday 17 February 2018 17:32
by toro
Yes, having the same problem.
2 days ago it was working fine.
Tried few different URL's for the ical (F1 and Google calendar) but it's not working anymore.

Edit: it's working in the beta-version

Re: Dashticz - Module - Calendar

Posted: Monday 19 February 2018 8:04
by Timmi1993
I can only agree with the previous speakers.
I have also tried different calendars.

I thought I made a mistake at first.
I installed dashticz, everything worked for a few hours and suddenly the calendar didn't work anymore. ^^

Re: Dashticz - Module - Calendar

Posted: Monday 19 February 2018 10:42
by Cletus
Hi,

I have the same issue, All went fine for a week or so, now the calendar is stuck on Loading...

Any idea?

Thanks!

Re: Dashticz - Module - Calendar

Posted: Monday 19 February 2018 14:20
by stuffer
@robgeerts

Do you know what is wrong and how to fix the calander issue?

I am running on a old version of dashticz at the moment but the newest version is having the same issue.

Re: Dashticz - Module - Calendar

Posted: Monday 19 February 2018 18:05
by geertvercamer
I think there's a problem with the service on wedevise.nl.
In calendar.js change line 57 (where the link to 'wedevise.nl' is) to this: curUrl = 'http://dashticz.nl/ical/?time=' + cache + '&url=' + curUrl;
Found this in the beta branch and this makes the calendar working again.

Re: Dashticz - Module - Calendar

Posted: Monday 19 February 2018 20:30
by Timmi1993
geertvercamer wrote: Monday 19 February 2018 18:05 I think there's a problem with the service on wedevise.nl.
In calendar.js change line 57 (where the link to 'wedevise.nl' is) to this: curUrl = 'http://dashticz.nl/ical/?time=' + cache + '&url=' + curUrl;
Found this in the beta branch and this makes the calendar working again.
Hi geertvercamer,

I'm already using this variant of the code, but it still doesn't work for me. :cry:

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 10:04
by Cletus
Changed that line in the JS but did not work unfortunately :(

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 10:20
by Cletus
Update: changed using the Beta branch completely. Did not work either.

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 10:36
by DewGew
I'm running latest beta and calender works with my Google Calender.

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 10:37
by DewGew
Cletus wrote: Tuesday 20 February 2018 10:20 Update: changed using the Beta branch completely. Did not work either.
Any Errors in console (F12) ?

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 11:05
by Cletus
Interesting:

Image

Re: Dashticz - Module - Calendar

Posted: Tuesday 20 February 2018 11:41
by DewGew
Cletus wrote: Tuesday 20 February 2018 11:05 Interesting:

Image
Seems like a security problem? Do get same error when you connect to dashticz localy and externaly?

EDIT: It's a security problem, I got this error when I connect over https:// to domoticz webserver externally. It works over http:// or if I use an other webserver (I have nginx).