Hi folks,
I'm trying to start using the worldmap node, and I'm having issues getting it initially configured.
I'm using the below code, but when I do the ctrl-shift-m I get a 404:Not Found error in my browser, which is pointed to http://192.168.xxx.xxx:8123/endpoint/worldmap.
I haven't used this node before, and I'm not sure what needs to be set up behind the scenes, if anything.
any thoughts?
[{"id":"c0e71a8c.e22e48","type":"inject","z":"dfe4ec36.0a5a5","name":"","topic":"","payload":"{ \"lat\":51.05, \"lon\":-1.35, \"name\":\"A3090\", \"radius\":3000 }","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":1180,"wires":[["f22e5b4f.f7bf28"]]},{"id":"f22e5b4f.f7bf28","type":"worldmap","z":"dfe4ec36.0a5a5","name":"","lat":"","lon":"","zoom":"","layer":"","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","x":370,"y":1180,"wires":[]}]