Your are writing code faster than I can update the Wiki....LOL....

Moderators: leecollings, htilburgs, robgeerts
yhpapagaj wrote:Robert,
latest version, I am trying to enable multiple screens:
//if you want to use multiple screens, use the code below:
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg3.jpg';
screens[1]['columns'] = [1,2,3]
screens[2] = {}
screens[2]['background'] = 'bg3.jpg';
screens[2]['columns'] = [4,5,6]
...result:
Screen Shot 2017-04-15 at 22.45.20.jpg
On the first page weather block at the top is duplicated + buttons are on the right are duplicated. Second screen looks fine.
---
It would be great if someone would write a guide about multiple screens, blocks and columns.
I am trying to create custom screen with custom switches. With current information it is pretty hard, but I am keep trying.
Tried the wiki page?? http://www.domoticz.com/wiki/Dashticz-v2It would be great if someone would write a guide about multiple screens, blocks and columns.
I am trying to create custom screen with custom switches. With current information it is pretty hard, but I am keep trying.
If you bring us cool new features when you returnrobgeerts wrote:Try latest version for the standby AND background fix!
WARNING WITH A WINK![]()
I will not be here tomorrow and monday. Maybe an hour in the evenings.
Could you all entertain yourself withouth new features for 2 days?
Code: Select all
//PATH TO DOMOTICZ
var _LANGUAGE = 'hu_HU'; //or en_US
var _HOST_DOMOTICZ = 'http://192.168.1.54:8080';
/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND = '';
var _WEATHER_CITY = '';
var _WEATHER_COUNTRY = 'SK';
var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED = 'http://index.hu/24ora/rss?rovatkeres=osszes';
var buttons = {}
buttons.radio = {image: 'img/radio_on.png', title: 'Radio', url: 'http://79.172.241.238:8000/musicfm.mp3'}
buttons.radar = {icon: 'fa-cloud', title: 'Radar', url: 'http://192.168.1.54:8080/frontpage/idokep.gif?rand='+ Math.random()}
var titles = {}
titles.groups = 'Kapcsolók'; //or false to hide block
titles.lights = '';
titles.forecast = '';
titles.horizon = 'TV';
titles.nzbget = false;
titles.traffic = '';
titles.train = '';
//if you want to use multiple screens, use the code below:
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg3.jpg';
screens[1]['columns'] = [1,2,3]
screens[2] = {}
screens[2]['background'] = 'bg3.jpg';
screens[2]['columns'] = [4,5,6]
Code: Select all
blocks['news_2'] = {}
blocks['news_2']['feed'] = 'http://feeds.feedburner.com/tweakers/nieuws';
Code: Select all
var blocks = {}
blocks['news_2'] = {}
blocks['news_2']['feed'] = 'http://feeds.feedburner.com/tweakers/nieuws';
var columns = {}
columns[1] = {}
columns[1]['blocks'] = ['news_2']
columns[1]['width'] = 5;
Will do!EdKo66 wrote: If you bring us cool new features when you return
Nice Easter/Ishtar/voorjaars-feest
Thanks! I try keeping away, at least when my kids are awakehtilburgs wrote: Have a NICE weekend and enjoy your family.
Keep away from computers and reset your mind, but most of all enjoy (YOLO!!!)
Were you able to resolve this? I'm running into the same issue. I'm running Domoticz on a Synology NAS and it has been stable for a few months. Since I started playing with the dashboard Domoticz seems to crash every couple days. The dashboard loads without showing any sensors/switches and the main Domoticz page says it's offline. If I stop the Domoticz service in the Synology Diskstation and restart it, everything comes up fine. Anyone else seeing anything like this?Nautilus wrote:Something a bit strange going on with my Domoticz installation since I started to use the dashboard a couple of days ago. Could be just a coincidence of course but the Domoticz has been very stable lately and I have not updated it in a few weeks. Now when I started using the dashboard I've had several crashes (1-2 / day, Monit is handling the restarts). I was wondering could there be any kind of connection to using the dashboard, has anyone else noticed anything similar?
In config.js change buttons.buienradar to read:rbisschops wrote:Wow it's going fast with the Dashticz dashboard! I have not been around for a few days and a lot has changed. The Wiki is also a great addition.
Thx @robgeerts!
I downloaded yesterdays version. I noticed some bugs I would like to report.
- I see a popup coming I think is from buienrader. This appears on a regular bases. Clicking OK or Annuleer does not mather. Happens on iPad and PC. (See attached screenshot)
Code: Select all
buttons.buienradar = {width:12, isimage:true, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
Code: Select all
blocks['140_1']['title'] = 'Temperatuur';
blocks['140_2']['title'] = 'Luchtvochtigheid';
Users browsing this forum: No registered users and 1 guest