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

andrewchumchal

@andrewchumchal

8
Reputation
2.1k
Profile views
39
Posts
2
Followers
3
Following
Joined Sep 7, 2016, 5:44 PM
Last Online Sep 9, 2018, 7:02 PM
Age 29
Location United States

andrewchumchal Unfollow Follow

Best posts made by andrewchumchal

  • RE: multiple calendars

    @deadherring My Config Looks like this. Hope this helps

    # code block
                    module: 'calendar',
    			header: 'Events',
    			position: 'top_left',
    			config: {
    				calendars: [
    					{
    						symbol: 'calendar-check-o ',
    						url: 'calendar url'
    					},
    					{
    						symbol: 'calendar-plus-o ',
    						url: 'calendar url'
    					},
    					{
    						symbol: 'calendar-plus-o ',
    						url: 'calendar url'
    					},
    					{
    						symbol: 'birthday-cake',
    						url: 'calendar url'
    					},
    					{
    						symbol: 'rocket ',
    						url: 'https://www.google.com/calendar/ical/msacpn523mpjgq0jlooh41eme4%40group.calendar.google.com/public/basic.ics'
    						// Rocket Launch Calendar 
    					}
    				]
    			}
    		},
    
    posted in Troubleshooting
    A
    andrewchumchal
    Sep 22, 2016, 9:14 PM
  • RE: Where are you from?

    I am from Dallas Texas

    posted in General Discussion
    A
    andrewchumchal
    Sep 21, 2016, 10:49 PM
  • RE: WIP Magic Mirror

    @cowboysdude

    My own private module.

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 28, 2016, 10:29 PM
  • RE: Remote Administration & Updates

    @bhepler I’m currently using a VPN called NeoRouter. It dose not require any ports to be open for the clients only for the server. The plus is if you have or host your own server somewhere like i do with Digital Ocean which only cost me 5 US dollars a month. I can control all of my Pi’s that are not connected to my network.

    I hope this help.

    posted in Development
    A
    andrewchumchal
    Oct 4, 2016, 9:02 PM
  • WIP Magic Mirror

    Just wanted to start this Topic here for my Magic Mirror that is a work in progress
    Still working on getting a Frame and Mirror Glass for it. Have not completely decide what size I should get. I’m open to any suggestions on what size and what else I need to add to it.
    Over time I will update it here.
    Please Enjoy

    ScreenShot1

    Thanks
    Andrew

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 28, 2016, 9:08 PM

Latest posts made by andrewchumchal

  • RE: Calendar Not Loading

    @clumsy_ninja I believed the link needs to end in .ics or .rss there should be a way in Office 365 to make a .ics link. I hope this help

    posted in Troubleshooting
    A
    andrewchumchal
    Nov 2, 2016, 9:19 PM
  • RE: WIP Magic Mirror

    @cowboysdude

    My own private module.

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 28, 2016, 10:29 PM
  • WIP Magic Mirror

    Just wanted to start this Topic here for my Magic Mirror that is a work in progress
    Still working on getting a Frame and Mirror Glass for it. Have not completely decide what size I should get. I’m open to any suggestions on what size and what else I need to add to it.
    Over time I will update it here.
    Please Enjoy

    ScreenShot1

    Thanks
    Andrew

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 28, 2016, 9:08 PM
  • RE: iframe full screen

    @strawberry-3.141

    Thanks for your help

    posted in Troubleshooting
    A
    andrewchumchal
    Oct 26, 2016, 1:16 PM
  • iframe full screen

    can any of you guys help me? Im trying to make a iframe full screen but it dose not seem to work.

    		{     module: "helloworld",
    			  position: "fullscreen_below",  
    			  config: {
    					text: "<iframe src='//URL HERE' style='border: 0; width: 100%; height: 100%'></iframe>"
                   }
    		},
    

    iframe full screen

    But as you can see it is not full screen.

    BTW.
    That is not the website i am going to use

    posted in Troubleshooting
    A
    andrewchumchal
    Oct 25, 2016, 10:51 PM
  • RE: Mirror, mirror on the wall. Who has the biggest of them all?

    @d3r Of course, the client specific modules (like the globe) are kept private from his blog about it. But it uses WebGL Globe from Google

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 25, 2016, 2:25 PM
  • RE: Removing modules

    @killerwaffles If you were talking about the header not the calendar it self header: 'US Holidays', you could just change this part here. to say something like header: 'Events,

    posted in Troubleshooting
    A
    andrewchumchal
    Oct 13, 2016, 3:51 PM
  • RE: Code for running MM on Pi Zero

    @pi

    All of the code for the MagicMirror is on GitHub then people add and remove modules to customize to there liking. You can find instructions here.

    posted in Show your Mirror
    A
    andrewchumchal
    Oct 13, 2016, 3:42 PM
  • RE: Removing modules

    Hello @killerwaffles

    I will be glad to help you. If you look in your config file for this section

    		{
    			module: 'calendar',
    			header: 'US Holidays',
    			position: 'top_left',
    			config: {
    				calendars: [
    					{
    						symbol: 'calendar-check-o ',
                                                    url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
    					}
    				]
    			}
    		},
    

    All you have to do is to remove these lines of code

    					{
    						symbol: 'calendar-check-o ',
    						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
    					}
    

    That should get ride of the us holidays calendar.

    posted in Troubleshooting
    A
    andrewchumchal
    Oct 13, 2016, 3:34 PM
  • RE: Just for showing ...

    @KirAsh4 Very Good Job.

    posted in General Discussion
    A
    andrewchumchal
    Oct 12, 2016, 11:06 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