chase-cromwell / MMM-Canvas

MagicMirror module to display upcoming assignments from Canvas LMS platform
8 stars 7 forks source link

Does not show entries #3

Open MikeS0815 opened 1 year ago

MikeS0815 commented 1 year ago

Hi - NOOB so maybe it's me. I copied the config and entered the information but it does not show any entries but I do see them on the Canvas website and phone app. I created an access key and the Canvas website shows that it has been used so that should be ok, The school's canvas website is https:// which I left out (also tried with but didn't work either)

{ module: "MMM-Canvas", position: "bottom_left", config: { accessKey: "xxxxxx", colors: ["blue", "red",], courses: ["38002","38166","38041","38008","38063",], urlbase: "pccsk12.instructure.com", assignMaxLen: 35, assignToDisplay: 3, } },

raphatapi commented 1 year ago

Hello there,

I am having the same issue. Here is my code:

{
module: "MMM-Canvas",
position: "top_left",
config: {
accessKey: "xxxxxx",
colors: ["blue", "red"],
courses: ["1711100", "1711074"],
urlbase: "pcsd.instructure.com",
assignMaxLen: 35,
assignToDisplay: 3
}
},

Could you please take a look at it and let me know?

Thank you!!