MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. RJDaPirate
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by RJDaPirate

    • MMM-DarkSkyRadar

      Is there a way to make rain appear in green and snow appear in blue?

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Refresh modules / MagicMirror without running pm2 restart?

      I’m experiencing the same issue with my MM. Module worked fine for weeks not won’t last an hour before the Rain Radar Module goes dark.

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Calendar Color

      @sdetweil , The lack of a “proper” symbol was my undoing.

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Calendar Color

      @sdetweil Understand you did not “edit”. Do not understand what I have done wrong? Cannot find examples of Calendar Module Config.js with seperate colors for different url (google) calendars. Is there a knowledge document you’d recommend I read thru that covers those config: { colored:…

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Calendar Color

      @sdetweil This is not visible in the config.js file. Earlier in the thread you instructed another user not the change settings in source instead of the config.js. Where are the setting you highlighted?

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Calendar Color

      @sdetweil I deleted the personal settings within the urls. They are all different in the real config.js file.

      posted in Troubleshooting
      R
      RJDaPirate
    • RE: Calendar Color

      Any one know why all of the calendar entries are being assigned Mom’s color instead of their own?

      module: "calendar",
      			header: "Family Schedule",
      			position: "top_center",
      			config: {
      				colored: true,
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					
      					},
      					{
      						 symbol: "Dad's Calender",
      							url: "https://calendar.google.com/calendar/ical/basic.ics",
      							color: '#6600CC'
      					},
      					{
      						symbol: "Mom's Calender",
      							url: "https://calendar.google.com/calendar/ical/basic.ics",
      						color: '#ff0000'
      					},
      					{
      						Symbol: "A's Calender",
      							url: "https://calendar.google.com/calendar/ical/basic.ics",
      						color: '#00ff00'
      					},
      					{
      						symbol: "J's Calender",
      							url: "https://calendar.google.com/calendar/ical/basic.ics",
      						color: '#40E0D0'
      					},
      					{
      						symbol: "L's Calender",
      							url: "https://calendar.google.com/calendar/basic.ics",
      						color: '#ffd700'
      					}	
      				]
      			}
      		},
      
      posted in Troubleshooting
      R
      RJDaPirate
    • 1 / 1