Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Error when running #8

Open
notoriousNichie opened this issue Apr 18, 2022 · 0 comments
Open

Module Error when running #8

notoriousNichie opened this issue Apr 18, 2022 · 0 comments

Comments

@notoriousNichie
Copy link

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&region=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:
{

	         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,
     	  }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant