@BillW edit your previous post.
In front of the content you pasted in, on a separate line, put three backtics
Then go to the end of the content you pasted, add a new line and put three backtics there. Submit your post update
@BillW edit your previous post.
In front of the content you pasted in, on a separate line, put three backtics
Then go to the end of the content you pasted, add a new line and put three backtics there. Submit your post update
the module u installed has another installation step that you missed…
change to the module folder
cd /home/pi/MagicMirror/modules/MMM-Remote-Control
then install its dependencies
npm install
then try to run mirror again
from the module readme
Manual install
(1) Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules # adapt directory if you are using a different one
git clone https://github.com/Jopyth/MMM-Remote-Control.git
cd MMM-Remote-Control
npm install
@drfukc that calendar,
url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
is thru 2018…
this one contains thru 2019
url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
@drfukc is mirror starting on boot with PM2?
go to console and do
pm2 list
is something, get its name and pm2 stop name
@mlcampbe no idea… I just caused a core dump on mine by comparing a whole structure to a string variable… (not on purpose) it didn’t tell me which module caused it
@mlcampbe said in Core dump causing black screen:
6522:0416/101829.273887:FATAL:memory.cc(22)] Out of memory. size=155766784
it is out of memory…
alt-spacebar, n
will minimize the MM app window… (just like on windows to minimize an app)…
ssh server is not setup by default… so you would have to do that manually
https://www.ionos.com/digitalguide/server/configuration/raspberry-pi-how-to-set-up-an-ssh-server/
on the pi, start the mirror app
using a keyboard, press ctrl-shift-i, this will open the developers window on the right side of the screen
using a mouse, select the tab at the top with the word ‘console’, a scrollable window will appear
using the mouse, scroll the window UP to view the earlier messages (top is first, bottom is latest)
find any messages that appear in red text… these are errors…
if u find them. please let us know what they are so we can help more
@yrayapati ok, open the developers window, keyboard, ctrl-shift-i, select the console tab., and scroll up to see any errors (red text)… please advise
@yrayapati are u good now? weather and calendar… anything else?