Read the statement by Michael Teeuw here.
Adding jQuery
-
@E3V3A When I look up the error, I find this thread which says:
Check if the file path is correct and the file exists - in my case that was the issue - as I fixed it, the error disappeared.
I suspect that
jQuery
is installed in your module’snode_modules
folder, and not at the root of your MagicMirror (I may however be wrong).In which case I would expect
jQuery
to be installed at“http://192.168.1.2:8080/modules/MMM-Tabulator/node_modules/jquery-ui-dist/jquery-ui.css”
. This is why in your thread here you needed to usethis.file()
so that it created a relative path. -
@ninjabreadman Oh man, Excellent! I wish I’d had seen that a week ago…
Anyway, I’ve solved it since, but got another issue with getting the
Tabulator
code to actually do something. No errors shown, unfortunately.PS. Is there a way to close a thread or mark it as solved??
-
@E3V3A
Yes, at the end of the thread there is a button with a gear symbol. Tap/click it and selectMark as question
, then tap/click a second time and selectMark as resolved
-
@yawns I must be blind!?
-
@E3V3A
No, I guess it’s my mistake. As a moderator I have these options. And I think the thread starter has the option as well.