Button display issue old ipad 9.35 & Dashticz 3.42 beta

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
alarm_guy1
Posts: 132
Joined: Tuesday 14 January 2014 0:03
Target OS: Linux
Domoticz version:
Contact:

Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by alarm_guy1 »

Hi guys,

I did a fresh install today, thanks to other members help, I have a strange issue, I have a heating control with +/- buttons but they are just black squares on Ipad fine on PC and the same with the radioplayer buttons.

Lastly I have posted this earlier but I have the Corona virus graphs on page 3 and they are fine on my Windows PC but not on the Ipad.
Cheers

Code: Select all

var config = {}
config['domoticz_ip'] = 'http://192.168.xxx.xxx:xxxx';
config['user_name'] = '';
config['pass_word'] = '';
config['app_title'] = 'HOME CONTROL';
config['room_plan'] = '0';
config['domoticz_refresh'] = '1';
config['dashticz_refresh'] = '5';
config['default_news_url'] = 'http://www.nu.nl/rss/algemeen';
config['news_scroll_after'] = '7';
config['default_cors_url'] = '';
config['dashticz_php_path'] = './vendor/dashticz/';
config['standby_call_url'] = '';
config['standby_call_url_on_end'] = '';
config['theme'] = 'default';
config['background_image'] = 'img/bg2.jpg';
config['standby_after'] = '0';
config['auto_swipe_back_to'] = '1';
config['auto_swipe_back_after'] = '10';
config['auto_slide_pages'] = '';
config['slide_effect'] = 'slide';
config['standard_graph'] = 'hours';
config['blink_color'] = '255, 255, 255, 1';
config['language'] = 'en_US';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['calendarlanguage'] = 'en_US';
config['calendarurl'] = '';
config['boss_stationclock'] = 'RedBoss';
config['gm_api'] = '';
config['gm_zoomlevel'] = '';
config['gm_latitude'] = '';
config['gm_longitude'] = '';
config['speak_lang'] = 'en-US';
config['wu_api'] = '';
config['wu_city'] = 'Amsterdam';
config['wu_name'] = '';
config['wu_country'] = 'NL';
config['owm_api'] = '00000000000000000000000000000';
config['owm_city'] = 'Clacton-on-Sea';
config['owm_name'] = 'Clacton-on-Sea';
config['owm_country'] = 'uk';
config['owm_lang'] = 'en_US';
config['owm_cnt'] = '7';
config['idx_moonpicture'] = '';
config['longfonds_zipcode'] = '';
config['longfonds_housenumber'] = '';
config['switch_horizon'] = '';
config['host_nzbget'] = '';
config['spot_clientid'] = '';
config['sonarr_url'] = '';
config['sonarr_apikey'] = '';
config['sonarr_maxitems'] = '';
config['garbage_company'] = '';
config['garbage_icalurl'] = '';
config['google_api_key'] = '';
config['garbage_calendar_id'] = '';
config['garbage_zipcode'] = '';
config['garbage_street'] = '';
config['garbage_housenumber'] = '';
config['garbage_housenumberadd'] = '';
config['garbage_maxitems'] = '';
config['garbage_width'] = '';
config['setpoint_min'] = '5';
config['setpoint_max'] = '40';
config['loginEnabled'] = 0;
config['disable_update_check'] = 0;
config['no_rgb'] = 0;
config['auto_positioning'] = 0;
config['use_favorites'] = 1;
config['disable_googleanalytics'] = 0;
config['last_update'] = 1;
config['hide_topbar'] = 0;
config['security_button_icons'] = 0;
config['edit_mode'] = 0;
config['hide_seconds'] = 0;
config['hide_seconds_stationclock'] = 0;
config['owm_days'] = 1;
config['owm_min'] = 1;
config['use_fahrenheit'] = 0;
config['use_beaufort'] = 0;
config['translate_windspeed'] = 1;
config['static_weathericons'] = 0;
config['hide_mediaplayer'] = 0;
config['garbage_hideicon'] = 0;
config['garbage_icon_use_colors'] = 1;
config['garbage_use_colors'] = 0;
config['garbage_use_names'] = 0;
config['garbage_use_cors_prefix'] = 1;




//Configuring the OWM parameters


blocks[313] = {width:8}
blocks[336] = {width:8}
blocks[298] = {width:8}
blocks[58] = {width:8}
blocks[298]['image'] = 'bulbyellow_off.png'
blocks[298]['image'] = 'bulbyellow_on.png'



var _STREAMPLAYER_TRACKS  	= [
	{"track":1,"name":"Q-music","file":"http://icecast-qmusic.cdp.triple-it.nl/Qmusic_nl_live_96.mp3"},
	{"track":2,"name":"538 Hitzone","file":"http://vip-icecast.538.lw.triple-it.nl/WEB11_MP3"},
	{"track":3,"name":"Slam! NonStop","file":"http://stream.radiocorp.nl/web10_mp3"},
	{"track":4,"name":"U2 Radio Station","file":"http://prod-chrome80-player-popup.s3.eu-central-1.amazonaws.com/popup_player_v1.html?station=u2&tenant=radio.net"},
  ]; 


var buttons = {}
buttons.Shopping = {key: 'nunl', width:65, icon: 'fa-newspaper-o', title: 'SHOPPING LIST', newwindow:true, url: 'http://listmoz.com#zYj31GjbVWcjfZb7FJ '}
buttons.nos = {key: 'nos',  width:12, icon: 'fa-newspaper-o', title: 'Nos', url: 'http://www.nos.nl'}


var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']
					
columns[1] = {}
columns[1]['blocks'] = [336,58,313,298,buttons.Shopping]
columns[1]['width'] = 6;

