How do is show that for $-1<x<1$ the series $\sum_{n=1}^\infty \frac{1}{n^3+x}$ converges uniformly.
For $x\geq0$ I can make a convergent Majorant series, choosing $M_n = 1/n^3$, but I can't seem to determine a convergent Majorant series for $-1<x<0$.
Since $\forall n\geq 2$, $\max_{x\in (-1,1)} |f_n(x)| \leq \frac{1}{n^3-1}$ and $\sum_{n=2}^\infty \frac{1}{n^3-1}$ converges, your series has normal convergence and thus converges uniformly on $(-1,1)$.
Now, let $(g_n)_{n\in \mathbb{N}}$ be a sequence of functions that converges uniformly towards $g$ on a given interval $I$. Let $h$ be a well-defined function over $I$. Since $(g_n)_{n\in \mathbb{N}}$ converges uniformly, we have: $$ \forall \epsilon >0, \exists N_\epsilon\in\mathbb{N};\forall n\in \mathbb{N},n\geq N_\epsilon, \forall x\in I, |g_n(x)-g(x)|\leq \epsilon $$ Then: $$ \forall \epsilon >0, \exists N_\epsilon\in\mathbb{N};\forall n\in \mathbb{N},n\geq N_\epsilon, \forall x\in I, |(g_n(x)+h(x))-(g(x)+h(x))|\leq \epsilon $$ So $(g_n + h)_{n\in \mathbb{N}}$ converges uniformly to $g+h$ over $I$.
Then, let $I=(-1,1)$, $g_n =\sum_{k=2}^n f_n$ be your series and $h=f_1$ be the missing part and you may conclude.