Dashticz - Module - Calendar

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

@jack:
Could you test if this is fixed in latest beta?
jake
Posts: 742
Joined: Saturday 30 May 2015 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Module - Calendar

Post by jake »

robgeerts wrote:@jack:
Could you test if this is fixed in latest beta?
Yes, you nailed it. The calendar now updates automatically in a very short time!
Trigun
Posts: 390
Joined: Wednesday 30 November 2016 11:58
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - Module - Calendar

Post by Trigun »

Hi All,
is there a chance that by clicking on the agenda in Safari it won't open?
so far I am only able to open it in chrome and only on my pc. but since I want to open it on my iPad I have no idea how to.
can someone please help me out here?

thnx in advance!
florisi
Posts: 78
Joined: Saturday 30 July 2016 10:14
Target OS: Linux
Domoticz version: 2020beta
Location: Arnhem
Contact:

Re: Dashticz - Module - Calendar

Post by florisi »

I have a Google calendar, but I don't get it in Dutch.
Tried this:
var _ICALENDAR_DATEFORMAT = 'DD.MM.YYYY HH:mm'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc.

in my custom config.js but it doesn't do anything with it.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

try, in config.js:

Code: Select all

config['calendarformat'] = 'DD.MM.YYYY HH:mm';
config['calendarlanguage'] = 'nl_NL';
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - Module - Calendar

Post by Derik »

Rob...
Is there a solution for the multiple days events?
I see no multiple days events in the dash:

Code: Select all

var calendars = {}
calendars.Myname		= {width:12, maxitems: 10, icon:'', title: 'My name', icalurl: 'https://calendar.google.com/calendar/ical/Myname%40gmail.com/private-326714rrrrrf324595985653a13dd91127c/basic.ics' }
Or is there something new that i mis?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

I do see my multiple day items... could you send me your ical-url via PM and tell me wich event you dont see.. (of course, I dont bother the events, just want to fix this).
askmurphy
Posts: 30
Joined: Friday 03 October 2014 22:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Module - Calendar

Post by askmurphy »

Trying to get the calendar module working, but I get just a box with text 'Loading'...

This is my setup:

webcal://p26-calendars.icloud.com/published/2/c6vHnBkuZjdt6wc0kQrX9XoAqDnlU3Ua2ucFTTPR9kqL0ElSo6hnfbwapcXJqLl4NDvQMwSP6-W_c64q3XVlVHf6Bpr1G6iLTZcOfku3mH8

Inside config file:

var calendars = {}
calendars.private = { maxitems: 5, icalurl: 'webcal://p26-calendars.icloud.com/published/2/c6vHnBkuZjdt6wc0kQrX9XoAqDnlU3Ua2ucFTTPR9kqL0ElSo6hnfbwapcXJqLl4NDvQMwSP6-W_c64q3XVlVHf6Bpr1G6iLTZcOfku3mH8' }
var _ICALENDAR_DATEFORMAT = 'DD.MM.YYYY HH:mm'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc.


columns[9] = {}
columns[9]['width'] = 2;
columns[9]['blocks'] = [calendars.private]

screens[5] = {}
screens[5]['background'] = 'bg6.jpg';
screens[5]['background_morning'] = 'bg_morning.jpg';
screens[5]['background_noon'] = 'bg_noon.jpg';
screens[5]['background_afternoon'] = 'bg_afternoon.jpg';
screens[5]['background_night'] = 'bg_night.jpg';
screens[5]['columns'] = [8,9]

Any help will be very appreciated !

;-) Arthur
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Module - Calendar

Post by EdwinK »

do NOT put your personal data on a public website. Not sure if anyone can access your calendar, but better safe then sorry.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
askmurphy
Posts: 30
Joined: Friday 03 October 2014 22:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Module - Calendar

Post by askmurphy »

It's just a test calendar, temperaly public usuage ;-)
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

Just sent you a PM.
Change webcal:// to https://

By the way, the calendar looks empty....
askmurphy
Posts: 30
Joined: Friday 03 October 2014 22:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Module - Calendar

Post by askmurphy »

Just found the problem,

This works: calendars.private = {maxitems: 5, icalurl:'webcal://p26-calendars.icloud.com/published/2/aDtPD87mYr---cut---''}

Reason why it was not working: the icloud calendar I used was a PRIVATE calendar with an active PUBLIEKE READ-ONLY link. That doesn't work (yet).

I created a new calendar (copy of my original one), and didn't made it private, public only. Just this public link to dashticz: calendar works !

By the way, https:// and webcal:// are working both..

So, would be nice if the above PRIVATE issue could be fixed too ;-)
askmurphy
Posts: 30
Joined: Friday 03 October 2014 22:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Module - Calendar

Post by askmurphy »

Addition to the PRIVATE ISSUE: it works also, but only if you look at the calendar on an APPLE DEVICE like an IPAD or something.
Its logic, you must be logged in at your APPLE account...

So, how can we do that in DASHTICS: login at a PRIVATE ICLOUD calendar ??
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Module - Calendar

Post by EdwinK »

Screen Shot 2017-11-15 at 17.52.27.png
Screen Shot 2017-11-15 at 17.52.27.png (355.19 KiB) Viewed 2482 times
Hi Rob,

Is it possible to have the calendar items lined out nicely. Maybe with another fonttype>
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Sebek
Posts: 2
Joined: Monday 20 November 2017 10:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Calendar

Post by Sebek »

Hello all, I have a problem with calendar. I have all the time only loading. Please tell me where I made mistake.

Code: Select all

var calendars = {}
calendars.public = { maxitems: 5, icalurl: 'https://calendar.google.com/calendar/ical/pl.polish%23holiday%40group.v.calendar.google.com/public/basic.ics' }
This is public calendar so I think I can share it with you.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

Could you reload Dashticz, It should work now!
Sebek
Posts: 2
Joined: Monday 20 November 2017 10:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Calendar

Post by Sebek »

Works! Thank you, I don't know what you do :)
Jempe
Posts: 16
Joined: Thursday 23 November 2017 12:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Calendar

Post by Jempe »

Hi,
Thank you for this amazing dashboard!

I use ics file that i export from nextcloud automatically every 5 minutes with wget. Local conversion to Json it's not implemented so i put it on the same server where my nextcoud is. It's work, with wget i concatenate multiple calendar in one file so i don't need to use combined in dashitz, it's work very well but:
My special character like "é" are not good displayed, it's show like "©".

My .ics file is in utf-8 and all character are good displayed inside the file.

In CONFIG.js i have tried to change the calendar language without success.
config['calendarlanguage'] = 'fr_FR'; // fr_CH or en_US don't change anything on my problem

An idee to resolve this?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - Calendar

Post by robgeerts »

Thanks!
Weird, They work at my calendar (ical from gmail).
Could you PM me your calendar-ical so I can test this?
Jempe
Posts: 16
Joined: Thursday 23 November 2017 12:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - Calendar

Post by Jempe »

Hi,
It's my first post in this forum si i can't PM...
But here is my file, they contain only 2 event for test purpose;
https://sync2me.ch/io/index.php/s/dSGKpxkh6M4h2ad

Thank's
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest