@tuxx1112 said in Get an existing JavaScript game to work on the MagicMirror:
Thank you for your reply.
Is an iFrame not used only for web applications? I am trying to implement a JavaScript game that is not hosted on a web server.
Or is it easier to just host the game on a web server and then use an iFrame for that?
In my opinion. It doesn’t matter whether you first host your web application and then use iFrame or you do it the other way. It is solely your choice on how you do it. Like for instance I first host my web application on the managed digitalOcean server which is powered by Cloudways and then used the iframe for that.
But, I do think that both ways are easier if you know how to do it.