MMRIZE / MMM-CalendarExt3

MagicMirror calendar view module
MIT License
58 stars 22 forks source link

Does not appear, console says missing CX3_shared.mjs #86

Closed markcharlesobrien closed 1 year ago

markcharlesobrien commented 1 year ago

I am trying to use MMM-CalendarExt3 on the MagicMirror Docker container linked in the docs.

Per the instructions here, I cloned MMM-CalendarExt3 in the modules directory and ran npm install. I put the minimal config from your readme into my config.js. When I refresh the calendar, the module does not appear. In the Javascript Console, I get the error Failed to load resource :8080/modules/MMM-CalendarExt3/CX3_shared.mjs:1: the server responded with a status of 404 (Not Found) and TypeError: Failed to fetch MMM-CalendarExt3.js:109 dynamically imported module: http://[my IP]:8080/modules/MMM-CalendarExt3/CX3_Shared/CX3_shared.mjs

If I go into the container, the directory modules/MMM-CalendarExt3/CX3_Shared is empty.

What am I doing wrong?

eouia commented 1 year ago

image

markcharlesobrien commented 1 year ago

Guess I missed that. Thanks