Search found 26 matches
- Friday 26 October 2018 22:04
- Forum: Dashticz
- Topic: dashticz: Important Request
- Replies: 203
- Views: 27892
Re: IMPORTANT REQUEST!!!
Grrrr can't get access-control-allow-origin header working with nginx. Anyone who can help me with that one? :)
Same here. Man I need to learn a lot...
Try this:
The easy way is to just add the extension in google chrome to allow access using CORS.
(https://chrome.google.com/webstore ...
- Friday 05 May 2017 21:58
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 127179
Re: Dashticz - Feature Requests
Temp + Humidity in one box like:
- Friday 05 May 2017 20:17
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 127179
Re: Dashticz - Feature Requests
In my previous dashboard i got a doorbell function maybe rob can do something with is
function checkdoorbell(){
var idx=69
console.log("checking to see if Doorbell is On "+idx)
var xmlhttp = new XMLHttpRequest();
var url = "http://192.168.178.30:8080/json.htm?type=devices&rid="+idx;
var ...
function checkdoorbell(){
var idx=69
console.log("checking to see if Doorbell is On "+idx)
var xmlhttp = new XMLHttpRequest();
var url = "http://192.168.178.30:8080/json.htm?type=devices&rid="+idx;
var ...
- Thursday 04 May 2017 20:55
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Maybe an idea to add spotify support in the amazing dash ? 
- Thursday 04 May 2017 20:17
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Someone know how to get the json from an site?
i need it from this one: https://mijn.circulus-berkel.nl/afvalkalender/
i need it from this one: https://mijn.circulus-berkel.nl/afvalkalender/
- Tuesday 02 May 2017 19:30
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
For the 2 hour time issue:
in ical_parser.js i changed:
var utcdatems = ConvertUTCTimeToLocalTime(Date.UTC(dtutc.year, (dtutc.month-1), dtutc.day, dtutc.hour, dtutc.minute));
to
var utcdatems = Date.UTC(dtutc.year, (dtutc.month-1), dtutc.day, dtutc.hour, dtutc.minute);
and the time issue is ...
in ical_parser.js i changed:
var utcdatems = ConvertUTCTimeToLocalTime(Date.UTC(dtutc.year, (dtutc.month-1), dtutc.day, dtutc.hour, dtutc.minute));
to
var utcdatems = Date.UTC(dtutc.year, (dtutc.month-1), dtutc.day, dtutc.hour, dtutc.minute);
and the time issue is ...
- Monday 01 May 2017 17:11
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Still having the 2 hour time issue in last beta 
- Saturday 29 April 2017 20:12
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Use it like this:
Code: Select all
blocks[21]['hide_lastupdate'] = true;- Friday 28 April 2017 22:26
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
EdKo66 wrote:At least you will be on timeb00n wrote:@madrian
Nice work!!!
Is anyone having problems with the time in the calendar it shows my appointments 2 hours earlier ?
hahahah indeed
- Friday 28 April 2017 22:05
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
@madrian
Nice work!!!
Is anyone having problems with the time in the calendar it shows my appointments 2 hours earlier ?
Nice work!!!
Is anyone having problems with the time in the calendar it shows my appointments 2 hours earlier ?
- Thursday 27 April 2017 21:50
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 346289
Re: Show your Dashticz v2.0 and how-to's!
@SwordFish
Thanks men this is working great !!! :D :D
I edit some things because we got 4 different trash days here :cry:
if anybody is intrested:
week = tonumber (os.date( "%V"))
dag = tostring(os.date("%a"));
status = tonumber(otherdevices_svalues['Afval'])
print('script bin_selector ...
Thanks men this is working great !!! :D :D
I edit some things because we got 4 different trash days here :cry:
if anybody is intrested:
week = tonumber (os.date( "%V"))
dag = tostring(os.date("%a"));
status = tonumber(otherdevices_svalues['Afval'])
print('script bin_selector ...
- Thursday 27 April 2017 21:49
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 346289
Re: Show your Dashticz v2.0 and how-to's!
poudenes wrote:I don't have a "niet vergeten" block.. hahab00n wrote:@poudenes
How you get your: Niet vergeten.. block ?
ohh its a tv guide
- Thursday 27 April 2017 21:08
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 346289
Re: Show your Dashticz v2.0 and how-to's!
@poudenes
How you get your: Niet vergeten.. block ?
How you get your: Niet vergeten.. block ?
- Thursday 27 April 2017 20:41
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 346289
Re: Show your Dashticz v2.0 and how-to's!
@SwordFish
Thanks men this is working great !!! :D :D
I edit some things because we got 4 different trash days here :cry:
if anybody is intrested:
week = tonumber (os.date( "%V"))
dag = tostring(os.date("%a"));
status = tonumber(otherdevices_svalues['Afval'])
print('script bin_selector ...
Thanks men this is working great !!! :D :D
I edit some things because we got 4 different trash days here :cry:
if anybody is intrested:
week = tonumber (os.date( "%V"))
dag = tostring(os.date("%a"));
status = tonumber(otherdevices_svalues['Afval'])
print('script bin_selector ...
- Wednesday 26 April 2017 14:24
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 346289
Re: Show your Dashticz v2.0 and how-to's!
@SwordFish
Your dashticz looks really nice!
Can you share your afval code ?
Your dashticz looks really nice!
Can you share your afval code ?
- Tuesday 25 April 2017 22:57
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Is it possible to set last update for specified blocks like:
Code: Select all
blocks[21]['lastupdate'] = true- Tuesday 25 April 2017 22:20
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Easy to forget i think 
- Tuesday 25 April 2017 22:17
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
sonar wrote:traffic map is working fine here.
It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;
HERO !!!
Works like a charm now THNX
- Tuesday 25 April 2017 22:13
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Same result
To be sure do you have a link to get the api key ?
To be sure do you have a link to get the api key ?
- Tuesday 25 April 2017 22:04
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 615592
Re: Dashticz v2.0, custom positioning and multiple screens
Same problem here 