Page 83 of 184

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

Posted: Saturday 29 April 2017 11:38
by SuperMouse
EdKo66 wrote:Yes please, Sopermouse

shit :roll:

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

Posted: Saturday 29 April 2017 12:01
by htilburgs
rick82 wrote:First of all: I'm really liking your dashboard, programming skills and keeping developing it! I've been using your dashboard and configuring it since yesterday and it's running like a charm. Bedankt :-)

Second: if I want to change the transparency of a block how do I do that? I want it to be more dark because of the bright background.....?!
There's so much going on in the CSS-sheet ;)
Place this in your custom.css and play with the line background: rgba(0,0,0,0.2); (red, green, blue, transparancy) - especialy the 0.2 value (0.1 max transparancy - 1 = no transparancy)

Code: Select all

/* Background blocks */
.transbg.col-xs-1,
.transbg.col-xs-2,
.transbg.col-xs-3,
.transbg.col-xs-4,
.transbg.col-xs-5,
.transbg.col-xs-6,
.transbg.col-xs-7,
.transbg.col-xs-8,
.transbg.col-xs-9,
.transbg.col-xs-10,
.transbg.col-xs-11,
.transbg.col-xs-12 {
	padding-top:15px;
	padding-bottom:15px;
	border: 7px solid rgba(255,255,255,0);
	background: rgba(0,0,0,0.2);			
	background-clip: padding-box;
}

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

Posted: Saturday 29 April 2017 12:05
by htilburgs
Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...

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

Posted: Saturday 29 April 2017 12:09
by SwordFish
htilburgs wrote:Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...
Looks good

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

Posted: Saturday 29 April 2017 12:10
by tontze
Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T

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

Posted: Saturday 29 April 2017 12:14
by SuperMouse
htilburgs wrote:Wiki modified with new look and page layout - http://www.domoticz.com/wiki/Dashticz-v2
I'll hope this becomes more clear to read, instead of 1 big page.

Now putting in the last changes ;)
In the speed this Dashboard is developing, it's a hard time to keep up...
Just Excellent !

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

Posted: Saturday 29 April 2017 12:17
by SwordFish
Looks like the moon doesn't set at my place :D

Code: Select all

response	
version	"0.1"
termsofService	"http://www.wunderground.com/weather/api/d/terms.html"
features	
astronomy	1
moon_phase	
percentIlluminated	"12"
ageOfMoon	"3"
phaseofMoon	"Waxing Crescent"
hemisphere	"North"
current_time	
hour	"12"
minute	"04"
sunrise	
hour	"6"
minute	"12"
sunset	
hour	"20"
minute	"57"
moonrise	
hour	"8"
minute	"42"
moonset	
hour	""
minute	""
sun_phase	
sunrise	
hour	"6"
minute	"12"
sunset	
hour	"20"
minute	"57"

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

Posted: Saturday 29 April 2017 12:22
by koowee
tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).

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

Posted: Saturday 29 April 2017 12:24
by htilburgs
koowee wrote:
tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).
Koowee was quicker ;) Also modified the Wiki, this was not correct.

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

Posted: Saturday 29 April 2017 12:34
by mvveelen
SuperMouse wrote:Hi Guys.

Back again after 5 days on a holiday. Could not resist to open this forum :D

I have this idea to make the moon edges transparent :idea:

Anybody else interested before I change another 99 moons :o
Yes, please !

I was searching on the web for transparent images and was going to......well, now I'll wait for you to finish them :D

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

Posted: Saturday 29 April 2017 12:42
by tontze
koowee wrote:
tontze wrote:Hi, i just installed this via git, but i dont see it at all when browing to url:8084 ? I did as wiki asked to, which wasnt much :D

-T
If you did install it under .../domoticz/www/dashticz_v2/, then you need to use this kind of address domoticz_url:8084/dashticz_v2/ (assuming that your domoticz use 8084 port).
aah ok ofcoz :) Thnx, working now.

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

Posted: Saturday 29 April 2017 12:44
by poudenes
SuperMouse wrote:Hi Guys.

Back again after 5 days on a holiday. Could not resist to open this forum :D

I have this idea to make the moon edges transparent :idea:

Anybody else interested before I change another 99 moons :o
Yes please!!!


Verzonden vanaf mijn iPhone met Tapatalk Pro

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

Posted: Saturday 29 April 2017 12:44
by tontze
Hm, selector switches doesnt look very handy, also it has some weird "select" option in dropdown menu, which doesnt do anything, obviously :) Otherwise, looks very nice !

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

Posted: Saturday 29 April 2017 12:47
by htilburgs
@robgeerts,

For my iPhone location, it will show ON instead of the location.
Can you look into this? User @poudenes has the same problem.

Code: Select all

 {
         "AddjMulti" : 1.0,
         "AddjMulti2" : 1.0,
         "AddjValue" : 0.0,
         "AddjValue2" : 0.0,
         "BatteryLevel" : 255,
         "CustomImage" : 0,
         "Data" : "Dashticzstraat 2, 1234 AB Dashticzstad (0.4 km)",
         "Description" : "",
         "Favorite" : 0,
         "HardwareID" : 7,
         "HardwareName" : "Dummy Virtual Switch",
         "HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
         "HardwareTypeVal" : 15,
         "HaveTimeout" : false,
         "ID" : "00082154",
         "LastUpdate" : "2017-04-29 12:00:07",
         "Name" : "Locatie iPhone",
         "Notifications" : "false",
         "PlanID" : "0",
         "PlanIDs" : [ 0 ],
         "Protected" : false,
         "ShowNotifications" : false,
         "SignalLevel" : "-",
         "SubType" : "Text",
         "Timers" : "false",
         "Type" : "General",
         "TypeImg" : "text",
         "Unit" : 1,
         "Used" : 1,
         "XOffset" : "0",
         "YOffset" : "0",
         "idx" : "154"
      }

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

Posted: Saturday 29 April 2017 13:09
by EdwinK
htilburgs wrote:
I think it doesn't know ' "Data" : "Dashticzstraat 2, 1234 AB Dashticzstad (0.4 km)",'
:D

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

Posted: Saturday 29 April 2017 13:39
by htilburgs
:lol:

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

Posted: Saturday 29 April 2017 13:55
by mvveelen
Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.

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

Posted: Saturday 29 April 2017 14:15
by madrian
mvveelen wrote:Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.
Me. :) config.js is correctly configured? Google Calendar works?

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

Posted: Saturday 29 April 2017 14:16
by SuperMouse
I will be dreaming about moons tonight... :geek:

But here they are:

https://drive.google.com/file/d/0B3pz_b ... c4bVE/view

Use them on a starry background and there you go !

Show them on this forum:
https://www.domoticz.com/forum/viewtopi ... =8&t=17242

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

Posted: Saturday 29 April 2017 14:24
by mvveelen
madrian wrote:
mvveelen wrote:Any users with an Apple calendar? Trying to get the calendar plugin to work, but nothing shows up.
Me. :) config.js is correctly configured? Google Calendar works?
I added the URL (webcal://p29-calendars.icloud.com/published/2/nhsdjfgdsfgdsjfhfy3ef_DSgEIaCw_Tv6VZAn0xMLLCMhlEE-RIreVpahV4zKT-fE_XyvWaKHmFSf4cTYEptui-tRa1buriW7k)

^^
the URL is just an example

But in the config.js I use buttons.calendar (the config_default.js isn't clear about what else to use) and nothing is showing up. I'm not using a Google calendar, but an Apple calendar.