Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Reboot black screen

    Troubleshooting
    2
    3
    655
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jtmoore81 last edited by

      Hello,

      I’m having an issue where my calendar times out about 24 hours and I have to either manually refresh the screen or reboot the system. I opted to setup a cron job that will reboot every morning. The only problem is now when it reboots sometimes it just boots to a black screen and if I do a manually refresh it refreshes the screen and everything is good until the next morning.

      Thanks,

      justjim1220 1 Reply Last reply Reply Quote 0
      • justjim1220
        justjim1220 Module Developer @jtmoore81 last edited by

        @jtmoore81

        probably need to see your entry for the calendar in your config.js file…

        hide your personal info before posting it.

        1 Reply Last reply Reply Quote 0
        • J
          jtmoore81 last edited by

          @justjim1220 , here is my calendar config. Hopefully this helps.

          	{
          		module: "calendar",
          		header: "Family",
          		position: "top_left",
          		config: {
          	calendars: [
          		{
          			url: 'https://xxxxxxx:port/caldav/xxxxxxxx/eopscxu/',
          			symbol: 'calendar',
          			auth: {
          			    user: 'username',
          			    pass: 'password',
          			    method: 'basic'
          			}
          		},
          	]
          		}
          	},
          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy