It may also be an electron issue
Read the statement by Michael Teeuw here.
Posts
-
RE: Blank screen with error in terminal upon start.
-
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
-
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
-
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 -
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" }
-
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
-
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.
-
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.
-
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.
-
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