https://arrall.com/helpscreen
https://arrall.com/helpviewer
This Construct 2 project is an attempt to help a friend with an elderly parent. They needed to be able to remotely program a very simple display which would update automatically. The editor lets you add text, adjust its size and position, and save that info to a database. The viewer simply fetches the entire database every 60 seconds. The friend seemed to like the approach.
I am looking for general suggestions, but specifically, if anyone knows of an existing solution to this problem I would like to be able to give the friend some alternatives.
The only major issue that worries me is security. Anyone with the link can edit it. I plan to simply pass along a password to the PHP to verify any edits.