Aurora theme
Moderator: leecollings
-
- Posts: 5
- Joined: Thursday 15 February 2018 11:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Wroclaw
- Contact:
Re: Aurora theme
Hi,
Do you have any idea why Utility sections and Switches looks like this?
Do you have any idea why Utility sections and Switches looks like this?
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@Xztraz: thanks!
@Olinek2: I have no idea. Have you cleared your application cache? tried different browsers? What device are you on?
UPDATE
BUGFIX
I've added a fix for the RGBW popup, which was recently changed in Domoticz.
NEW FEATURE
If the value of a text item is a URL, then the theme will automatically turn it into an iframe. This allows you to incorporate external sources into your dashboard, like weather and news feeds.
To try it:
- Create a dummy text item.
- On the Utilities page, click on the text and input a URL.
- Go to the dashboard and enjoy your iFrame.
@Olinek2: I have no idea. Have you cleared your application cache? tried different browsers? What device are you on?
UPDATE
BUGFIX
I've added a fix for the RGBW popup, which was recently changed in Domoticz.
NEW FEATURE
If the value of a text item is a URL, then the theme will automatically turn it into an iframe. This allows you to incorporate external sources into your dashboard, like weather and news feeds.
To try it:
- Create a dummy text item.
- On the Utilities page, click on the text and input a URL.
- Go to the dashboard and enjoy your iFrame.
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
iframe. where do you enter the url? as the name of the device, description or as the data?
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Aurora theme
blauwebuis great work! I gonna test the iframes!
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@Xztraz: click on the text. Just try it, you'll find it.
-
- Posts: 82
- Joined: Saturday 13 December 2014 21:20
- Target OS: Linux
- Domoticz version:
- Contact:
Aurora theme
Just a suggestion:
Would it be possible to have the highlighted items to be independent from the columns?
For example I want my cameras to show in the most right columns, now this is not possible because it is only showing utilities.
Verzonden vanaf mijn iPad met Tapatalk
Would it be possible to have the highlighted items to be independent from the columns?
For example I want my cameras to show in the most right columns, now this is not possible because it is only showing utilities.
Verzonden vanaf mijn iPad met Tapatalk
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
i guess its the hello world text? do you have an example of some site that should work in iframe? tried all different fields but only get an iconblauwebuis wrote: ↑Saturday 24 February 2018 9:03 @Xztraz: click on the text. Just try it, you'll find it.
-
- Posts: 82
- Joined: Saturday 13 December 2014 21:20
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Aurora theme
https://w.bookcdn.com/weather/picture/1 ... c_id=14924Xztraz wrote: ↑Saturday 24 February 2018 11:04i guess its the hello world text? do you have an example of some site that should work in iframe? tried all different fields but only get an iconblauwebuis wrote: ↑Saturday 24 February 2018 9:03 @Xztraz: click on the text. Just try it, you'll find it.
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
This works: (adress in data field)
Awesome!-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@bdormael: the items position and and order is linked to their containers/type. Technically it would be possible to 'fish out' some items and store their ID in a user variable. And then always load these items into the special "highlighted" container when the page is built. Not a bad idea. But in a way you're then creating a system where you can make favourites inside your favourites
-
- Posts: 11
- Joined: Tuesday 09 August 2016 23:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
First, thank for the beautiful project.
After some time domoticz picked up again and then his change.
My IP webcam (old phone) also works in the Iframe way.
Now only find out how I can adjust the resolution of this with the url.
After some time domoticz picked up again and then his change.
My IP webcam (old phone) also works in the Iframe way.
Now only find out how I can adjust the resolution of this with the url.
-
- Posts: 44
- Joined: Monday 23 December 2013 23:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Newest
- Location: Netherlands Helmond
- Contact:
Re: Aurora theme
@ blauwe buis compliments for this theme.
Is it possible to make an update button in the menu for an update from the aurora-theme ,
instead of the git pull rule in putty.
Is it possible to make an update button in the menu for an update from the aurora-theme ,
instead of the git pull rule in putty.
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
workaround for update if you are that lazy
make a shell script under scripts/update_aurora.sh
fill it with(this is for rpi):
chmod +x
call script from dummy button.
script://update_aurora.sh
make a shell script under scripts/update_aurora.sh
fill it with(this is for rpi):
Code: Select all
#!/bin/sh
cd /home/pi/domoticz/www/styles/aurora
git pull
call script from dummy button.
script://update_aurora.sh
-
- Posts: 65
- Joined: Tuesday 13 October 2015 13:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Poland
- Contact:
Re: Aurora theme
Domoticz Version: 3.8946
I update today to this version beta domoticz, and we lost button "Theme" in settings.
I also check in new version Aurora the same problem.
Of course i clear all cache.
EDIT: becouse jquery in domoticz upgrade to ->jquery-3.3.1.min.js
and from version jquery 3.0 .andSelf() removed, and we have to use .addBack() in line 1951 in custom.js
I update today to this version beta domoticz, and we lost button "Theme" in settings.
I also check in new version Aurora the same problem.
Of course i clear all cache.
EDIT: becouse jquery in domoticz upgrade to ->jquery-3.3.1.min.js
and from version jquery 3.0 .andSelf() removed, and we have to use .addBack() in line 1951 in custom.js
Last edited by Eoreh on Sunday 25 February 2018 16:00, edited 1 time in total.
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
tested replacing what you said. seem to work. and made a pull request
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Should be fixed now. please test
Also added more viz for more sensors(even more coming)
Also added more viz for more sensors(even more coming)
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
fixed viz for negative temps (on pull request now)
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
Merged. Thanks for the great contribution!
UPDATE
- Theme settings button is back.
- More devices and sensor types now support data visualization on the dashboard.
- Negative temperatures are now also shown in these visualizations.
UPDATE
- Theme settings button is back.
- More devices and sensor types now support data visualization on the dashboard.
- Negative temperatures are now also shown in these visualizations.
Last edited by blauwebuis on Monday 26 February 2018 9:22, edited 1 time in total.
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
I do what i can thanks for a great theme!
Added the last of viz sensors. phu. takes 6 datapoints before any viz shows. can be good to know
Added the last of viz sensors. phu. takes 6 datapoints before any viz shows. can be good to know
-
- Posts: 5
- Joined: Thursday 15 February 2018 11:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Wroclaw
- Contact:
Re: Aurora theme
Update of Domoticz and plugin has solved issue
Who is online
Users browsing this forum: No registered users and 0 guests