Series of 4xWS2812Bs connected but only first 4 in row react

So even the first group of 4 leds does not behave as expected?

Have you got all the necessary parameters set correctly in the sketch?

#define LED_PIN     6
#define COLOR_ORDER GRB
#define CHIPSET     WS2812B
#define NUM_LEDS    4