Closed duprasf closed 7 months ago
Sorry for the late reply, must have missed the notification. It definitely could be something on your environment, I wasn't able to reproduce this at all. I've tested with different versions of magicmirror and npm, everything seems to be working fine.
To be honest, I'm not too familiar with NodeJs either (learned a little bit just for this project), so I'm not 100% on what the issue is, just that its some sort of discrepancy between ES Modules and CommonJS.
Fortunately, in the next update I removed the dependency on axios, which seemed to be causing your problem. It should be released sometime in the next few days. If you want, you can give it a try and let me know how it goes.
I installed the Canadian Public Weather Alerts module to my Magic Mirror and I get this error. I am familiar with JavaScript in a browser, but not with NodeJS specifically. Please let me know if this is something you experienced before or it is something on my environment.
Here is the error I receive in my docker container:
And here is my config file (redacted):
Thanks