# Cannot get worldmap to work

**URL:** https://discourse.nodered.org/t/cannot-get-worldmap-to-work/9857
**Category:** Dashboard
**Created:** [7 April 2019 09:21 UTC](https://discourse.nodered.org/t/cannot-get-worldmap-to-work/9857 "2019-04-07T09:21:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sirhc](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@Sirhc](https://discourse.nodered.org/u/Sirhc)
#### Post date: [7 April 2019 09:21 UTC](https://discourse.nodered.org/t/cannot-get-worldmap-to-work/9857/1 "2019-04-07T09:21:08Z")

</div>

Hello

I cannot get the worldmap node to show up on my dashboard. It used to work and show the world map and plot a marker based on latitude/longitude. Now nothing at all shows up where the world map used to be (not even a blank map).

A screenshot of my flow is as follows:

 ![Query3](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/f/f428baa6900ac88bee40ee92bdd2525a2d18e365.png)

The relevant parts of my node are as follows:

```auto
[{"id":"2ac73496.bb012c","type":"worldmap","z":"674122.acee0ee","name":"","lat":"","lon":"","zoom":"","layer":"","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"false","coords":"false","path":"/worldmap","x":1100,"y":560,"wires":[]},{"id":"6bdeb94a.b16578","type":"worldmap in","z":"674122.acee0ee","name":"","path":"/worldmap","x":840,"y":300,"wires":[["2aff59d9.b386b6"]]},{"id":"2aff59d9.b386b6","type":"template","z":"674122.acee0ee","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"<iframe src=\"../worldmap\" width=1500px height=400px></iframe>","x":1040,"y":300,"wires":[["286aff17.21175"]]},{"id":"286aff17.21175","type":"ui_template","z":"674122.acee0ee","group":"4141558f.a2dc0c","name":"","order":1,"width":"33","height":"8","format":"<div ng-bind-html=\"msg.payload | trusted\"></div>","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":1260,"y":300,"wires":[[]]},{"id":"4141558f.a2dc0c","type":"ui_group","z":"","name":"Location","tab":"597e8341.6e72cc","order":5,"disp":true,"width":"33","collapse":false},{"id":"597e8341.6e72cc","type":"ui_tab","z":"","name":"DEVICE TAG: 1CEE2B","icon":"","disabled":false,"hidden":false}]

```

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [7 April 2019 11:03 UTC](https://discourse.nodered.org/t/cannot-get-worldmap-to-work/9857/2 "2019-04-07T11:03:34Z")

</div>

Is it working outside an iFrame? i.e if you open a browers and enter `yourip:1880/worldmap` EX  
`192.168.1.44:1880/worldmap`

it is also not working in aniFrame for me and yet is was the other day...  
EDIT: it works in FireFox but not safari - myust be a browser setting - Try it in FireFox

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [7 April 2019 11:21 UTC](https://discourse.nodered.org/t/cannot-get-worldmap-to-work/9857/3 "2019-04-07T11:21:07Z")

</div>

Ahhh... in my case the url was `localhost:1880/ui` once I changed it to `192.168.1.56:1880:ui` it all started working.
