Aurora theme
Moderator: leecollings
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@madpatrick I've fixed the utilities page font color issue too.
And the merging now works as normal again, meaning you can click on the icons to see the dataviz pages again.
And the merging now works as normal again, meaning you can click on the icons to see the dataviz pages again.
- madpatrick
- Posts: 637
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2024.7
- Location: Netherlands
- Contact:
Re: Aurora theme
Thanks !!blauwebuis wrote: ↑Sunday 04 November 2018 19:14 @madpatrick I've fixed the utilities page font color issue too.
Much better now.
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
-
- Posts: 107
- Joined: Tuesday 31 January 2017 21:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Events page have changed in domoticz and would need some adjustment in skin.
Edit looks ok now. so ignore this-
- Posts: 30
- Joined: Saturday 27 October 2018 19:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Nice theme, but: Temp/hum sensor and also some others sensors data, most important data, is so small. And these are so important values to see Most important. Adn they are almost hidden in headers of tiles. Beat me now for my impertinency
-
- Posts: 22
- Joined: Sunday 26 July 2015 13:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Hi
I have a bug in the mobile version of the aurora theme. On the dashboard my 2 webcams are displayed twice.
It happens in chrome and firefox on my android phone.
My 2 kids move a lot when they sleep, and it happens they crawl in the blind spot of the camera because of this bug.
In a desktop browser the cams are displayed full size and only once.
I have a bug in the mobile version of the aurora theme. On the dashboard my 2 webcams are displayed twice.
It happens in chrome and firefox on my android phone.
My 2 kids move a lot when they sleep, and it happens they crawl in the blind spot of the camera because of this bug.
In a desktop browser the cams are displayed full size and only once.
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@tvurce There is an option for that in the settings, at least for the temp/hum devices. It removed dewpoint data, so that temperature gets center stage.
@nood Do you somehow have a bigger screenshot of the issue so that I can better understand what's going on? Or is this not cropped?
@nood Do you somehow have a bigger screenshot of the issue so that I can better understand what's going on? Or is this not cropped?
-
- Posts: 30
- Joined: Saturday 27 October 2018 19:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Thanks, but unfortunatelly, this setting is not helping. Dewpoint is still present in center of tile. Could be the problem, that I am using latest stable Domoticz, not latest beta?blauwebuis wrote: ↑Tuesday 20 November 2018 12:39 @tvurce There is an option for that in the settings, at least for the temp/hum devices. It removed dewpoint data, so that temperature gets center stage.
-
- Posts: 4
- Joined: Tuesday 09 October 2018 20:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Aurora theme
Greetings to all. I ran into a problem. There are no sensors and information in the dashboards in the normal and compact modes.
On the dashboard, sensors are displayed only in the mobile mode.
I cleaned the cache, used different browsers, reset the default theme settings, used other themes, nothing helps.
When viewing the source code in the browser errors are displayed:
On the dashboard, sensors are displayed only in the mobile mode.
I cleaned the cache, used different browsers, reset the default theme settings, used other themes, nothing helps.
When viewing the source code in the browser errors are displayed:
Code: Select all
DashboardController.js:2632 Uncaught ReferenceError: isLED is not defined
at Object.<anonymous> (DashboardController.js:2632)
at Function.each (jquery-3.3.1.min.js:2)
at Object.success (DashboardController.js:1940)
at u (jquery-3.3.1.min.js:2)
at Object.fireWith [as resolveWith] (jquery-3.3.1.min.js:2)
at k (jquery-3.3.1.min.js:2)
at XMLHttpRequest.<anonymous> (jquery-3.3.1.min.js:2)
at Object.send (jquery-3.3.1.min.js:2)
at Function.ajax (jquery-3.3.1.min.js:2)
at ShowFavorites (DashboardController.js:1781)
-
- Posts: 2
- Joined: Sunday 05 November 2017 15:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Hi Guys,
i have a question, couldent find something via the search function.
How can i manage, that all icons/sensors are showing the datavisualization below the temperature?
Default setting is 3? If yes can i increase the number somewhere in a config file?
I marked the sensors with a red line, where i like to see the visualization as well.
Many thanks in advance
BR/mauip
i have a question, couldent find something via the search function.
How can i manage, that all icons/sensors are showing the datavisualization below the temperature?
Default setting is 3? If yes can i increase the number somewhere in a config file?
I marked the sensors with a red line, where i like to see the visualization as well.
Many thanks in advance
BR/mauip
-
- Posts: 4
- Joined: Tuesday 09 October 2018 20:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Aurora theme
Full reinstallation of domoticz solved the problem !
Make backup, then:
Code: Select all
service domoticz stop
delete folder: /pi/domoticz
delete folder: /etc/domoticz
delete folder: /etc/init.d/domoticz.sh
Done
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
@tvurce: no that should not matter. Stable should be fine.
@NICOOLas: You don't seem to be using the Aurora theme? Good to to hear you fixed it.
@maulp: thins question comes up from time to time. Currently the three are hardcoded. I'm not sure, but I think there's a way to get dataviz everywhere if you go for compact view and disable the 'three highlights' feature. Can you test this?
@nood:
Can you try adding this custom CSS in the theme settings page?
.camera tr{background-size:contain}
@NICOOLas: You don't seem to be using the Aurora theme? Good to to hear you fixed it.
@maulp: thins question comes up from time to time. Currently the three are hardcoded. I'm not sure, but I think there's a way to get dataviz everywhere if you go for compact view and disable the 'three highlights' feature. Can you test this?
@nood:
Can you try adding this custom CSS in the theme settings page?
.camera tr{background-size:contain}
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
I created a new feature.
You can now make all items 'highlighted'. This makes them all big.
This means they can all have data visualization on them.
You can still merge these items too, but please don't merge too many as they won't fit. Dataviz then won't work on merged items.
All switches can now have a camera image attached to them too, not just the first three. This turns Domoticz into a very basic camera surveillance system
You can now make all items 'highlighted'. This makes them all big.
This means they can all have data visualization on them.
You can still merge these items too, but please don't merge too many as they won't fit. Dataviz then won't work on merged items.
All switches can now have a camera image attached to them too, not just the first three. This turns Domoticz into a very basic camera surveillance system
-
- Posts: 3
- Joined: Sunday 02 December 2018 18:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Hello.
for me after reinstalling everything, the buttons (drawings) on the desktop have disappeared. how to solve the problem?
for me after reinstalling everything, the buttons (drawings) on the desktop have disappeared. how to solve the problem?
- Attachments
-
- domoticz bład.jpg (312.26 KiB) Viewed 4460 times
-
- Posts: 68
- Joined: Saturday 28 January 2017 11:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: France / Burgundy
- Contact:
Re: Aurora theme
Hello,
Since last aurora update, I noticed that my camera preview is not working anymore on dashboard...
Send via Tapatalk
Since last aurora update, I noticed that my camera preview is not working anymore on dashboard...
Send via Tapatalk
RPI3B (Domoticz 4.9700 + ~60 scripts) + RFXtrx433E (fw1020) + Z-Stick Gen5 + MySensors / RPI2B+ (RasPlex)
x1 Eth. wired tablet
x8 T/H Oregon / x1 T/H Bresser
x7 heaters / x2 QUBINO "Flush 1 relay"
x10 plugs / x15 contacts
x4 fibaro / x1 PIR
x1 Eth. wired tablet
x8 T/H Oregon / x1 T/H Bresser
x7 heaters / x2 QUBINO "Flush 1 relay"
x10 plugs / x15 contacts
x4 fibaro / x1 PIR
- JHO01
- Posts: 24
- Joined: Wednesday 02 November 2016 13:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Stable
- Location: Netherlands
- Contact:
Re: Aurora theme
Same here
RPI-3, Z-stick Gen5, RFlink, Zigbee2mqtt, 1-wire DS18B20, Fibaro switches, various RF-433 sockets, BMP018, Somfy, Wemos, Tradfri.
-
- Posts: 11
- Joined: Tuesday 26 July 2016 15:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Contact:
Re: Aurora theme
Me too...jeanclic wrote:Hello,
Since last aurora update, I noticed that my camera preview is not working anymore on dashboard...
Send via Tapatalk
Enviado desde mi ONEPLUS A5010 mediante Tapatalk
-
- Posts: 3
- Joined: Sunday 02 December 2018 18:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
welcome back. another mistake I have is the lack of chart refreshing.
the sensor shows different data and it has been created since the last time the page was opened in the browser.
regarding the system:
domoticz has been installed on
Raspbian Stretch Lite
Version: November 2018
Release date: 2018-11-13
maybe this data will help something ...
the sensor shows different data and it has been created since the last time the page was opened in the browser.
regarding the system:
domoticz has been installed on
Raspbian Stretch Lite
Version: November 2018
Release date: 2018-11-13
maybe this data will help something ...
- Attachments
-
- domoticz brak odświerzania.jpg (316.63 KiB) Viewed 4315 times
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Aurora theme
I've reverted the code for the live camera view. It should work again, but only for the first 3 items.
- JHO01
- Posts: 24
- Joined: Wednesday 02 November 2016 13:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Stable
- Location: Netherlands
- Contact:
Re: Aurora theme
Thnx, Camera's back on!
RPI-3, Z-stick Gen5, RFlink, Zigbee2mqtt, 1-wire DS18B20, Fibaro switches, various RF-433 sockets, BMP018, Somfy, Wemos, Tradfri.
-
- Posts: 3
- Joined: Sunday 02 December 2018 18:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Aurora theme
Hello. can anyone tell me why I have errors displaying icons next to devices?
domoticz beta installed on raspberry 3 with the latest Raspbian lite
in my previous post I have screenshots
domoticz beta installed on raspberry 3 with the latest Raspbian lite
in my previous post I have screenshots
Who is online
Users browsing this forum: No registered users and 1 guest