columns[2] = {}
columns[2]['blocks'] = []
columns[2]['width'] = 1; 

columns[3] = {}
columns[3]['blocks'] = ['stationclock','streamplayer','currentweather_big_owm','weather_owm']
columns[3]['width'] = 5; 

var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['miniclock','weather']
columns_standby[1]['width'] = 14;

var screens = {}
screens[1] = {}
screens[1]['background'] = 'maldives.jpg';
screens[1]['columns'] = [1,2,3]




blocks['col4title'] = {
	type: 'blocktitle',
	title: 'Column 4, column width is 4'
}

blocks['col4block1'] = {
	type: 'blocktitle',
	title: 'block width is 6',
	width: 6

}

blocks['col4block2'] = {
	type: 'blocktitle',
	title: 'block width is 3',
	width: 3

}

blocks['col5title'] = {
	type: 'blocktitle',
	title: 'Column 5, column width is 8'
}

columns[4] = {
	width: 4,
	blocks: ['col4title', 'col4block1','col4block2']
} 

columns[5] = {
	width: 8,
	blocks: ['col5title']
} 

screens[2] = {
	background: 'maldives.jpg',
	columns: [4,5]
}


blocks['coronavirus_graph_uk'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'GB',
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	startDate: '01/03/2020',
	stacked: true,
	toolTipStyle: true,
	height: '760px',
	zoom: 'x'
} 

blocks['coronavirus_graph_us'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'US',	
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	stacked: true,
	toolTipStyle: true,
	height: '380px',
	zoom: 'x'
} 

blocks['coronavirus_graph_it'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'IT',
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	stacked: true,
	toolTipStyle: true,
	height: '380px',
	zoom: 'x'
} 

blocks['coronavirus_graph_es'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'ES',	
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	stacked: true,
	toolTipStyle: true,
	height: '380px',
	zoom: 'x'
} 

blocks['coronavirus_graph_de'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'DE',	
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	stacked: true,
	toolTipStyle: true,
	height: '380px',
	width: 6,
	zoom: 'x'
} 

blocks['coronavirus_graph_fr'] = {	
	title: 'Coronavirus',
	type: 'corona',
	countryCode:'FR',	
	startDate: '01/03/2020',
	datasetColors: ['#7fcdbb', '#f03b20'],
	graph: 'bar',
	stacked: true,
	toolTipStyle: true,
	height: '380px',
	width: 6,
	zoom: 'x'
} 


blocks['coronavirus_global_confirmed'] = {	
	report: 'Confirmed',
	type: 'corona',
	width: 3
} 

blocks['coronavirus_global_deaths'] = {	
	report: 'Deaths',
	type: 'corona',
	width: 3
} 

blocks['coronavirus_gb_confirmed'] = {	
	countryCode:'GB',
	type: 'corona',
	report: 'Confirmed',
	width: 3
} 

blocks['coronavirus_gb_deaths'] = {	
	countryCode:'GB',
	type: 'corona',
	report: 'Deaths',
	width: 3
} 

blocks['coronavirus_gb_ratio'] = {	
	countryCode:'GB',
	type: 'corona',
	report: 'Ratio',
	width: 6
} 

blocks['coronavirus_gb_doubling'] = {	
	countryCode:'GB',
	type: 'corona',
	report: 'Doubling',
	width: 6
} 

columns[6] = {}
columns[6]['width'] = 8;
columns[6]['blocks'] = ['coronavirus_global_confirmed', 'coronavirus_global_deaths', 'coronavirus_gb_confirmed','coronavirus_gb_deaths', 'coronavirus_graph_uk', 'coronavirus_graph_de', 'coronavirus_graph_fr']

columns[7] = {}
columns[7]['width'] = 4;
columns[7]['blocks'] = ['coronavirus_gb_ratio', 'coronavirus_gb_doubling', 'coronavirus_graph_us', 'coronavirus_graph_it', 'coronavirus_graph_es']

screens[3] = {
	background: 'maldives.jpg',
	columns: [6,7]
}
//Adding OWM to a column
//columns[3] = {}
//columns[3]['blocks'] = ['currentweather_big_owm','weather_owm']
//columns[3]['width'] = 3;
]
Attachments
dashticz2.jpg
dashticz2.jpg (357.87 KiB) Viewed 384 times
Last edited by alarm_guy1 on Sunday 05 April 2020 18:51, edited 1 time in total.
alarm_guy1
Posts: 132
Joined: Tuesday 14 January 2014 0:03
Target OS: Linux
Domoticz version:
Contact:

Re: Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by alarm_guy1 »

sorry i thought i put the code in a code box clearly not
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by Lokonli »

Normally the black boxes are solved after a cache refresh on your ipad.
alarm_guy1
Posts: 132
Joined: Tuesday 14 January 2014 0:03
Target OS: Linux
Domoticz version:
Contact:

Re: Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by alarm_guy1 »

Thankyou, unfortunately It didnt work, but many thanks for the reply
Jimster
Posts: 82
Joined: Tuesday 04 February 2020 11:42
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: The Netherlands
Contact:

Re: Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by Jimster »

alarm_guy1 wrote: Saturday 04 April 2020 23:10 Thankyou, unfortunately It didnt work, but many thanks for the reply
Also in private browsing mode?
You can edit your post and add the code tags.
alarm_guy1
Posts: 132
Joined: Tuesday 14 January 2014 0:03
Target OS: Linux
Domoticz version:
Contact:

Re: Button display issue old ipad 9.35 & Dashticz 3.42 beta

Post by alarm_guy1 »

cheers i'll give it a try...
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest