AgP42 / MMM-SmartWebDisplay

The `MMM-SmartWebDisplay` module is for MagicMirror². It allow to display any web content to your MagicMirror.
57 stars 14 forks source link

Local path #25

Open JeroenBerkers opened 3 years ago

JeroenBerkers commented 3 years ago

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...

martincangaa commented 2 months 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.