Arduino is writing to LCD, I can find no errors, but no LCD-text. What is wrong?

Kingoslo, I think you're sending too many commands to the LCD each second. You might try a delay(200) in your loop, and count up using a variable instead of trying to display milliseconds.