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

dcarls91

@dcarls91

2
Reputation
436
Profile views
18
Posts
0
Followers
0
Following
Joined Nov 25, 2018, 12:38 AM
Last Online Oct 13, 2020, 3:26 PM

dcarls91 Unfollow Follow

Best posts made by dcarls91

  • RE: I am stuck need help

    @sdetweil
    the issues honestly are having little to no coding experience, and not knowing where commas and brackets go. Luckily, someone helped fixed my config file.

    I also ran into an issue with installing the modules. I did not realize at first that after you git clone the module you have to go into the module directory and run npm install command. After reading into it, it was a very simple fix.

    Most of my issues were from inexperience and being overwhelmed.

    posted in Troubleshooting
    D
    dcarls91
    Feb 5, 2019, 6:40 PM
  • RE: Monitor size recommendations

    Would a tv work? Thinking of using a tv so the speakers are already built in so that i can add alexa.

    posted in Hardware
    D
    dcarls91
    Nov 27, 2018, 8:53 PM

Latest posts made by dcarls91

  • RE: Blank screen with error in terminal upon start.

    It may also be an electron issue

    posted in Troubleshooting
    D
    dcarls91
    Nov 12, 2019, 7:08 PM
  • RE: Blank screen with error in terminal upon start.

    @sdetweil I will do that. I went into all of my modules and and ran npm install as well

    posted in Troubleshooting
    D
    dcarls91
    Nov 12, 2019, 7:03 PM
  • RE: Blank screen with error in terminal upon start.

    So I tired this and it tells me that the dev tools was disconnected from the page. I have also gone in and ran an audit and updated all packages. This is with a fresh install of Magic Mirror as well as all modules

    posted in Troubleshooting
    D
    dcarls91
    Nov 12, 2019, 6:31 PM
  • Blank screen with error in terminal upon start.

    Hello, I recently lost wifi on my pi and the magic mirror went down. I restarted and reconnected the pi to internet and went to start the magic mirror. I received a bunch of error messages in the command terminal something possibly to do with a module not found. I am unable to access logs for this. I have so far began with a fresh install of magic mirror which works flawlessly with the stock config.js file and default modules. I then added my old config file after running npm config:check with no errors found as well as added back all of my modules after updating and fixing anything found after running an audit. After doing this it is back to the error messages and blank black screen. Does anyone have any suggestions on where to start looking to attempt to fix this.
    -thanks in advance

    posted in Troubleshooting
    D
    dcarls91
    Oct 2, 2019, 9:52 PM
  • config js help

    Can someone take a look at this and tell me what I’m missing. I cannot find it for the life of me.

    code_text

    			position: "top_left",
    		  },
    		  {
    		 	 module: 'calendar',
                            header: 'Drew's Calendar',
                            position: 'top_left',
                            config: {
    				maximumEntries: '5',
    				fade: false,
                                    calendars: [
                                            {
                                                    symbol: 'calendar-o ',
                                                    url:  "https://calendar.google.com/",
                                            }
                                    ]   
                            }
    
                    },
    		{
    			module: 'calendar',
    			header: 'Mackenzie's Calendar',
    			position: 'top_left',
    			config: {
    				maximumEntries: '5',
    				fade: false,
    				calendars: [
    					{
    						symbol: 'calendar-o ',
    						url: "http",
    			                 }
    		                            
                                    ]
                            }
    
    		   },
                       {
    			module: "helloworld",
    		        position: "top_bar",
    		        config: {
    			         
    			         text: "Welcome"
    			        } 
    
    posted in Troubleshooting
    D
    dcarls91
    Jul 21, 2019, 8:44 PM
  • Resize middle center region

    Hello I am currently trying to place MMM-SmartWebDisplay in the middle center of my mirror. I adjusted the width via the config.js file. However, I am unable to make the module any taller than the formatted size of the middle center bar. I am wondering if this is something I have to do from the custom .js file as well as do I resize the region or actual module. Also, I am still learning the css so any help would be greatly appreciated. Thanks

    posted in Development
    D
    dcarls91
    Jul 9, 2019, 7:15 PM
  • RE: I am stuck need help

    @sdetweil
    the issues honestly are having little to no coding experience, and not knowing where commas and brackets go. Luckily, someone helped fixed my config file.

    I also ran into an issue with installing the modules. I did not realize at first that after you git clone the module you have to go into the module directory and run npm install command. After reading into it, it was a very simple fix.

    Most of my issues were from inexperience and being overwhelmed.

    posted in Troubleshooting
    D
    dcarls91
    Feb 5, 2019, 6:40 PM
  • RE: I am stuck need help

    Thank you all for your help, after a long day yesterday i was able to get it up and running.

    posted in Troubleshooting
    D
    dcarls91
    Feb 5, 2019, 4:55 PM
  • RE: I am stuck need help

    Just wanted to say thanks again for all of the help. I have spent the last couple of days trying to figure this out to no avail. I have decided to scrap the project for now until I can figure out what I am doing because I clearly do not have a clue.

    posted in Troubleshooting
    D
    dcarls91
    Feb 4, 2019, 9:41 PM
  • RE: I am stuck need help

    @yawns thank you for doing that, I’m very new to this, what else do i need to do to the above config file you posted

    posted in Troubleshooting
    D
    dcarls91
    Feb 3, 2019, 12:10 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