mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
HTTPS News
This commit is contained in:
parent
73ab803679
commit
4c9191385d
@ -6,7 +6,7 @@ var news = {
|
|||||||
newsLocation: '.news',
|
newsLocation: '.news',
|
||||||
newsItems: [],
|
newsItems: [],
|
||||||
seenNewsItem: [],
|
seenNewsItem: [],
|
||||||
_yqURL: 'http://query.yahooapis.com/v1/public/yql',
|
_yqURL: 'https://query.yahooapis.com/v1/public/yql',
|
||||||
_yqlQS: '?format=json&q=select%20*%20from%20rss%20where%20url%3D',
|
_yqlQS: '?format=json&q=select%20*%20from%20rss%20where%20url%3D',
|
||||||
_cacheBuster: Math.floor((new Date().getTime()) / 1200 / 1000),
|
_cacheBuster: Math.floor((new Date().getTime()) / 1200 / 1000),
|
||||||
_failedAttempts: 0,
|
_failedAttempts: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user