VA3HDL / hamdashboard

Customizable Dashboard for Ham Radio
https://youtu.be/sIdqMQTGNSc
MIT License
117 stars 71 forks source link

Access Local Web Server? #1

Closed km4ack closed 4 months ago

km4ack commented 4 months ago

Is it possible to access a local web server in one of the 12 windows? I tried 127.0.0.1:8008 as the server is running on the same machine but it doesn't show. The local server is not https.

VA3HDL commented 4 months ago

Hi Jason,

Yes it is possible. I just tried with a picture URL like this: http://127.0.0.1:8080/20230805_125405.jpg

It shows perfectly on one of the 12 placeholder.

Make sure you fetch my latest version that now supports multiple (infinite) images per placeholder. You can switch them with the right mouse click.

73, Pablo

km4ack commented 4 months ago

Figured it out. I was only pointing to an html page. After including the image name at the end or the URL, it pulls in perfectly. Thanks!