Page 117 of 184
Re: Dashticz - General Discussions
Posted: Friday 12 May 2017 20:32
by HansieNL
Trigun wrote:EdKo66 wrote:Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Hi Edko, thnx for your reply!
can you help me a bit out here?
the code states:
/*
CUSTOM CSS FILE
*/
this is going to sound dumb but where do I need to put the code?
after the /* ....*/ ?
Just under that text is good enough.
Re: Dashticz - General Discussions
Posted: Friday 12 May 2017 20:37
by Trigun
Go it!! thnx a lot HansieNL !!
Re: Dashticz - General Discussions
Posted: Friday 12 May 2017 21:10
by robgeerts
booster wrote:I'm also starting to play around with Dashticz, and I'm trying to get the most important switches on the dashboard now.
Just one issue I'm running into:
My curtains look like this in the standard domoticz page:
dash2.png
However, when adding them (standard way) in Dashticz, the curtains are not listed as dimmer/with a slider, so I can't set a percentage.
dash3.png
In domoticz, I configured them as "blinds percentage inverted"
dash1.PNG
Is there something I can do to make them listed with the slider from within Dashticz, without changing the switch type?
Could you test latest beta for this?
I tried fixing this with a dummy but cannot really test this...
Re: Dashticz - Module - Calendar
Posted: Friday 12 May 2017 22:57
by HansieNL
Is it possible to change the height of the title block of the calendar?
- Naamloos 1.jpg (7.18 KiB) Viewed 2221 times
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 6:39
by htilburgs
Code: Select all
/* Height of the blocktitles and center text in new height */
div.mh.titlegroups {
height: 60px !important;
padding-top: 3px !important;
}
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 8:23
by HansieNL
- Spoiler: show
htilburgs wrote:Code: Select all
/* Height of the blocktitles and center text in new height */
div.mh.titlegroups {
height: 60px !important;
padding-top: 3px !important;
}
Thank you sir
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 8:50
by mAiden88
Trigun wrote:EdKo66 wrote:Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Hi Edko, thnx for your reply!
can you help me a bit out here?
the code states:
/*
CUSTOM CSS FILE
*/
this is going to sound dumb but where do I need to put the code?
after the /* ....*/ ?
@Trigun:
*/ stand for comments, so the script knows it is a comment. You can use that to tell what that line do, or what script does.
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 10:12
by Derik
mmm,
Is it perhaps possible to change the height piece by piece or in a row?
Now i have the status not in the square..
- ScreenShot245.jpg (27 KiB) Viewed 2142 times
EDIT:
Sorry see now the topics before...
Only where can/must i place this code..
Please a example height an center...
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 10:18
by Trigun
mAiden88 wrote:Trigun wrote:EdKo66 wrote:Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Hi Edko, thnx for your reply!
can you help me a bit out here?
the code states:
/*
CUSTOM CSS FILE
*/
this is going to sound dumb but where do I need to put the code?
after the /* ....*/ ?
@Trigun:
*/ stand for comments, so the script knows it is a comment. You can use that to tell what that line do, or what script does.
Ah great! Thnx for Your reply mAiden88!
Still learning all the stuff but getting better every day
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 15:55
by rpwessels
I want to try to control my Onkyo receiver via the dashticz dashboard. If it is possible i want to use the zing horizon script. Can somebody show my how the control of the ziggo box looks in the dashboard and how can i activate this control.
Gr. Ricardo
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 20:46
by HansieNL
I want the word "Regenverwachting" removed and "Voorlopig blijft het droog" with the font size of the word "Regenverwachting".
Someone got the code for that already?
- Naamloos 1.jpg (3.43 KiB) Viewed 2073 times
Re: Dashticz - General Discussions
Posted: Saturday 13 May 2017 21:06
by htilburgs
I've done this. Remove word:
Code: Select all
blocks[178] = {} //Regen verwachting
blocks[178]['title'] = '';
blocks[178]['width'] = 12;
blocks[178]['image'] = 'buien_radar.png
I didn't change the font. But if you need thus I can take a look at which css is needed.
EDIT: I looked into which code for the font. This is .tiltle {}
Problem is that if you change, then you change this for every title on the Dashboard.
What is possible, is that @robgeerts change the class for this, so we can overule it in the custom.css.
Good luck!
Re: Dashticz - Module - Calendar
Posted: Saturday 13 May 2017 21:17
by htilburgs
HansieNL wrote:Is it possible to change the height of the title block of the calendar?
Naamloos 1.jpg
Can you tell me how you add this calendar? I'm very interested!
Re: Dashticz - Module - Calendar
Posted: Saturday 13 May 2017 22:05
by HansieNL
htilburgs wrote:HansieNL wrote:Is it possible to change the height of the title block of the calendar?
Naamloos 1.jpg
Can you tell me how you add this calendar? I'm very interested!
1. The calendar is a .ics file from Formula 1 site
https://www.formula1.com/sp/static/f1/2 ... r/ical.ics
2. Created a new Google calendar Formule 1 Race
3. Choose import from local file and selected Formule 1 Race calender to import to
4. I used the Googles' Formule 1 Race calender private address in Dashticz calendar
calendars.f1 = { maxitems: 7, title: 'Formule 1 Kalender', icalurl: '
https://calendar.google.com/calendar/ic ... /basic.ics' }
Re: Dashticz - General Discussions
Posted: Sunday 14 May 2017 8:07
by tontze
Hi ! I have recently had moon lua errors in my domoticz log :
Code: Select all
2017-05-13 23:36:00.726 Error: EventSystem: in script_time_moon.lua: [string "-- Variables to customize -------------------..."]:135: attempt to concatenate global 'moonriseMinute' (a nil value)
As far as i know, i havent changed a thing ?
Re: Dashticz - General Discussions
Posted: Sunday 14 May 2017 10:17
by poudenes
tontze wrote:Hi ! I have recently had moon lua errors in my domoticz log :
Code: Select all
2017-05-13 23:36:00.726 Error: EventSystem: in script_time_moon.lua: [string "-- Variables to customize -------------------..."]:135: attempt to concatenate global 'moonriseMinute' (a nil value)
As far as i know, i havent changed a thing ?
Sometimes happen this... had this in past, later the day its ok... something of wunderground
Re: Dashticz - General Discussions
Posted: Sunday 14 May 2017 17:17
by jake
After running the dashboard on my Asus TF701 tablet, I bought a Samsung T310 (Tab 3 8.0) to use as a wall mounted device. Although I know that the TF701 is more powerfull than the T310, I don't understand why Dashticz (beta) behaves strange on that device:
- The clock in Dashticz is 2hrs (exactly) behind (the tablet clock itself is alright, the 'Dashticz clock' on the TF701 is alright too)
- The website becomes sluggish very soon after opening it for the first time. The seconds of the clock stutter, skip seconds here and there. Sliding to a 2nd page takes 4-5 seconds
All of those issues I can't reproduce from my main tablet, while pointing to the same website address. Any clues about the 2hr difference and sluggish response?
Dashticz - General Discussions
Posted: Sunday 14 May 2017 17:19
by Trigun
Hi Guy's, i al looking to install the Calendar feature but i was wondering if it is possible to install the google calendar of a different account than setup on the specific device. Reason for this question is that I don't see a place where you put in you credentials of the desired account.
Sent from my iPhone using Tapatalk
Re: Dashticz - General Discussions
Posted: Sunday 14 May 2017 17:27
by Trigun
jake wrote:After running the dashboard on my Asus TF701 tablet, I bought a Samsung T310 (Tab 3 8.0) to use as a wall mounted device. Although I know that the TF701 is more powerfull than the T310, I don't understand why Dashticz (beta) behaves strange on that device:
- The clock in Dashticz is 2hrs (exactly) behind (the tablet clock itself is alright, the 'Dashticz clock' on the TF701 is alright too)
- The website becomes sluggish very soon after opening it for the first time. The seconds of the clock stutter, skip seconds here and there. Sliding to a 2nd page takes 4-5 seconds
All of those issues I can't reproduce from my main tablet, while pointing to the same website address. Any clues about the 2hr difference and sluggish response?
It seems like the tablet isn't powerful enough to run the graphics of the pages. What OS is tablet running on?
Sent from my iPhone using Tapatalk
Re: Dashticz - General Discussions
Posted: Sunday 14 May 2017 17:40
by EdwinK
Samsung is Android