Code: Select all
blocks['139_2'] = {}
blocks['139_2']['title'] = 'Luchtvochtigheid';
blocks['139_2']['switch'] = true;
blocks['139_3'] = {}
blocks['139_3']['title'] = 'Baro';
blocks['139_3']['switch'] = true;
Moderators: leecollings, htilburgs, robgeerts
Code: Select all
blocks['139_2'] = {}
blocks['139_2']['title'] = 'Luchtvochtigheid';
blocks['139_2']['switch'] = true;
blocks['139_3'] = {}
blocks['139_3']['title'] = 'Baro';
blocks['139_3']['switch'] = true;
The 'simple' site where you link to in your edit is not supported anymore by FR24. It works now, but might not work in the future. I noticed that the menu on the left is not there if the screen resolution is smaller.Ierlandfan wrote:I was playing with that also. I use this:crashingdutchman wrote:Would anyone be interested in adding Flightradar24 to his dashboard? I have this setup now and it seems to work nice, although I would like to be able to remove the left part of that site.
frames.flightradar = {height:250,frameurl:"https://www.flightradar24.com/52.8,5/10",width:12}
Gives you the Northern part of Holland. No menu on the left side for me.
Edit, found a better source (thanx to Vliegveld Middenmeer)
https://www.flightradar24.com/simple?la ... 2=altspeed
If you want all aiprplanes you have to delete maxspeed and minspeed. If you only want light aircraft like Microlights, gliders, Cessna, Piper and that kind of airplanes leave them in place.
Code: Select all
git clone https://github.com/robgeerts/dashticz_v2.git
Code: Select all
git branche
I don't understand your line to go "https://github.com/robgeerts/dashticz_v2/tree/beta" what to do there?EdKo66 wrote:I would make a backup of ALL changed file, CONFIG.js custom.css and custom.jss
Then I deleted the dasthicz folder and then on https://github.com/robgeerts/dashticz_v2/tree/beta and after that aTo check if it's really the beta, you can doCode: Select all
git clone https://github.com/robgeerts/dashticz_v2.git
Hope this helps.Code: Select all
git branche
In addition to your response:EdKo66 wrote:I would make a backup of ALL changed file, CONFIG.js custom.css and custom.jss
Then I deleted the dasthicz folder and then on https://github.com/robgeerts/dashticz_v2/tree/beta and after that aTo check if it's really the beta, you can doCode: Select all
git clone https://github.com/robgeerts/dashticz_v2.git
Hope this helps.Code: Select all
git branche
Already reported in Dashticz - Bug report https://www.domoticz.com/forum/viewtopi ... 67&t=17427.mlamie wrote:It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
I don't think so. At least, I've seen this for quite some time nowIt might be on Rob's to-do-list.lukev wrote:Hi all, is there a way to fix the output of a graph in 'last month'? It always flips back to 'today' (which isn't actually a day but a few days...)
Code: Select all
var frames = {}
frames.weather = {refreshiframe:10000,height:500,frameurl:"http://iltasanomat.weatherproof.fi/tutka.php?map=Etel%C3%A4-Suomi",width:12}
columns[1]['blocks'] = [frames.weather];
Fixed in latest beta!htilburgs wrote: Error:
About the error, I can confirm that when you have var _STANDBY_AFTER_MINUTES = false; then you get this error. Something is wrong in the main.js file. I wil notice @robgeerts for this.
Put the var _STANDBY_AFTER_MINUTES = 10; than the error is gone for the moment.
Please test this in latest version!mlamie wrote:It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
Still not working here, have to refresh site to get updated device state.robgeerts wrote:Please test this in latest version!mlamie wrote:It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
Same here, unfortunately.blacksn0w wrote:Still not working here, have to refresh site to get updated device state.robgeerts wrote:Please test this in latest version!mlamie wrote:It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
Hi,tontze wrote:Hi !
I was trying to get Wikis weather frame to work, but it makes screen blank .. I have done as wiki says :Code: Select all
var frames = {} frames.weather = {refreshiframe:10000,height:500,frameurl:"http://iltasanomat.weatherproof.fi/tutka.php?map=Etel%C3%A4-Suomi",width:12} columns[1]['blocks'] = [frames.weather];
Code: Select all
var frames = {}
frames.weather = {refreshiframe:10000,height:500,frameurl:"http://iltasanomat.weatherproof.fi/tutka.php?map=Etel%C3%A4-Suomi",width:12}
columns[1] = {}
columns[1]['blocks'] = [frames.weather]
columns[1]['width'] = 4;
screens[2] = {}
screens[2]['background'] = 'bg1.jpg';
screens[2]['columns'] = [1]
When i activate these 2 lines in main.js it works for me (not sure if it has any other impact) but it is also active in the master branche.robgeerts wrote:Please test this in latest version!mlamie wrote:It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
Code: Select all
if(typeof(_DEBUG)=='undefined' || _DEBUG===false) setTimeout(function(){ getDevices(); },(_DOMOTICZ_REFRESH*1000));
}
});
}
else {
if(typeof(_DEBUG)=='undefined' || _DEBUG===false) setTimeout(function(){ getDevices(); },(_DOMOTICZ_REFRESH*1000));
Users browsing this forum: No registered users and 0 guests