Page 100 of 184

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 16:58
by mvveelen
OK,

I'll try once more:

The 2 calendars aren't working OK.

Sometimes I see both, sometimes I see none, sometimes I see twice the same, but most of the time I only see one of the calendars. I'm using the Apple calendar.

Is this still a bug or am I the only one with more than 1 Apple calendar having these issues ?

On a side-note: when I DO see the calendar(s), the colours can't be set so they are pink or blue (and you can barely read the appointments). Any fix on this?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 17:02
by Blueone
robgeerts wrote:Cure is also working now:

In config.js add:

Code: Select all

var trashcan = {}
trashcan.cure = { trashapp: 'cure', width:4, zipcode:'5654SB', housenumber:'3' }
And define in block as:

Code: Select all

columns[1]['blocks'] = [trashcan.cure]
Working :), except the paper, it isn't shown, the title in the json is "Papier en karton"

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 17:04
by qwerk
when using the latest beta
the var _THEME = 'default' has to be in your config.

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 17:07
by pkrabben
Blueone wrote:
robgeerts wrote:Cure is also working now:

In config.js add:

Code: Select all

var trashcan = {}
trashcan.cure = { trashapp: 'cure', width:4, zipcode:'5654SB', housenumber:'3' }
And define in block as:

Code: Select all

columns[1]['blocks'] = [trashcan.cure]
Working :), except the paper, it isn't shown, the title in the json is "Papier en karton"
Hi Rob thanks for this continuous improvements
What are the codes for recycle manager?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 17:41
by HansieNL
Find some code in the app. Maybe you can use it:

Code: Select all

http#2http://afvalkalender.dar.nl/push/address?postcode=#3http://afvalkalender.dar.nl/push/calendar?postcode=##http://afvalkalender.goes.nl/#ehttp://dataservice.deafvalapp.nl/dataservice/DataServiceServlet?service=CHECK_ADRES&land=NL&postcode=#fhttp://dataservice.deafvalapp.nl/dataservice/DataServiceServlet?service=OPHAALSCHEMA&land=NL&postcode=##http://dutchapp.nl/afval/#+http://dutchapp.nl/afval/AfvalNederland.ics##http://dutchapp.nl/afval/area##http://dutchapp.nl/afval/gad#$http://dutchapp.nl/afval/hellendoorn##http://dutchapp.nl/afval/meld##http://dutchapp.nl/afval/meppel# http://dutchapp.nl/afval/opslaan##http://dutchapp.nl/afval/regg##http://dutchapp.nl/afval/regp##http://dutchapp.nl/afval/rova##http://dutchapp.nl/afval/twente##http://dutchapp.nl/afval/uden#$http://dutchapp.nl/afval/waardlanden#9http://inzamelkalender.hvcgroep.nl/push/address?postcode=#:http://inzamelkalender.hvcgroep.nl/push/calendar?postcode=#>http://json.mijnafvalwijzer.nl/?method=postcodecheck&postcode=#)http://rova.quintor.nl/rest/toevoegingen/#=http://vpn-wec-api.recyclemanager.nl/v2/calendars?postalcode=##https#(https://afvalkalender.circulus-berkel.nl#)https://afvalkalender.cure-afvalbeheer.nl#!https://afvalkalender.cyclusnv.nl#+https://afvalkalender.gemeenteberkelland.nl##https://afvalkalender.meerlanden.nl##https://afvalkalender.venray.nl##https://app-measurement.com/a#,https://appservice.rd4.nl/api/afvalkalender/##https://inzamelschema.rmn.nl#Ahttps://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps##https://www.avalex.nl#*https://www.gemeentebest.nl/afvalkalender/##https://www.google.com#'https://www.veldhoven.nl/afvalkalender/#1https://www.venlo.nl/trash-removal-calendar/ical/#*https://www.vianen.nl/afval/afvalkalender/##i#,iCertData failed to retrive data from remote

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 18:50
by rbisschops
I know it's all about taste, but I personally don't like the new weather icons. Is there a way to put the old icons back with breaking the coming releases. Using latests beta of this afternoon.

Thx

