-
Notifications
You must be signed in to change notification settings - Fork 14
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 disappears #23
Comments
There is functionality to hide the module at specific times or days of the week. Could you share your configuration? (Remove passwords and api-keys) |
Sure. Here is the relevant section of /home/pi/MagicMirror/config/config.js:
|
Any suggestions? This has been happening pretty consistently every 1-2 days. I have seen others mention a similar problem but haven't heard of any fixes. Any possible steps to debug? I have tried a fresh re-install of the MagicMirror code, without success either. |
The only weird thing I see is your
|
I changed the hideDays - no change. The entire module still disappears, approximately once per day, at seemingly random times. No error messages in the logs I'm able to find. Any other suggestions? |
What other modules are you using? Is your mirror using any modules or settings that might disable or suspend this module? Could try disabling your other modules, keep just the MMM-MyCommute module, and see if it still disappears? |
Other modules running:
However before disabling those, I have a theory that the problem might be related to the |
Update: after turning off all startTime and hideDays options, all of my destinations continued to remain visible. This makes me think that after being hidden, sometimes my destinations do not properly "wake up" , even though the startTime has passed. |
Thank you so much for your efforts. Interesting find, the possible conflict between startTime and hideDays. Unfortunately I'm currently unable to work on this issue. If anyone manages to fix the bug, I would of course like to merge it into this repo. PR is most welcome. |
Based on the configuration I'm running now, using hideDays only, it fails to come back every Monday. I'm able to reset it, and force it to show destinations again by connecting to it via VNC, then reloading via CTRL+R.
|
It seems that approximately once per day, the module will completely disappear. No error messages appear in the PM2 log files mm-out.log or mm-error.log. Restarting my magicmirror always brings it back, only for it to disappear the next day.
What is causing this? How can I figure out the cause?
The text was updated successfully, but these errors were encountered: