@AnyKey It looks like you can. A quick perusal of the Synology forums found that a few users have been using Nodejs on their devices. Off the top of my head, the process to manually install MagicMirror on a non-Raspberry system is:
- install Nodejs & NPM (here’s a hint)
- Install git and clone the repository.
- Run
npm installin the MagicMirror folder. - Start node and it will provide a webserver.
That should get you started. You may have to switch the port that Node uses for the web server, but that’s trivial.