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

nothing pulled into module #16

Open
crackers8199 opened this issue Oct 6, 2023 · 1 comment
Open

nothing pulled into module #16

crackers8199 opened this issue Oct 6, 2023 · 1 comment

Comments

@crackers8199
Copy link

crackers8199 commented Oct 6, 2023

i have this installed and set up, but nothing is showing up in the module...everything is configured right, but it's just empty. any ideas? the module itself shows on the screen, but it's empty.

just using the basic configuration...

{
	module: 'MMM-homeassistant-sensors',
	position: 'top_left',
	config: {
		host: "my.ip",
		port: "8123",
		https: false,
		token: "my.token",
		values: [
			{
				sensor: "sensor.temp",
			},
		]
	}
},
@magicvodi
Copy link

I seem to have the same issue.

The Javascript Console in the Browser shows following message:
MMM-homeassistant-sensors - Error! No data returned! MMM-homeassistant-sensors.js:313:12

When I enable debugLogging, I get the following entries:

[09.11.2023 16:11.08.054] [ERROR] MMM-homeassistant-sensors - buildUrl: http://192.168.1.75:8123/api/states
[09.11.2023 16:11.08.054] [ERROR] MMM-homeassistant-sensors: Adding token REDACTED
[09.11.2023 16:11.08.076] [ERROR] MMM-homeassistant-sensors ERROR: null
[09.11.2023 16:11.08.077] [ERROR] MMM-homeassistant-sensors statusCode: 200
[09.11.2023 16:11.08.084] [ERROR] MMM-homeassistant-sensors Body: [  
    [...] The full JSON Body 

I'm using the magicmirror serveronly docker and Firefox & Google Chrome.

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

2 participants