Custom map in dashboard widget?

Hello, is there any way to integrate a custom map built with the new gui, into the dashboard? I tried using external image widget and linked it to https://librenms/maps/custom/2 but it shows up as a broken link.

6 Likes

Hi,
It would be really interesting to see this feature developed. Perhaps you can submit a feature request?
Regards,

Moved topic to feature requests :slight_smile:

1 Like

This is a really good idea, has my vote.

2 Likes

Right now, you can create a Notes widget, then input something like the following:

<iframe src="https://<your_librenms_url>/maps/custom/<cutom_map_number>?bare=yes" frameBorder="0" width="100%" height = "100%">
</iframe>

There are limitations, like resizing the widget doesn’t resize the map, and clicking on a device/link opens the page inside the iframe, but it’s a start.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.