MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Reboot black screen

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 1.0k Views 2 Watching
    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 Offline
      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,

      justjim1220J 1 Reply Last reply Reply Quote 0
      • justjim1220J Offline
        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.

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

        1 Reply Last reply Reply Quote 0
        • J Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy