mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Update calendar.php
Fixes some errors when getting data from icloud (It fixes on my case)
This commit is contained in:
parent
629a94a84e
commit
ecfbd07359
@ -18,7 +18,13 @@
|
||||
'header'=>"Accept-Language: en-US,en;q=0.8rn" .
|
||||
"Accept-Encoding: gzip,deflate,sdchrn" .
|
||||
"Accept-Charset:UTF-8,*;q=0.5rn" .
|
||||
"User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 FirePHP/0.4rn"
|
||||
"User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 FirePHP/0.4rn",
|
||||
"ignore_errors" => true //Fix problems getting data
|
||||
),
|
||||
//Fixes problems in ssl
|
||||
"ssl" => array(
|
||||
"verify_peer"=>false,
|
||||
"verify_peer_name"=>false
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user