Ralph

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 18:53
by HansieNL
rbisschops wrote:I know it's all about taste, but I personally don't like the new weather icons. Is there a way to put the old icons back with breaking the coming releases. Using latests beta of this afternoon.

Thx

Ralph
var _USE_STATIC_WEATHERICONS = true; in config.js gives you the static icons back

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:14
by tontze
I just did git pull, and all my buttons disappeared, they still exist in config.js ?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:30
by robgeerts
Any errors in console?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:34
by HansieNL
tontze wrote:I just did git pull, and all my buttons disappeared, they still exist in config.js ?
I had the same, add the following to config.js...
var _THEME = 'default'

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:35
by robgeerts
Oopsie ;) will fix tonight when i get home

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:36
by clubeddie
robgeerts wrote:TRASH CALENDAR (DE AFVAL APP)

WARNING: Only DeAfvalApp is working.
If anyone can provide me a JSON-output url of other services, send it to me :)
(With example zipcode)

I already have url's for:
Recyclemanager
MijnAfvalWijzer

Wil fix those asap so you dont need LUA-scripts
How can i extract a JSON output url?
I want to extract it for you from http://inzamelkalender.hvcgroep.nl/



Screenshot 2017-05-04 at 19.35.46.png
Screenshot 2017-05-04 at 19.35.46.png (42.92 KiB) Viewed 2089 times

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:37
by mvveelen
clubeddie wrote:
robgeerts wrote:TRASH CALENDAR (DE AFVAL APP)

WARNING: Only DeAfvalApp is working.
If anyone can provide me a JSON-output url of other services, send it to me :)
(With example zipcode)

I already have url's for:
Recyclemanager
MijnAfvalWijzer

Wil fix those asap so you dont need LUA-scripts
How can i extract a JSON output url?
I want to extract it for you from http://inzamelkalender.hvcgroep.nl/




Screenshot 2017-05-04 at 19.35.46.png
+1

Or rather... + 1000 :)

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 19:38
by htilburgs
robgeerts wrote:Cure is also working now:

In config.js add:

Code: Select all

var trashcan = {}
trashcan.cure = { trashapp: 'cure', width:4, zipcode:'5654SB', housenumber:'3' }
And define in block as:

Code: Select all

columns[1]['blocks'] = [trashcan.cure]
Rob, cannot get this to work.
I got an error "undefined". Any way I can check what's going wrong?

EDIT: clicking on it gives a 404 Not found

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:17
by b00n
Someone know how to get the json from an site?

i need it from this one: https://mijn.circulus-berkel.nl/afvalkalender/

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:31
by tontze
HansieNL wrote:
tontze wrote:I just did git pull, and all my buttons disappeared, they still exist in config.js ?
I had the same, add the following to config.js...
var _THEME = 'default'
Hm, that didnt help for me ..

Re: RE: Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:52
by robgeerts
htilburgs wrote:
robgeerts wrote:Cure is also working now:

In config.js add:

Code: Select all

var trashcan = {}
trashcan.cure = { trashapp: 'cure', width:4, zipcode:'5654SB', housenumber:'3' }
And define in block as:

Code: Select all

columns[1]['blocks'] = [trashcan.cure]
Rob, cannot get this to work.
I got an error "undefined". Any way I can check what's going wrong?

EDIT: clicking on it gives a 404 Not found
Sure you have the latest version?? Maybe a cache problem?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:55
by b00n
Maybe an idea to add spotify support in the amazing dash ? :D

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:55
by josimd
An easy question... how can add a blocktitle like "Schakelaars woonkamer" ?

Re: RE: Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Thursday 04 May 2017 20:58
by htilburgs
robgeerts wrote:
htilburgs wrote:
robgeerts wrote:Cure is also working now:

In config.js add:

Code: Select all

var trashcan = {}
trashcan.cure = { trashapp: 'cure', width:4, zipcode:'5654SB', housenumber:'3' }
And define in block as:

Code: Select all

columns[1]['blocks'] = [trashcan.cure]
Rob, cannot get this to work.
I got an error "undefined". Any way I can check what's going wrong?

EDIT: clicking on it gives a 404 Not found
Sure you have the latest version?? Maybe a cache problem?
It's the beta from 1/2 hour ago. Cleared cache and tried several browsers. No result. Cannot trace where it comes from.