Search found 6 matches

by jec_44
Monday 05 October 2015 10:27
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 104045

Re: FlatZ Frontpage

Hi, Yes it's very nice Frontpage, congratulations. Some improvement ideas : Change language for the Weather, for exemple, i know with openweathermap, you add &lang=fr in the javascript An issue : on tablet or Smartphone : menu button (on top right) doesn't work Add button to switch on Full Screen ...
by jec_44
Thursday 01 October 2015 13:51
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 104045

Re: FlatZ Frontpage

galadril, i'am lokking for integrate it into settings.js to be able to enter parameters :

Code: Select all

$.traffic = "Paris, France";
$.zoom = "15";
bu i 'don't how to do and how to use it on traffic.html

Thanks
by jec_44
Thursday 01 October 2015 10:54
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 104045

Re: FlatZ Frontpage

See the result
by jec_44
Thursday 01 October 2015 9:22
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 104045

Re: FlatZ Frontpage

I do it, not most beautiful coding but it works ! <!-- DONUT CHART --> <div class="col-sm-3 col-lg-3" style="width:75%;float: right"> <div class="dash-unit " style="height:610px;overflow-y:scroll"> <dtitle>Traffic</dtitle> <hr> <!--<div class="info-user" style="float:right;padding-right:20px ...
by jec_44
Thursday 01 October 2015 9:13
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 104045

Re: FlatZ Frontpage

Hi guys, Wonderfull ! i have a suggestion, could you add a traffic page based on google map ? I added a new traffic.html page with <script> if ($.Traffic) {document.write('<li class="active" ><a class="stay" href="traffic.html"><i class="icon-th icon-white"></i> Traffic</a></li>');} </script> Most ...
by jec_44
Wednesday 14 January 2015 16:29
Forum: Other questions and discussions
Topic: Display Domoticz messages on your Philips TV
Replies: 14
Views: 6993

Re: Display Domoticz messages on your Philips TV

I've seen something interresting for TV Samsung owner like me : http://tech.shantanugoel.com/2013/07/14 ... ython.html

It's a python script, easy to implement. Try it and give us your feedback ! :)

Jec