Page 17 of 24
Re: Aurora theme
Posted: Tuesday 20 March 2018 11:43
by blauwebuis
@miljume, @marcin: thanks, I'll look into it.
Re: Aurora theme
Posted: Thursday 29 March 2018 12:57
by AFUDirk
zak45 wrote: ↑Monday 18 December 2017 17:18
Not able to save the settings for the theme, every time I made modification and save, when come back to settings, retreive old (original)values:
Capture.JPG
Hello, has a solution been found here already?
Is it the file rights that have to be legislated with Chmod?

Re: Aurora theme
Posted: Saturday 31 March 2018 11:53
by blauwebuis
@AFUDirk: yes this has been fixed.
Re: Aurora theme
Posted: Thursday 05 April 2018 10:14
by JustMitchie
Hello, is it possible to have the dashboard data visualisation graphs to show the monthly by default? Or hourly...? I find those options far more usefull.
Re: Aurora theme
Posted: Thursday 12 April 2018 19:46
by blauwebuis
That is not currently built. The code is open source, so you could add these features to the theme.
Re: Aurora theme
Posted: Thursday 12 April 2018 22:43
by Gironimo

- Capture.PNG (53.91 KiB) Viewed 4925 times
Hi all, I have installed Aurora to be able to show a liveview of my ip cameras. I added now 3 of them in the dashboard, but only the first one in the row shows the liveview. If I swap the widget around it shows the first one in the row. Is this a limitation or a bug? Thanks for your help!
Re: Aurora theme
Posted: Saturday 14 April 2018 11:01
by remb0
Since one of the last update the RGB(w) color selector is not oke.

- 2018-04-14 10_09_53-Domoticz.png (313.79 KiB) Viewed 4854 times
Re: Aurora theme
Posted: Saturday 14 April 2018 23:06
by pj-r
pj-r wrote: ↑Wednesday 03 January 2018 0:40
pj-r wrote: ↑Wednesday 20 December 2017 23:59
Nice, looks very nice!
Would it be hard to show the optionlist of rooms(dropdown) as row of buttons?
Displaying the rooms as buttons could be quite handy on tablet screen since the dropdown is not that touch friendly.
Perhaps the dropdown could stay where it is but the buttons would be additional and not for all rooms. Generating the buttons could use some filtering from rooms. For example generate button if room name contains some char.
This is what I meant. Some of the roomplans could be as buttons in addition to the drop down:
(of course with some nice styling

)
domo_buttons_room_plan.png
blauwebuis wrote: ↑Thursday 04 January 2018 18:23
@pj-r: the room buttons could be a feature in the future, but for now I just want to get things stable. I suspect it would be a little complex: where would the buttons go technically (where in the html). Domoticz is very difficult to work with, as it constantly changes html output. There are bannav tables, pre-bannev tables. Always filled with different things. Sometimes there’s a wrapper. It’s a mess. I standardise this when I was working on the new default theme, but those changes weren’t integrated..are fixed.
Looks like some one else would appreciate this feature too
viewtopic.php?f=4&t=22975
Re: Aurora theme
Posted: Friday 20 April 2018 11:13
by nissart78
Hi everyone.
I was wondering if there is a way to change / custom columns.
Please have a look at the following pictures.
Let me know if it is possible.
Regards
Arnaud
Re: Aurora theme
Posted: Saturday 21 April 2018 0:23
by devros
hi, anyone know how to modify css to display T: and A: (total and actual) value on power metter sensor?
On mobile view its displayed correctly but on web view is only actual displayed....
Tried to dig into css and looks like td#status is hidden on default web view.
Dunno if this is only this theme problem or domoticz bug.
edit:
found way...
add this code to css (or modify elements)
and total is back
Code: Select all
div#bstatus.item.General.kWh td#status {
float:right!important;
display: inline-block!important;
width: 30%!important;
margin-top: -40px!important;
margin-right: 5px!important;
}
Re: Aurora theme
Posted: Sunday 29 April 2018 9:46
by assenzuid
miljume wrote: ↑Monday 12 March 2018 20:56
Very nice theme, I just downloaded and installed it !
However I have problems in the mobile view (on my smartphone with Android 8.0) where no temp sensors or switches shows the value for each sensor (see picture)
Screenshot_20180312-204449.jpg
I have tried clearing the cache, restarting Domoticz and tried both Chrome and Firefox without success
Any clues?
EDIT: Turned off "iPhone style" in settings and now they are showing up again !
Same here, also the values for the smart meters are not shown.
Re: Aurora theme
Posted: Monday 30 April 2018 14:34
by blauwebuis
I've made two fixes.
- Added an icon for swtich-off state (see issue on github)
- Fixed the color selector.
Re: Aurora theme
Posted: Saturday 05 May 2018 8:09
by blauwebuis
I've fixed the mobile display of values
Re: Aurora theme
Posted: Saturday 05 May 2018 18:32
by CLEMENT99
blauwebuis wrote: ↑Saturday 05 May 2018 8:09
I've fixed the mobile display of values
Thanks ! Great job !
Re: Aurora theme
Posted: Sunday 06 May 2018 20:47
by Jochem
Blauewebuis,
I missed the sliders at the dimmer at the tab Switches...
I hope you can fix it soon..
Re: Aurora theme
Posted: Tuesday 08 May 2018 20:24
by Xztraz
Jochem wrote: ↑Sunday 06 May 2018 20:47
Blauewebuis,
I missed the sliders at the dimmer at the tab Switches...
I hope you can fix it soon..
Do you mean this bug?
https://github.com/domoticz/domoticz/issues/2370
Re: Aurora theme
Posted: Wednesday 09 May 2018 21:06
by Jochem
Hello Xtraz,
That' s the problem that I have, but I don't understand how to fix it...
Re: Aurora theme
Posted: Friday 11 May 2018 0:16
by hsvt
When I put more than 6 switches in 1 merge-block, they don't stands in one line below each other.
With 6 it's fine.
Are there more with this problem?
Re: Aurora theme
Posted: Friday 11 May 2018 11:18
by quack3d
Anyone got a css of a more modern color palette they would like to share that is not as white as the iPhone style colors? The default is too much like the theme author's nickname : blue web ui
I much prefer the colors in the dark-th3me for instance.
Re: Aurora theme
Posted: Monday 14 May 2018 13:10
by blauwebuis
@hsvt: this is normal behaviour. There is a limit.
@quack3D: you can already change the colours to whatever you like in the theme settings.