• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. RJDaPirate
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
R
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 8
  • Groups 0

RJDaPirate

@RJDaPirate

0
Reputation
3
Profile views
8
Posts
0
Followers
0
Following
Joined Aug 20, 2020, 12:10 PM
Last Online Dec 11, 2022, 8:05 PM

RJDaPirate Unfollow Follow

Latest 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
    Oct 1, 2020, 12:49 AM
  • 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
    Oct 1, 2020, 12:40 AM
  • RE: Calendar Color

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

    posted in Troubleshooting
    R
    RJDaPirate
    Sep 16, 2020, 10:32 PM
  • 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
    Sep 13, 2020, 1:39 AM
  • 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
    Sep 13, 2020, 1:22 AM
  • 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
    Sep 13, 2020, 1:13 AM
  • 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
    Sep 13, 2020, 1:04 AM
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