You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module: 'MMM-horoscope',
position: 'middle_center', // This can be any of the regions.
config: {
// See 'Configuration options' for additional options and more information.
sign: 'aquarius', // Zodiac sign
maxWidth: "400px", // maximum width of the module in px, %, em
updateInterval: 1 * 60 * 60 * 1000, // updates every hour
useTextIcon: true,
initialLoadDelay: 0,
animationSpeed: 2000,
}
},
The text was updated successfully, but these errors were encountered:
I keep getting this error when running the horoscope module:
[17.04.2022 19:10.02.574] [LOG] Error getting Horoscope data. Response:{"statusCode":400,"body":"{"message":"request failed"}","headers":{"expect-ct":"max-age=31536000, report-uri="http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only\"","referrer-policy":"no-referrer-when-downgrade","strict-transport-security":"max-age=31536000","x-content-type-options":"nosniff","x-frame-options":"SAMEORIGIN","x-xss-protection":"1; mode=block","content-type":"application/json; charset=utf-8","content-length":"28","etag":"W/"1c-ckLT9jUHd5T2AEuyi2SZmZb3Zxk"","set-cookie":["B=3ju2dmth5pb2q&b=3&s=km; expires=Mon, 18-Apr-2023 00:10:02 GMT; path=/; domain=.yahoo.com"],"date":"Mon, 18 Apr 2022 00:10:02 GMT","x-envoy-upstream-service-time":"13","server":"ATS","age":"0","connection":"close","content-security-policy":"frame-ancestors 'self' https://.builtbygirls.com https://.rivals.com https://.engadget.com https://.intheknow.com https://.autoblog.com https://.techcrunch.com https://.yahoo.com https://.aol.com https://.huffingtonpost.com https://.oath.com https://.search.yahoo.com https://.search.aol.com https://.search.huffpost.com https://.onesearch.com https://.verizonmedia.com https://.publishing.oath.com https://*.autoblog.com; sandbox allow-forms allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox allow-presentation; report-uri https://csp.yahoo.com/beacon/csp?src=ats&site=frontpage®ion=US&lang=en-US&device=&yrid=21fiqu5h5pb2q&partner=;"},"request":{"uri":{"protocol":"https:","slashes":true,"auth":null,"host":"www.yahoo.com","port":443,"hostname":"www.yahoo.com","hash":null,"search":null,"query":null,"pathname":"/_td/api/resource/horoscope.astro;query=%7B%22sign%22%3A%22aqu%22%2C%22frequency%22%3A%22daily%22%2C%22date%22%3A%2220220418%22%2C%22week%22%3A%22%22%2C%22month%22%3A%22%22%7D;site=horoscope","path":"/_td/api/resource/horoscope.astro;query=%7B%22sign%22%3A%22aqu%22%2C%22frequency%22%3A%22daily%22%2C%22date%22%3A%2220220418%22%2C%22week%22%3A%22%22%2C%22month%22%3A%22%22%7D;site=horoscope","href":"https://www.yahoo.com/_td/api/resource/horoscope.astro;query=%7B%22sign%22%3A%22aqu%22%2C%22frequency%22%3A%22daily%22%2C%22date%22%3A%2220220418%22%2C%22week%22%3A%22%22%2C%22month%22%3A%22%22%7D;site=horoscope"},"method":"GET","headers":{}}}
my config module is:
{
The text was updated successfully, but these errors were encountered: