Re: Dashticz - Module - Calendar
Posted: Thursday 01 March 2018 15:06
Excelent, that change fixed it for me! Thanks!
Hey,RiHa wrote: ↑Sunday 11 March 2018 20:20 Hey guys,
I still have the problem that the calendar block in dashticz keeps saying 'loading' and doesn't give my calendar appointments. But when I paste the private Ical url in my browser, the browser starts downloading the Ical information. Can anyone explain how I can add axel2906's workaround to the CONFIG.js?
Code: Select all
var cache = new Date().getTime();
curUrl = http://dashticz.nl/ical/?time=' + cache + '&url=' + curUrl;
moment.locale(settings['calendarlanguage']);
$.getJSON(curUrl,function(data,textstatus,jqXHR){
Code: Select all
'https://cors-anywhere.herokuapp.com/
Oh thanks for the quick response.axel2906 wrote:Hey,RiHa wrote: ↑Sunday 11 March 2018 20:20 Hey guys,
I still have the problem that the calendar block in dashticz keeps saying 'loading' and doesn't give my calendar appointments. But when I paste the private Ical url in my browser, the browser starts downloading the Ical information. Can anyone explain how I can add axel2906's workaround to the CONFIG.js?
the changes must be made in CALENDAR.js not in config.js. Find this line in calendar.js (dashticz_v2/js folder) line 56
and addCode: Select all
var cache = new Date().getTime(); curUrl = http://dashticz.nl/ical/?time=' + cache + '&url=' + curUrl; moment.locale(settings['calendarlanguage']); $.getJSON(curUrl,function(data,textstatus,jqXHR){
before http://dashticz.nlCode: Select all
'https://cors-anywhere.herokuapp.com/
One solution is to run your own crossorgin server. see wiki https://www.domoticz.com/wiki/Dashticz_ ... sers.21.29Amsterdam020 wrote: ↑Monday 12 March 2018 22:54 If you use the code then herokuapp.com gets your full agenda. For private agendas i would be very reluctant to use this solution. Dont you value your privacy?
Is there a solution that does not require a third party?
Code: Select all
calendars.F1 = {maxitems: 1, icalurl: 'https://calendar.google.com/calendar/ical/8apmubhi25j8vfcqqbfralm54oj8ddb1%40import.calendar.google.com/public/basic.ics' }
Zoiets ? :Derik wrote: ↑Friday 25 May 2018 17:21 mm does anyone have a working ical for the F1..
I do have :Code: Select all
calendars.F1 = {maxitems: 1, icalurl: 'https://calendar.google.com/calendar/ical/8apmubhi25j8vfcqqbfralm54oj8ddb1%40import.calendar.google.com/public/basic.ics' }
Only this is not working any more i see:-(
Code: Select all
calendars.formule1 = { maxitems: 15, icalurl: 'https://www.formula1.com/sp/static/f1/2018/calendar/ical.ics' }
Code: Select all
var _ICALENDAR_DATEFORMAT = 'dddd DD MMMM YYYY HH:mm';
var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc.
var calendars = {}
calendars.een = { maxitems: 3, title:'Agenda een', icon:'fa-calendar', icalurl: 'https://p49-calendars.icloud.com/published/2/vjbladiebladieI' }
calendars.twee = { maxitems: 3, title:'Agenda twee', icon:'fa-calendar', icalurl: 'https://p49-calendars.icloud.com/published/2/hkmjadajada' }
calendars.combined = {}
calendars.combined.maxitems = 5;
calendars.combined.calendars = [
{ color:'white',calendar:calendars.een },
{ color:'pink',calendar:calendars.twee }
]
calendars.combined.url = 'https://calendar.google.com/calendar';
Code: Select all
columns[2] = {}
columns[2]['width'] = 5;
columns[2]['blocks'] = ['garbage',calendars.combined,tvguide.dutch]
Code: Select all
var calendars = {}
calendars.trash = { maxitems: 5, icalurl: 'https://calendar.google.com/calendar/ical/8r0tm9d1kkm34bfdemq1dg53h53h1tco%40import.calendar.google.com/public/basic.ics'}
EdwinH wrote: ↑Thursday 21 June 2018 9:57Zoiets ? :Derik wrote: ↑Friday 25 May 2018 17:21 mm does anyone have a working ical for the F1..
I do have :Code: Select all
calendars.F1 = {maxitems: 1, icalurl: 'https://calendar.google.com/calendar/ical/8apmubhi25j8vfcqqbfralm54oj8ddb1%40import.calendar.google.com/public/basic.ics' }
Only this is not working any more i see:-(Werkt als een tierelierCode: Select all
calendars.formule1 = { maxitems: 15, icalurl: 'https://www.formula1.com/sp/static/f1/2018/calendar/ical.ics' }
Nobody knows a solution for this ?mvveelen wrote: ↑Sunday 22 July 2018 16:02 I can't seem to find a solution for this: I have 2 combined calendars. For both, I set an icon, but I don't get to see any icon when using the combined calendar. The code I use:
and:Code: Select all
var _ICALENDAR_DATEFORMAT = 'dddd DD MMMM YYYY HH:mm'; var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc. var calendars = {} calendars.een = { maxitems: 3, title:'Agenda een', icon:'fa-calendar', icalurl: 'https://p49-calendars.icloud.com/published/2/vjbladiebladieI' } calendars.twee = { maxitems: 3, title:'Agenda twee', icon:'fa-calendar', icalurl: 'https://p49-calendars.icloud.com/published/2/hkmjadajada' } calendars.combined = {} calendars.combined.maxitems = 5; calendars.combined.calendars = [ { color:'white',calendar:calendars.een }, { color:'pink',calendar:calendars.twee } ] calendars.combined.url = 'https://calendar.google.com/calendar';
Code: Select all
columns[2] = {} columns[2]['width'] = 5; columns[2]['blocks'] = ['garbage',calendars.combined,tvguide.dutch]
Kick no one have this problem??Derik wrote: ↑Saturday 25 August 2018 20:35 Dear all
Please does everyone have the multiple events visible in daschticz?
All the repeating items are not showing up?
I try different calendars and all the same problem.
No event that have more then 1 day
En event repeating for every Monday or something are not showing up..
In the earlier editions was there no problem with it..
Hope there is a solution..