Page 2 of 2

Re: background block

Posted: Friday 22 November 2019 23:56
by Lokonli
The ion module, which is used to play sounds, is not loaded. Normally it should be loaded at startup.

Can you post the output of:

Code: Select all

git log -1
and

Code: Select all

git status
With the developer window open in chrome, refresh Dashticz. Open the network tab in the developer window.
What is the status of the 'bundle.js' request? Probably it's the second network request.

Re: background block

Posted: Saturday 23 November 2019 9:16
by pvklink
pi@raspberrypi:~/dashticz $ git log -1
commit 8d744ab9849daf3fb0f187caeb9dbdb2afc44be5 (HEAD -> beta, origin/beta)
Author: Lokonli <[email protected]>
Date: Wed Nov 20 20:12:20 2019 +0100

Secpanel (#133)

* secpanel special block

* security panel
pi@raspberrypi:~/dashticz $


and

pi@raspberrypi:~/dashticz $ git status
On branch beta
Your branch is up to date with 'origin/beta'.

Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

deleted: custom/CONFIG_DEFAULT.js
modified: custom/custom.css
modified: custom/custom.js

Untracked files:
(use "git add <file>..." to include in what will be committed)

img/kan_weg_pvk_door_closed.png
img/kan_weg_pvk_door_open.png
img/pvk_blind_off.png
img/pvk_blind_on.png
img/pvk_blindorg_off.png
img/pvk_microphone_off.png
img/pvk_microphone_on.png

no changes added to commit (use "git add" and/or "git commit -a")
pi@raspberrypi:~/dashticz $

Re: background block

Posted: Saturday 23 November 2019 11:40
by pvklink
it works!

I remove the quotes from secpanel, and put them back again, and no errors!
Perhaps there was a non visible character in the file that did not show up, i dont know this is possible?

Secpanel looks great!
Do i have to test more?

Re: background block

Posted: Saturday 23 November 2019 12:54
by Lokonli
I'm not sure. Good to know it's working now :)