Like focaldistorsion I had a problem where the module kept saying Loading…
I installed the magic mirror as a docker container, running on a remote server. My solution was to check the docker log with:
docker container logs mm
That returned an error regarding Request, which I fixed by running
npm i request
in the magic mirror container.
Thanks for an awesome module!