Open JeroenBerkers opened 3 years ago
I know that this was posted quite a while but for those looking for a solution, run a local http server like
python3 -m http.server
(or something similiar)
This will do the trick but is not the cleanest solution, also remeber not to use the htm. extension and use the .html one.
I am trying to make SmartWebDisplay work with a mounted folder outside the magicmirror modules-folder. My path: /home//MagicMirror/mount/Test-planning.htm
I tried http://localhost:8080/mount/Test-planning.htm and file://../mount/Test-planning.htm.
Can somebody help or point me in the right direction where to look...