Weathermaps - Traffic load not showing

I’m just trying to set Weathermaps up for the first time with LibreNMS, I’ve used it before but not with LibreNMS before.
I’ve created a very simple Weathermap to start, just 2 nodes and 1 links but the traffic load stays at 0% (should be around 5-10%).

This is my config, any idea what I’m doing wrong?

Automatically generated by php-weathermap v0.98b

WIDTH 1000
HTMLOUTPUTFILE output/test2.html
IMAGEOUTPUTFILE output/test2.png

KEYPOS DEFAULT 755 64 Traffic Load
KEYTEXTCOLOR 0 0 0
KEYOUTLINECOLOR 0 0 0
KEYBGCOLOR 255 255 255
BGCOLOR 255 255 255
TITLECOLOR 0 0 0
TIMECOLOR 0 0 0
SCALE DEFAULT 0 0 192 192 192
SCALE DEFAULT 0 1 255 255 255
SCALE DEFAULT 1 10 140 0 255
SCALE DEFAULT 10 25 32 32 255
SCALE DEFAULT 25 40 0 192 255
SCALE DEFAULT 40 55 0 240 0
SCALE DEFAULT 55 70 240 240 0
SCALE DEFAULT 70 85 255 192 0
SCALE DEFAULT 85 100 255 0 0

SET key_hidezero_DEFAULT 1

End of global section

TEMPLATE-only NODEs:

NODE DEFAULT
MAXVALUE 100

TEMPLATE-only LINKs:

LINK DEFAULT
BANDWIDTH 100M

regular NODEs:

NODE node07422
LABEL CR01
ICON images/Router.png
POSITION 184 339

NODE 91
LABEL CR02
ICON images/Router.png
POSITION 405 339

regular LINKs:

LINK node07422-node07446
INFOURL https://monitoring:443/graphs/type=port_bits/id=11205/
OVERLIBGRAPH https://monitoring:443/graph.php?height=100&width=512&id=11205&type=port_bits&legend=no
TARGET ./cr01/port-id11205.rrd:INOCTETS:OUTOCTETS
NODES node07422 91
BANDWIDTH 1000M

That’s All Folks!

Hello,
I have that to target the port : TARGET ./“DeviceIP”/port-id"portID".rrd:INOCTETS:OUTOCTETS
I also have BWLABEL bits to display number of bits on main links.