The following is a theorem in Spivak's Calculus, Chapter 24 entitled "Uniform Convergence and Power Series"
Theorem (Weierstrass M-Test)
Let $\{f_n\}$ be a sequence of functions defined on $A$ .
Suppose $\{M_n\}$ is a sequence of numbers such that $$|f_n(x)|\leq M_n\ \ \text{ for all } x\in A$$
Suppose that $\sum\limits_{n=1}^\infty M_n$ converges.
Then, for each $x\in A$ the series $\sum\limits_{n=1}^\infty f_n(x)$ converges (in fact, it converges absolutely) and $\sum\limits_{n=1}^\infty f_n$ converges uniformly on $A$ to the function
$$f(x)=\sum\limits_{n=1}^\infty f_n(x)$$
My question is about the assumption that $\sum\limits_{n=1}^\infty M_n$ converges.
As written, this series can converge to any value.
The proof of this theorem goes as follows
Let $x\in A$ .
Consider the sequence $\{|f_n(x)|\}$ , each term of which is smaller than the corresponding term in the sequence $\{M_n\}$ .
Since $\sum\limits_{n=1}^\infty M_n$ converges, ie since $\{M_n\}$ is summable, then by the comparison test $\{|f_n(x)|\}$ is summable, ie $\sum\limits_{n=1}^\infty |f_n(x)|$ converges.
For all $x\in A$ we have
$$\left |f(x)-\sum\limits_{n=1}^N f_n(x)\right | = \left | \sum\limits_{n=N+1}^\infty f_n(x) \right |$$ $$\leq \sum\limits_{n=N+1}^\infty |f_n(x)|$$ $$\leq \sum\limits_{n=N+1}^\infty M_n$$
Since $\sum\limits_{n=1}^\infty M_n$ converges then the number $\sum\limits_{n=N+1}^\infty M_n$ can be made as small as desired by choosing $N$ sufficiently large.
In this last sentence, doesn't $\sum\limits_{n=1}^\infty M_n$ have to converge to 0?
$\sum_{n = 1}^\infty M_n$ need not converge to 0, and in general note that it will not, since the condition $|f_n(x)| \leq M_n$ for all $x \in A$ for each $n$ implies each $M_n$ is non-negative, so you are taking a series of non-negative terms, and thus it will be positive if even one term is positive.
You can get an explicit counterexample in any common example of the application of the M-test, one common one is to prove a series like $\sum_{n = 1}^\infty \frac{1}{x^2 + n^2}$ converges, where we take $\{M_n\}_{n = 1}^\infty = \{\frac{1}{n^2}\}_{n = 1}^\infty$, and certainly $\sum_{n = 1}^\infty M_n \neq 0$.