Read the statement by Michael Teeuw here.
MMM-Todoist only displays 'Loading...'
-
@MadeInMaine the instructions are there
-
I see the thé instructions to do thé git fetch in the ToDoist folder, then git checkout df2d4ff.
Is that all I need to do?
-
@MadeInMaine I am talking about logs of messages while mm is running
-
Where do I find the logs of messages while mm is running?
-
@MadeInMaine I gave you the instructions for where the logs are
-
@sdetweil
Is the developer window (for curl-shift-i) the terminal window or folders/files? -
@MadeInMaine when the MagicMirror screen is showing, press ctrl-shift-i
to open the browser developers window
-
In the developer window, there are 3 errors (two are the same, the first of these two)
-
“refused to apply style from ‘http://localhost:8080/css/custo localhost/:1m.css’ because it’s MIME type (‘text/hyml’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.”
-
“Error on loading stylesheet:css/custom.css”
I have not done any custom css work, although I want to once I figure out the basics.
Thanks again for any help.
-
-
@MadeInMaine this is because custom.css doesn’t exist by default
do
touch ~/MagicMirror/css/custom.css
to create an empty file
then the errors will go away.
so no errors in dev window, how about where u did npm start?
-
Open the /.CSS folder and make an empty file named custom.CSS , is that correct?
And that is correct about the magic mirror screen. No errors there just a blank to do list with nothing below it. And no errors in the terminal when I do the NPM start.