Page 115 of 184

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 21:23
by HansieNL
remb0 wrote:When I use google maps the map is visible and after a few seconds i got: Oops something got wrong.
press F12 for ....

The message is that my api key isn't activated.

can somebody tell me how to create? I had it worked a few years before but I got the message: not activated now.
Have you checked here... https://developers.google.com/maps/docu ... avascript/

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 21:41
by qwerk
HansieNL wrote:
qwerk wrote:
robgeerts wrote:Impossible ;)
At least, if you are sure nothing gets cached and you have the latest beta ;)

I can make the impossible, possible

I tried everything, I removed the ":ss" from main.js where the variable is checked.
same result.

Sure the stationclock is getting his info from clock???
Ahhhh... You are using the nice stationclock. No, the variable is not for the stationclock.

As a workaround you can edit your main.js and change clock.secondHand = StationClock.HoleShapedSecondHand; to clock.secondHand = StationClock.NoSecondHand; and ask Rob to add a variable for it.
ok, we were talking beside each other ( lekker hollands)

I get it, I used the wrong clock for this.
I like the stationclock better, for now I will take the stottering second hand.
And I will ask Rob to add a variable.

thanks HansieNL

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 21:50
by robgeerts
HansieNL wrote:
qwerk wrote:
robgeerts wrote:Impossible ;)
At least, if you are sure nothing gets cached and you have the latest beta ;)

I can make the impossible, possible

I tried everything, I removed the ":ss" from main.js where the variable is checked.
same result.

Sure the stationclock is getting his info from clock???
Ahhhh... You are using the nice stationclock. No, the variable is not for the stationclock.

As a workaround you can edit your main.js and change clock.secondHand = StationClock.HoleShapedSecondHand; to clock.secondHand = StationClock.NoSecondHand; and ask Rob to add a variable for it.
In latest beta the variable is ALSO for the stationclock :)

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 22:19
by lukev
In latest beta, may scrolling is disabled? I have 3 pages, but cannout scroll. I do see three small dots in the bottom (smaller than before), but cannot reach page 2 and 3. I do see a small bit of the second page at the right border of the first page.

Someone else with this problem?

Edit: only seems to be broken in firefox...

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 22:28
by wizjos
lukev wrote:In latest beta, may scrolling is disabled? I have 3 pages, but cannout scroll. I do see three small dots in the bottom (smaller than before), but cannot reach page 2 and 3. I do see a small bit of the second page at the right border of the first page.

Someone else with this problem?

Edit: only seems to be broken in firefox...
I can confirm that... In FF you see a small 'preview' of the next page. Edge doesn't show this. And indeed in both browsers the navigational dots are fairly small compared to before and blue instead of white (before)...

Wizjos

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 22:28
by wizjos
wizjos wrote:
lukev wrote:In latest beta, may scrolling is disabled? I have 3 pages, but cannout scroll. I do see three small dots in the bottom (smaller than before), but cannot reach page 2 and 3. I do see a small bit of the second page at the right border of the first page.

Someone else with this problem?

Edit: only seems to be broken in firefox...
I can confirm that... In FF you see a small 'preview' of the next page at the far right. Edge doesn't show this. And indeed in both browsers the navigational dots are fairly small compared to before and blue in stead of white (before)...

Wizjos

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 22:36
by robgeerts
Hmm its working fine at my laptop in firefox...
The dots where gone before but are back sinds last update... wil remove them again ;)
Try latest beta!

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 22:37
by godinperson
godinperson wrote:Can't place my rss. Would that link work: http://www.rds.ca/cmlink/le-fil-de-pres ... ttes-1.831 (French sports). I would also have another link which is in XML http://www.lapresse.ca/rss/225.xml

For the media player, which one is it? It would be nice to have a widget where it shows currently playing and basic control. I can help gather the information is you want.

Thanks
For the RSS, I was able to make the XML work with crossorigin.me but, it displays the whole article. It would be nice to only have the Title, that way, we can display more news in less space

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 23:19
by mkscity
in calendar i see for whole day entrys "hele dag" in front of entry, is there any way to change this to my language?

For sure i can do it in calendar.js but after every update it will change back. Using last beta.

Re: Dashticz - General Discussions

Posted: Wednesday 10 May 2017 23:22
by Trigun
mvveelen wrote:I was wondering: Is it possible to get the "var _SHOW_LASTUPDATE" per device?

For instance: I couldn't care less when the last time it was when I switch off a light, but it would be nice to see when a door sensor has been opened/closed.
Hi mvveelen,

Did you manage to set this up? I am looking for a similar thing.

Grtz



Sent from my iPad using Tapatalk

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 1:05
by HansieNL
robgeerts wrote:In latest beta the variable is ALSO for the stationclock :)
Nooooooo... I'm using the normal clock without seconds in 1st screen and StationClock with seconhand in 2nd screen.
Now my lovely secondhand of the StationClock is gone :cry:
Can you create for the StationClock secondhand an other variable?

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:15
by robgeerts
Done in latest beta :)
New var voor stationclock is:

Code: Select all

var _HIDE_SECONDS_IN_STATIONCLOCK = false;

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:29
by EdwinK
Evil... Latest git pull wanted to overwrite my custom.js. ;) Luckily I always have backup :)

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:33
by robgeerts
Yes I accidentially overwrote this file :( :( :(
PLEASE BACKUP PEOPLE!!

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:35
by EdwinK
Good thing GIT warns you about it before you really do any damage

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:38
by robgeerts
Trying to ingnore this file but because it is commited before this is not so easy ;)

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:41
by EdwinK
No harm done. It was exact what I already had (minus the IDX)

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:41
by robgeerts
Ok, fixed now but you can get the overwrite warning once more...
From then it wont happen again...

BACKUP CUSTOM.JS!

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 9:59
by EdwinK
:) Thanks.

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 14:25
by poudenes
robgeerts wrote:Trying to ingnore this file but because it is commited before this is not so easy ;)
Always responsibility of the user to make backups :) .. They cannot blame you .. You doing great work !! :)