I would like to approximate the infinite sum $$\sum_{k=1}^{\infty}\frac{1}{k^2}$$ up to a precision of $10^{-6}$. For that I want to know at what $m$ I can stop, so that the remaining part will be insignificant. So I would like to find an $m$ such that $$\sum_{m+1}^{\infty}\frac{1}{k^2}<10^{-6}$$
I would welcome any hints or links.