He's not a developer but a project manager who probably doesn't know the technical details either.
It's not about the API but about the json URL, which are two different things in my opinion.
The API indeed returns output that is probably understood by the dedicated apps only, like: {"afvalDate ...
Search found 11 matches
- Monday 19 February 2018 15:02
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 962
- Views: 176208
- Wednesday 14 February 2018 23:50
- Forum: Dashticz
- Topic: Dashticz - Custom CSS
- Replies: 82
- Views: 24395
Re: Dashticz - Custom CSS
Thanks!
The current beta version of the getStateBlock() routine appears to be too different from the (stable) version which I use, to cherrypick the changes
and try them out. I will try with a full beta version (including these changes) later this week.
Thanks for picking this us so quick.
The current beta version of the getStateBlock() routine appears to be too different from the (stable) version which I use, to cherrypick the changes
and try them out. I will try with a full beta version (including these changes) later this week.
Thanks for picking this us so quick.
- Tuesday 13 February 2018 15:47
- Forum: Dashticz
- Topic: Dashticz - Custom CSS
- Replies: 82
- Views: 24395
Re: Dashticz - Custom CSS
Thanks, but unfortunately that only works for the title. The values (CPU usage and temperature) are apparently not a 'state' value.
Looking at the output with DOM explorer shows:
<div class="col-xs-8 col-icon"...<\div>
<strong class="title">CPU usage</strong>
<br />
<span>2.08%</span>
</div ...
Looking at the output with DOM explorer shows:
<div class="col-xs-8 col-icon"...<\div>
<strong class="title">CPU usage</strong>
<br />
<span>2.08%</span>
</div ...
- Monday 12 February 2018 23:17
- Forum: Dashticz
- Topic: Dashticz - Custom CSS
- Replies: 82
- Views: 24395
Re: Dashticz - Custom CSS
Thanks! img.icon ... I would not have guessed that.
It works after I also increased max-width for img.icon (otherwise the width of the image did not change, only the heigth changed).
img.icon {
max-width: 50px !important
}
And now I have to figure out how to shift the title and data parts a bit ...
It works after I also increased max-width for img.icon (otherwise the width of the image did not change, only the heigth changed).
img.icon {
max-width: 50px !important
}
And now I have to figure out how to shift the title and data parts a bit ...
- Monday 12 February 2018 13:48
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 10414
Re: Dashticz - Module Moonphases
In the main.js script, I see that the IP-address is likely used to find your pictures:
function getMoonInfo(image){
req = $.getJSONP({
url: settings['domoticz_ip']+"/json.htm?type=command¶m=getuservariable&idx="+settings['idx_moonpicture']+"&jsoncallback=?",
type: 'GET',async: true ...
function getMoonInfo(image){
req = $.getJSONP({
url: settings['domoticz_ip']+"/json.htm?type=command¶m=getuservariable&idx="+settings['idx_moonpicture']+"&jsoncallback=?",
type: 'GET',async: true ...
- Monday 12 February 2018 13:09
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 10414
Re: Dashticz - Module Moonphases
I do get the moon picture (A big black circle, with just a small enlighted part today) with your CONFIG.js, so this CONFIG.js file does not seem be the problem.
When you look in the Domoticz (not Dashticz) dashboard itself and check the 'Current value' of the 'MoonPicture' user variable (Setup ...
When you look in the Domoticz (not Dashticz) dashboard itself and check the 'Current value' of the 'MoonPicture' user variable (Setup ...
- Monday 12 February 2018 12:02
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 10414
Re: Dashticz - Module Moonphases
Can you mention what steps/code you have already inserted yourself in the CONFIG.js file?
And if the file /var/temp/phase.tmp indeed contains the correct information, retrieved from wunderground?
And if the file /var/temp/phase.tmp indeed contains the correct information, retrieved from wunderground?
- Sunday 11 February 2018 20:39
- Forum: Dashticz
- Topic: Dashticz - Custom CSS
- Replies: 82
- Views: 24395
Re: Dashticz - Custom CSS
Hi all,
Confused all over the place currently, I hope someone can give this CSS rookie some hints. I'm trying to add the Raspberry CPU (temp, usage etc)
to the dashboard. I have created the hardware device (Motherboard) and have the IDx's 347 and 348 assigned to these 2 devices.
I've added it to ...
Confused all over the place currently, I hope someone can give this CSS rookie some hints. I'm trying to add the Raspberry CPU (temp, usage etc)
to the dashboard. I have created the hardware device (Motherboard) and have the IDx's 347 and 348 assigned to these 2 devices.
I've added it to ...
- Sunday 11 February 2018 13:36
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 10414
Re: Dashticz - Module Moonphases
Just replace waardecheck into is_waxing, like:
Code: Select all
if is_waxing==false then
picnumber=math.floor(...etc...)- Saturday 10 February 2018 14:30
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 10414
Re: Dashticz - Module Moonphases
What coincidence... I was looking and wondering about the same thing yesterday. So, no you're not the only one. My picture also shows the
illuminated part at the wrong side.
I was looking at the moonphase script due to another problem I had. The script_time_moon.lua script polled the wunderground ...
illuminated part at the wrong side.
I was looking at the moonphase script due to another problem I had. The script_time_moon.lua script polled the wunderground ...
- Friday 09 February 2018 21:12
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 962
- Views: 176208
Re: Dashticz - Module - Garbage collector
It's likely not a problem in the scripts, but rather an issue with mijnafvalwijzer itself (I have the same 'Loading...' issue myself
as well for the last 2 days).
Trying to load the json url in a plain browser does not return anything useful either.
Using the DEMO postalcode+number from the ...
as well for the last 2 days).
Trying to load the json url in a plain browser does not return anything useful either.
Using the DEMO postalcode+number from the ...