sabo10o29 / MMM-TimeTreeEvent

Display your TimeTree event on your magic mirror.
5 stars 0 forks source link

doc on apid is inconsistent with timetree dev page #10

Open sdetweil opened 2 years ago

sdetweil commented 2 years ago

timetree dev has oauth app and calendar app

oauth app doesn't present an 'appid', it presents a name and then clientid/client secret and personal access token only shows the name , no string

Screenshot at 2021-12-29 09-55-05

Wodlemorth commented 2 years ago

Hi, to give some help: Timetree have made a lot of changes since this package was initially developed. Code should be specified like this:

        config: {
            appid: "**your personal access token", //Found under personal access tokens
            calenderid: "**Calendar APP ID**", //found under integration info under calendar Apps (use your public IP as webhook URL when creating an application )

I hope this get you going :)