Nope, doesn’t solve the problem.
Also Switching customization OFF doesn’t help:
tapping Dashboard doesn’t do a thing, the screen stays on Panels
What widgets are present in main panel?
try to disable every widget and if work, enable single for check what fault
When I click “create backup” it gives me : No apps can preform this action.
I have over 5 panels setup with about 25 widgets. All kinds of widgets sensors, buttons, light, camera etc etc…
Don’t want to re-setup everything ![]()
ok, for backup in ns panel you need to install a file manager like total commander for save the file.
Go in first panel and disable all widget of this and check if dashboard work, i think is a specific widget error
The thermostat one is the one causing the problems…
Disabling that one screws things up
Perfect
is fan_only add on… i try to fix it
EDIT: found the bug, fix in releasing
update released, check if now it work!
ok check pm
Can you please help me on the CSS for GenericSensor widget?
When the sensor is triggered the icon starts flashing red.
I can do a nice layout for the untriggered state, but I cannot find out how to set the CSS for the triggered state.
Good! I add this
I haven’t write guide for this, I need to update guide
Generic sensor has a .alarm class and not .on
@WillemG , install total command apk, you can save backup with this.
It’s important make a backup ![]()
New update for ns panel pro, added fanOnly. Check @WillemG
![]()
ok now
I can’t get it to work…
I’ll wait for the guide.
Top left icon: Door sensor (GeneralSensor) = closed
Top 2nd icon: Door sensor (GeneralSensor) = open. → Alarm
background of the widget doesn’t change color
Same for clock widget… I just want to display the TIME. Need the guide to figure out how to opacity the date and display the time
I made an error, fixing it
v 0.240312.4
- Fixed stupid css bug
For GenericSensor, update app and use this css code:
.alarm .content { color: #ffffff; background-color: green !important }
For Clock
.content .date { display: none }
.content .time { color: #000000 }