Take $c_0$, the space of null convergent sequences. Suppose $((x^m_n)_n)_m$ is a sequence in $c_0$ defined by
$$x_n^m = \begin{cases}
1, & \text{if } n = 0 \text{ or } n = m + 1 \\
0, & \text{otherwise.}
\end{cases}$$
For example, the third point in the $c_0$ sequence, $(x_n^2)_n$, is the scalar sequence $1, 0, 0, 1, 0, 0, 0, \ldots$
Note that $\|(x_n^m)_n\| = 1$ for all $m$. I claim that the sequence converges weakly, but not strongly to $(x_n)_n$, defined by
$$x_n = \begin{cases}
1, & \text{if } n = 0 \\
0, & \text{otherwise.}
\end{cases}$$
Note that $\|(x_n)_n\| = 1$ too, so convergence in norms is satisfied.
Recall that the dual space of $c_0$ can be considered to be $\ell^1$, where the sequence $(z_n)_n \in \ell^1$ acts upon $c_0$ by
$$(y_n)_n \in c_0 \mapsto \sum_n z_n y_n.$$
So, let's fix $(z_n)_n \in \ell^1$. Then, applying this to $x^m - x$ as a functional on $c_0$, we get
$$\sum_n z_n(x^m_n - x_n) = z_{m+1}.$$
But $z_{m+1} \to 0$ as $m \to \infty$, so $x^m$ converges weakly to $x$, as expected. Further, $\|x^m - x\| = 1$, achieving a maximum at $n = m + 1$, and so we do not have norm convergence.