Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Save changes wont save... #293

Open Beliar-666 opened 6 years ago

Beliar-666 commented 6 years ago

Hello, I just installed Dashticz and i see all my stuff from domoticz. Now if i go to edit mode and do some changes, i see the red save button on the bottom right, but it does not save my changes.

How can i save the changes without editing the whole CONFIG.js?

And no, the Wiki is not helpful in this case.

DewGew commented 6 years ago

Edit mode is in still in beta. Not yet working correct.

wormiedk commented 6 years ago

For me save changes works for the built in items, however if I try to save changes from edit mode I get a popup with definitions that I should copy to the config file. If I put them in the config file dashticz become empty. E.g. if I add a clock I get this: / BLOCKS CONFIGURATION / var blocks = {}

/ COLUMNS CONFIGURATION / var columns = {}

columns[undefined] = {}; columns[undefined]['blocks'] = ['logo', 'miniclock', 'settings'];

columns[1] = {}; columns[1]['blocks'] = ['undefined', 'undefined', 'clock'];

columns[2] = {}; columns[2]['blocks'] = ['undefined', 'undefined', 'undefined', 'undefined'];

columns[3] = {}; columns[3]['blocks'] = ['undefined', 'undefined', 'undefined'];

If I put that in the config file I end up with a blank page

intheweb commented 6 years ago

Saving requires PHP being installed on your server, in my case it is not installed.