weisjohn / icloud

Access the iCloud API
MIT License
39 stars 12 forks source link

notification emails from apple #4

Open mwuethri74 opened 8 years ago

mwuethri74 commented 8 years ago

Hi

I tried to include the icloud module from bitte-ein-bit (https://github.com/bitte-ein-bit/MMM-iCloud-Client) into my magic mirror software (https://github.com/MichMich/MagicMirror). It uses your icloud API. It works well. The only problem is, that everytime when the software updates the data from iclould I get an notification email from apple, which informes me, that somebody logged into my icloud account. I dont know how to solve this. Now bitte-ein-bit told me: I guess the problem lies at https://github.com/weisjohn/icloud/blob/master/index.js#L[1]34. On each run a new uuid is generated. Maybe some way to store this in the config would be great. So do you have any solution for this problem?

Thank you

MIchael