Page 33 of 50
Re: Dashticz - Show your dashboard and how-to's!
Posted: Monday 19 August 2019 15:26
by HansieNL
Derik wrote: ↑Wednesday 31 July 2019 20:22
Cannot get to work the train routes..
Like to try nijmegen centraal to limburg centraal..
Perhaps a example?
I suppose you mean to filter a destination. For limburg centraal I could not find a station/code which I could use with a provider. Tried VVS and 9292.
In the next example only the trains from Eindhoven to Schiphol Airport and Maastricht will be shown:
Code: Select all
//example station id: station-eindhoven
var publictransport = {}
publictransport.schiphol= {
station: 'station-eindhoven',
destination: 'Schiphol Airport,Maastricht',
provider: '9292-train',
show_lastupdate:false,
icon: 'train',
results: 7
};
Re: Dashticz - Show your dashboard and how-to's!
Posted: Tuesday 27 August 2019 21:48
by Stepdes
Mine so far, first screen almost completed.
Played with the temperature icons, icon and icon color changing depending temp. value.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Tuesday 27 August 2019 21:53
by Derik
Stepdes wrote: ↑Tuesday 27 August 2019 21:48
Mine so far, first screen almost completed.
Played with the temperature icons, icon and icon color changing depending temp. value.
Nice
mm that screen [ rolluiken] option, please share..
And your camera option.. [ cannot get my camera to work ]
Re: Dashticz - Show your dashboard and how-to's!
Posted: Tuesday 27 August 2019 22:22
by EdwinK
Stepdes wrote: ↑Tuesday 27 August 2019 21:48
Mine so far, first screen almost completed.
Played with the temperature icons, icon and icon color changing depending temp. value.
Looks nice.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Monday 02 September 2019 14:26
by Stepdes
Derik wrote: ↑Tuesday 27 August 2019 21:53]
Nice
mm that screen [ rolluiken] option, please share..
You need to count the seconds it takes to close the screens to 50% and 75% ans put this in some blocky scripts, then create a selector switch in domoticz and link this to the blocky scripts
And your camera option.. [ cannot get my camera to work ]
What camera do you have? you know the url to the camera stream? if not, check Ispyconnect website fot your camera.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Wednesday 11 September 2019 21:36
by madradrakie
My water usage graph in dashticz does not show liters but m3. In domoticz the values are reported in liters (x1000). Is there a possibility to adjust the graph so it shows liters instead of m3?
- Knipsel.JPG (49.63 KiB) Viewed 3468 times
Re: Dashticz - Show your dashboard and how-to's!
Posted: Wednesday 11 September 2019 21:45
by madradrakie
i was also wondering if it is already possible to adjust the y-axes values in the graphs?
btw... keep up the good work, i really love dashticz and it's possibilities!!
Re: Dashticz - Show your dashboard and how-to's!
Posted: Thursday 12 September 2019 11:26
by Lokonli
madradrakie wrote: ↑Wednesday 11 September 2019 21:36
My water usage graph in dashticz does not show liters but m3. In domoticz the values are reported in liters (x1000). Is there a possibility to adjust the graph so it shows liters instead of m3?
Knipsel.JPG
With the new graph module, a first version is available via the graphjs branch, you can create a custom graph.
See
https://www.domoticz.com/forum/viewtopi ... 67&t=29145
I've posted an answer in that topic:
https://www.domoticz.com/forum/viewtopi ... 20#p223842
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 14 September 2019 8:37
by jgaalen
I'm using a samsung tab tablet as dashboard. Is there a way to open the page immediately when I double tap the screen after it's locked? Now I have to double tab the screen, swipe up to unlock, open dashtics bookmark. There's probably an easier/quicker way to open the dashboard? Thanks
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 14 September 2019 9:37
by jake
jgaalen wrote:I'm using a samsung tab tablet as dashboard. Is there a way to open the page immediately when I double tap the screen after it's locked? Now I have to double tab the screen, swipe up to unlock, open dashtics bookmark. There's probably an easier/quicker way to open the dashboard? Thanks
Yes, with the motion detection app and dashticz loaded in chrome as a web app. Just approach the tablet and it will turn on and show dashticz. Otherwise, just move your hand in front of the camera to activate the motion.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 14 September 2019 10:57
by Lokonli
Fully kiosk browser works pretty well
Sent from my SM-A320FL using Tapatalk
Re: Dashticz - Show your dashboard and how-to's!
Posted: Sunday 15 September 2019 15:34
by jgaalen
Thanks, this works really well!
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 26 October 2019 14:16
by krizzz
I have a "tiny". problem and it is driving me crazy.
In my CONFIG.js I have the following block
Code: Select all
blocks[171]['title'] = 'Chris Thuis;
blocks[171]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[171]['last_update'] = true; //if you want to show the last update specific for this block
blocks[171]['icon'] = "fa fa-male";
But the ICON displayed is soooooo tiny. I want to get this bigger. From the documentation I have read that I can adjust this in custom.css by adding:
Code: Select all
*
CUSTOM CSS FILE
*/
.fas.fa-male:before{
font-size: 40px;
}
.titlegroups[data-id='blocktitle_1'] h3 {
font-size: 20px;
}
.titlegroups[data-id='blocktitle_2'] h3 {
font-size: 20px;
}
.titlegroups[data-id='blocktitle_3'] h3 {
font-size: 20px;
}
.titlegroups[data-id='blocktitle_4'] h3 {
font-size: 20px;
}
div.mh.titlegroups {
height: 60px !important; /* default height=75px */
padding-top: 3px; /* center text for new height */
}
The icon stays the same tiny size, even the adjusting the font size. Why is it not adjusting? thanks.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 26 October 2019 18:24
by HansieNL
Can you try:
Code: Select all
blocks[171]['icon'] = "fas fa-male";
Re: Dashticz - Show your dashboard and how-to's!
Posted: Saturday 26 October 2019 19:48
by krizzz
HansieNL wrote: ↑Saturday 26 October 2019 18:24
Can you try:
Code: Select all
blocks[171]['icon'] = "fas fa-male";
that's the one, your the best. In hindsight, it was so easy (voor de hand liggend).
Re: Dashticz - Show your dashboard and how-to's!
Posted: Friday 01 November 2019 12:30
by leonhannink
Hello,
I installed Dashticz on my Synology and everythings works except OWM.
I put the API in Dashticz, but no forecast. Can some one help me.
Re: Dashticz - Show your dashboard and how-to's!
Posted: Friday 01 November 2019 13:00
by Lokonli
leonhannink wrote: ↑Friday 01 November 2019 12:30
Hello,
I installed Dashticz on my Synology and everythings works except OWM.
I put the API in Dashticz, but no forecast. Can some one help me.
config['owm_city'] looks a bit weird:
but that might be copy/paste issue. There should be no slash in the name.
Can you open the developer window in chrome (press F12), and check the result of the network request to openweathermap?
(you can find it in the network tab)
Re: Dashticz - Show your dashboard and how-to's!
Posted: Friday 01 November 2019 13:57
by leonhannink
Thanks, it works
Re: Dashticz - Show your dashboard and how-to's!
Posted: Friday 01 November 2019 13:59
by leonhannink
other question, i have also a frame buienradar, but it's only een forcast for 1 hours, can this changed in to 12 hours??
Re: Dashticz - Show your dashboard and how-to's!
Posted: Friday 01 November 2019 13:59
by Lokonli
leonhannink wrote: ↑Friday 01 November 2019 13:57
Thanks, it works
How?