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

Clock simply disappeared at some time #35

Open
hesspoint opened this issue Jan 6, 2024 · 6 comments
Open

Clock simply disappeared at some time #35

hesspoint opened this issue Jan 6, 2024 · 6 comments

Comments

@hesspoint
Copy link

Hi,

I had been using the module without issues for a long time. Then all of a sudden it disappeared. There is simply black screen where it used to be. I did not change anything in the config. With the latest update of MM I had issues so I did a complete reinstall of MM and hoped that would also fix it but it didn't.

I am now on the latest MM from a few days ago. Also latest version of the module.

This is my config

        {
	    module: "MMM-text-clock",
	    position: "top_left",
	    config: {
	    	size: "small"
	    }
	},

No idea why it is not working anymore

@ngnijland
Copy link
Owner

Hi @hesspoint!

I'm trying to reproduce the crash, but had no luck yet (I let the latest version of the module run on its own for an entire night while using the latest version of MM).

To debug this further there is a few things you can do:

  1. Try to run MM with only the MMM-text-clock configured, to double check if it's a bug in this module
  2. The next time the clock disappears could you check both the Chromium console and the node server for error logs?

You can post the logs here if you want. Then I'll give them a quick look.

Let me know if you have any questions!

@sainiaj
Copy link

sainiaj commented Mar 5, 2024

yes not displaying for me either for now, I am using the default clock module, but I loved this text clock tbh

@ngnijland
Copy link
Owner

Hi @sainiaj !

Could you share your config and/or any error logs that show up when this module doesn't work as expected?

@sainiaj
Copy link

sainiaj commented Mar 5, 2024

Can you please show me, how to see the log file
Thank you

@sainiaj
Copy link

sainiaj commented Mar 6, 2024

@ngnijland

	 {
module: "MMM-text-clock",
position: 'top_left',
config: {
  // Options
}

},

config.js

I am not sure where to check the error log can you please point me to right direction

Thank you

@ngnijland
Copy link
Owner

@sainiaj that config file looks fine to me.

There is two places were you can check logs:

  1. The terminal window were you run npm run start to start MagicMirror
  2. The chrome console. MagicMirror runs in a fullscreen browser. Right click anywhere on the page and click "Inspect"

Let me know if you find anything that looks out of the ordinary.

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

3 participants