mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
HTTPS YQL
This commit is contained in:
parent
0e099aa87b
commit
15e6c1c673
@ -21,7 +21,7 @@
|
||||
|
||||
//defaults
|
||||
$.feedToJson.defaults = {
|
||||
yqlURL : 'http://query.yahooapis.com/v1/public/yql', //yql
|
||||
yqlURL : 'https://query.yahooapis.com/v1/public/yql', //yql
|
||||
yqlQS : '?format=json&callback=?&q=select%20*%20from%20rss%20where%20url%3D', //yql query string
|
||||
feed:'http://instagr.am/tags/tacos/feed/recent.rss', //instagram recent posts tagged 'tacos'
|
||||
cachebuster: Math.floor((new Date().getTime()) / 1200 / 1000), //yql caches feeds, so we change the feed url every 20min
|
||||
@ -29,6 +29,4 @@
|
||||
};
|
||||
|
||||
})(jQuery);
|
||||
// eo feedToJson
|
||||
|
||||
|
||||
// eo feedToJson
|
Loading…
x
Reference in New Issue
Block a user