Selected day: {{ selectedDay }}
Day cycle: {{ selectedDay % 6 }}/6
Sun coming from cells: {{ cycles[selectedDay % 6].start }}
Diff: {{ cycles[selectedDay % 6].diff }}
JSON of Cells in format:
Array { index, x, y, z }
{{ jsonData }}
Cell №{{ selectedCell.index }}.

Coordinates:
x: {{selectedCell.x}},
y: {{selectedCell.y}},
z: {{selectedCell.z}},
Here will be info