Hi
the file /web/PulseStation/setup/properties.json contains a wrong “store” entry line so installing addons is not possible.
The original line:
{“dashboard”:{“LAYOUT”:20,”MENU-ITEM”:5,”PANEL”:100},”parameters”:{“store”:”https:\/\/www.pulse-station.com\/app\/store\/armada38x_6\/store.json”,”language”:”en_US”,”walkthrought”:”true”}}
Corrected to
{“dashboard”:{“LAYOUT”:20,”MENU-ITEM”:5,”PANEL”:100},”parameters”:{“store”:”https:\/\/www.pulse-station.com\/app\/store\/armada38x\/store.json”,”language”:”en_US”,”walkthrought”:”true”}}
Works 🙂