bitte-ein-bit / MMM-iCloud-Client

MIT License
26 stars 3 forks source link

Apple warning email #3

Open mwuethri74 opened 8 years ago

mwuethri74 commented 8 years ago

Hello

I have installed your module and it works fine. Now my problem is, that I always receive an email from apple, that somebody (my Raspberry Pi) logged into my account. That would not be a big deal. The Problem is only, that at the moment I am testing things and restart the MagicMirror all the times. So I get plenty of emails from Apple. Is there a way to get rid of this email? I did not find a solution up to now...

bitte-ein-bit commented 8 years ago

Hi,

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. PR welcome.

Am Di, 17. Mai 2016, um 22:32, schrieb mwuethri74:

Hello I have installed your module and it works fine. Now my problem is, that I always receive an email from apple, that somebody (my Raspberry Pi) logged into my account. That would not be a big deal. The Problem is only, that at the moment I am testing things and restart the MagicMirror all the times. So I get plenty of emails from Apple. Is there a way to get rid of this email? I did not find a solution up to now... — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub[2]

Links:

  1. https://github.com/weisjohn/icloud/blob/master/index.js#L34
  2. https://github.com/bitte-ein-bit/MMM-iCloud-Client/issues/3
mwuethri74 commented 8 years ago

My MagicMirror was running for approx. 24h now. I received 26 emails from Apple. I hope, that we can find a solution to solve this. Unfortunately I am not into software very much. So I can not help...

bitte-ein-bit commented 8 years ago

Ok, so far my mirror is not done yet. Haven't tried to let my mirror run any longer than for coding. Will look into it when I'm back from a trip. If you get totally annoyed you could increase the update time to daily for now. You could also try open a ticket with https://github.com/weisjohn/icloud.

Sorry can't provide a fast fix....

mwuethri74 commented 8 years ago

Thank you for your answer. I now wrote to weisjohn: https://github.com/weisjohn/icloud/issues/4

Hope, we get some answer.

Thank you. Michael

mgibu commented 8 years ago

Hi! I had a similar problem. I got that mails but the birthday calendar is not shown on my mirror. any ideas?

here´s what my code looks like:

 {
                        module: 'calendar',
                        header: 'Familie',
                        position: 'top_left',
                        config: {
                                calendars: [

                                        {
                                                symbol: 'home ',
                                                url: 'webcal://p04-calendars.icloud.com/published/2/Kl86uuWgDSFNYYEqvfmgpxsKI6uaVRGJ0zu_chfqB1W-RTpJXPlNoLbIVxblTDKVztaUR1y6PIEGRyPW0MgfV6R-oWaxSrYKQMGc0oynYls',
                                        },
                                        {
                                                symbol: 'flag ',
                                                url: 'webcal://p04-calendarws.icloud.com/ca/subscribe/1/Fx9owmR8n6To3ATOnQRF1vRS4PR-ymdYycJ3BZVDmIUFdCzDSPDJkocfBQZ1nAciB-totFceOSreyOoIQynEPrQWe0egaUctBPlRaau-Kuc',
                                        },
                                        {
                                                symbol: 'female ',
                                                url: 'webcal://p03-calendarws.icloud.com/ca/subscribe/1/RGPuaBuPVNOxDdHv9HAPai5r0UnBYzpEgu9QN0XpqBHyWV7Vo_Umadg6-qgX-wlD9BHFfxUqRlOW5Bx3AaObNIvITfdBvqLFYfweZn3PB6c',
                                        },
                                        {
                                                symbol: 'male ',
                                                url: 'webcal://p04-calendarws.icloud.com/ca/subscribe/1/hz3UT4OoYrduQJhonHtju5h00LHrfV_7SeD5Zo3Dp6M5aDNtvN5k5RsWv6lBwY-yAYLndIdJ9NFskPJfnUE0VptNGeaE5Eh0BXeh4W31h0Q',
                                        },
                                        {
                                                symbol: 'birthday-cake ',
                                                url: 'http://localhost:8080/MMM-iCloud-Client/birthdays',
                                        }
                                ]
                        }
                },
bitte-ein-bit commented 8 years ago

Hi,

I guess you first have to fix your other calender urls. They should start with http or https and not webcal as far as I now.

Check the developer tools of your browser and look for errors

bitte-ein-bit

Am Fr, 22. Jul 2016, um 10:31, schrieb mgibu:

Hi! I had a similar problem. I got that mails but the calendar is not shown on my mirror. any ideas? here´s what my code looks like: { module: 'calendar', header: 'Familie', position: 'top_left', config: { calendars: [

                                { symbol: 'home ', url: 'webcal://p04-
                                calendars.icloud.com/published/2/-
                                Kl86uuWgDSFNYYEqvfmgpxsKI6uaVRGJ0-
                                zu_chfqB1W-
                                RTpJXPlNoLbIVxblTDKVztaUR1y6PIEGR-
                                yPW0MgfV6R-oWaxSrYKQMGc0oynYls',
                                }, { symbol: 'flag ', url: 'webcal://p04-
                                calendarws.icloud.com/ca/subscrib-
                                e/1/Fx9owmR8n6To3ATOnQRF1vRS4PR-
                                ymdYycJ3BZVDmIUFdCzDSPDJkocfBQZ1n-
                                AciB-
                                totFceOSreyOoIQynEPrQWe0egaUctBPl-
                                Raau-Kuc', }, { symbol: 'female ',
                                url: 'webcal://p03-
                                calendarws.icloud.com/ca/subscrib-
                                e/1/RGPuaBuPVNOxDdHv9HAPai5r0UnBY-
                                zpEgu9QN0XpqBHyWV7Vo_Umadg6-qgX-
                                wlD9BHFfxUqRlOW5Bx3AaObNIvITfdBvq-
                                LFYfweZn3PB6c', }, { symbol: 'male
                                ', url: 'webcal://p04-
                                calendarws.icloud.com/ca/subscrib-
                                e/1/hz3UT4OoYrduQJhonHtju5h00LHrf-
                                V_7SeD5Zo3Dp6M5aDNtvN5k5RsWv6lBwY-
                                yAYLndIdJ9NFskPJfnUE0VptNGeaE5Eh0-
                                BXeh4W31h0Q', }, { symbol: 'birthday-
                                cake ', url: '
                                http://localhost:8080/MMM-iCloud-Client/birthdays',
                                } ] } },

— You are receiving this because you commented. Reply to this email directly, view it on GitHub[1], or mute the thread[2].

 

Links:

  1. https://github.com/bitte-ein-bit/MMM-iCloud-Client/issues/3#issuecomment-234485461
  2. https://github.com/notifications/unsubscribe-auth/AET-zMxxF7vv1ibna90KDH8H9X8p_rgBks5qYH_TgaJpZM4IgrEj
mgibu commented 8 years ago

Die anderen Kalender zeigt es alle richtig an! Sonst noch eine idee?

Lg Marcel

Am 24.07.2016 um 12:15 schrieb bitte-ein-bit notifications@github.com:

Hi,

I guess you first have to fix your other calender urls. They should start with http or https and not webcal as far as I now.

Check the developer tools of your browser and look for errors

bitte-ein-bit

Am Fr, 22. Jul 2016, um 10:31, schrieb mgibu:

Hi! I had a similar problem. I got that mails but the calendar is not shown on my mirror. any ideas? here´s what my code looks like: { module: 'calendar', header: 'Familie', position: 'top_left', config: { calendars: [

{ symbol: 'home ', url: 'webcal://p04- calendars.icloud.com/published/2/- Kl86uuWgDSFNYYEqvfmgpxsKI6uaVRGJ0- zu_chfqB1W- RTpJXPlNoLbIVxblTDKVztaUR1y6PIEGR- yPW0MgfV6R-oWaxSrYKQMGc0oynYls', }, { symbol: 'flag ', url: 'webcal://p04- calendarws.icloud.com/ca/subscrib- e/1/Fx9owmR8n6To3ATOnQRF1vRS4PR- ymdYycJ3BZVDmIUFdCzDSPDJkocfBQZ1n- AciB- totFceOSreyOoIQynEPrQWe0egaUctBPl- Raau-Kuc', }, { symbol: 'female ', url: 'webcal://p03- calendarws.icloud.com/ca/subscrib- e/1/RGPuaBuPVNOxDdHv9HAPai5r0UnBY- zpEgu9QN0XpqBHyWV7Vo_Umadg6-qgX- wlD9BHFfxUqRlOW5Bx3AaObNIvITfdBvq- LFYfweZn3PB6c', }, { symbol: 'male ', url: 'webcal://p04- calendarws.icloud.com/ca/subscrib- e/1/hz3UT4OoYrduQJhonHtju5h00LHrf- V_7SeD5Zo3Dp6M5aDNtvN5k5RsWv6lBwY- yAYLndIdJ9NFskPJfnUE0VptNGeaE5Eh0- BXeh4W31h0Q', }, { symbol: 'birthday- cake ', url: ' http://localhost:8080/MMM-iCloud-Client/birthdays', } ] } },

— You are receiving this because you commented. Reply to this email directly, view it on GitHub[1], or mute the thread[2].

Links:

  1. https://github.com/bitte-ein-bit/MMM-iCloud-Client/issues/3#issuecomment-234485461
  2. https://github.com/notifications/unsubscribe-auth/AET-zMxxF7vv1ibna90KDH8H9X8p_rgBks5qYH_TgaJpZM4IgrEj — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bitte-ein-bit/MMM-iCloud-Client/issues/3#issuecomment-234768990, or mute the thread https://github.com/notifications/unsubscribe-auth/ATo9E28gaGTHc_dApvxVldiIR-EbVBMSks5qYztPgaJpZM4IgrEj.
dh1201 commented 5 years ago

It appears that if you have 2FA (Two Factor Authentication) enabled on your apple account then the emails are not sent as the 'device' is a known device and therefore you are not warned.

If you enable 2FA on your phone and start MagicMirror then Apple will warn you (on your phone) that a device is trying to login - Click on allow and a 6 digit code will be displayed. Quit your Magic Mirror and then edit the config and change your password under the MMM-iCloud-Client to have the 6 digits at the end of the password you already have there, then re-start Magic Mirror.

Once this is done you can start and stop as many times as you like and Apple 'know the device' and therefore will not fill your inbox with emails.

Hope this helps