Toon app: Kalender
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: Kalender
I've rooted and installed my Toon and im on firmware version 5.0.x but in the ToonStore the Kalender app says its only for Toon with 5.0. or higher (what it is). Can i manually update the calender app?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
Better upgrade to the latest firmware so you’re on the latest version and you know it works;)Stampre wrote:I've rooted and installed my Toon and im on firmware version 5.0.x but in the ToonStore the Kalender app says its only for Toon with 5.0. or higher (what it is). Can i manually update the calender app?
Re: Toon app: Kalender
Yes, now Kalender works. Everything went well but how kan i place the right calendar into Toon. Do i have to use VNC or ssh to Toon?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
SSH, VNC cannot be used to edit or create the correct files.Stampre wrote:Yes, now Kalender works. Everything went well but how kan i place the right calendar into Toon. Do i have to use VNC or ssh to Toon?
The right file and format of the file is shown in this topic.
Re: Toon app: Kalender
I have seen what is the right file but how can i navigate to it. When i logged in on Toon i'm in the root directory (yes i'm a noob and read the whole topic)
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
Already said to you, in a different topic, that WinSCP is a good piece of software to explorer the files in the Toon.Stampre wrote:I have seen what is the right file but how can i navigate to it. When i logged in on Toon i'm in the root directory (yes i'm a noob and read the whole topic)
The location of the file is discussed on the previous page in this topic, so is the content of the file.
Navigating through linux itself is kinda basic linux knowledge and discussed a lot on the internet.
Re: Toon app: Kalender
You can go to it with putty:Stampre wrote:I have seen what is the right file but how can i navigate to it. When i logged in on Toon i'm in the root directory (yes i'm a noob and read the whole topic)
Code: Select all
cd /mnt/data/tsc

Member of the Toon Software Collective
Re: Toon app: Kalender
I tried winscp but i got an error about the id_rsa. It says it isnt compatible wit winscp?!
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
I'm not sure if id_rsa works but i always connect with a username and passwordStampre wrote:I tried winscp but i got an error about the id_rsa. It says it isnt compatible wit winscp?!

It's explained multiple times on this forum how to set a password via SSH, username is always "root".
Re: Toon app: Kalender
Finally I got it it cost me several hours but collecting over the forum it is fixed.
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
Stampre wrote:Finally I got it it cost me several hours but collecting over the forum it is fixed.
Nice! Have fun with your Toon and the kalender-app !

-
- Starting Member
- Posts: 28
- Joined: Tue Feb 18, 2020 11:48 pm
Re: Toon app: Kalender
Hi there, trying to get this up and running. I copied the public URL of the Google Calendar I want to add but I can't find the userSettings.json file with the below example lines? What is the full path for
?file ../apps/calendar/userSettings.json
Appreciate some help! Thanks, Tom- the app supports multiple google calendars, url's to be added to the file ../apps/calendar/userSettings.json, format (second entry contains the public holidays as an example):
{"ShowNotifications":"Yes", "Calendar_URL":[ "https://<calendarurl_to_basic.ics>" , "https://calendar.google.com/calendar/ic ... /basic.ics" ]}
There is no limit to the number of calendars you can include, just the Toon hardware limitations.
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: Kalender
Answer is literally a few posts before yours in tagsspeedyconnalis wrote:Hi there, trying to get this up and running. I copied the public URL of the Google Calendar I want to add but I can't find the userSettings.json file with the below example lines? What is the full path for?file ../apps/calendar/userSettings.json
Appreciate some help! Thanks, Tom- the app supports multiple google calendars, url's to be added to the file ../apps/calendar/userSettings.json, format (second entry contains the public holidays as an example):
{"ShowNotifications":"Yes", "Calendar_URL":[ "https://<calendarurl_to_basic.ics>" , "https://calendar.google.com/calendar/ic ... /basic.ics" ]}
There is no limit to the number of calendars you can include, just the Toon hardware limitations.
viewtopic.php?f=99&t=12209&start=165#p93514
Re: Toon app: Kalender
Stampre wrote:I tried winscp but i got an error about the id_rsa. It says it isnt compatible wit winscp?!
Code: Select all
opkg install http://files.domoticaforum.eu/uploads/Toon/ipk/qb2/openssh-sftp-server_7.3p1-r10.0_qb2.ipk
Member of the Toon Software Collective
-
- Starting Member
- Posts: 28
- Joined: Tue Feb 18, 2020 11:48 pm
Re: Toon app: Kalender
I use a Mac with Filezilla (should have mentioned that) so I can only navigate through the Toon 'clicking through folders' and not by directly typing a path. Therefore I didn't even recognize the above question was similar to mine with all these command prompt lines...TerrorSource wrote:Answer is literally a few posts before yours in tagsspeedyconnalis wrote:Hi there, trying to get this up and running. I copied the public URL of the Google Calendar I want to add but I can't find the userSettings.json file with the below example lines? What is the full path for?file ../apps/calendar/userSettings.json
Appreciate some help! Thanks, Tom- the app supports multiple google calendars, url's to be added to the file ../apps/calendar/userSettings.json, format (second entry contains the public holidays as an example):
{"ShowNotifications":"Yes", "Calendar_URL":[ "https://<calendarurl_to_basic.ics>" , "https://calendar.google.com/calendar/ic ... /basic.ics" ]}
There is no limit to the number of calendars you can include, just the Toon hardware limitations.
viewtopic.php?f=99&t=12209&start=165#p93514


Greetz, Tom