• 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. brad
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
B
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 2
  • Groups 0

brad

@brad

0
Reputation
262
Profile views
2
Posts
0
Followers
0
Following
Joined Jun 6, 2016, 12:45 PM
Last Online Jun 7, 2016, 1:52 AM

brad Unfollow Follow

Latest posts made by brad

  • RE: Calendar modification

    That makes perfect sense. :) sorry didn’t catch that…

    posted in Tutorials
    B
    brad
    Jun 6, 2016, 1:16 PM
  • RE: Calendar modification

    Here is my info @aarinsingh , it doesn’t crash but it is also not limiting the number of days. From what I can see at a quick glance is that this was using a method that may have been replaced in the load process for this module, because it seems to only be using the default for this setting. I may follow to code later and see how this is loading and why my setting is being ignored.

    {
    			module: 'calendar',
    			header: 'Events',
    			position: 'top_left',
    			maximumNumberOfDays: 7,
    			config: {
    				calendars: [
    					{
    						symbol: 'calendar-check-o ',
    						url: 'https://calendar.google.com/calendar/ical/your-info'
    					}
    				]
    			}
    		},
    

    Note from admin: Please use Markdown on code snippets!

    posted in Tutorials
    B
    brad
    Jun 6, 2016, 12:59 PM
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