This is what I get from npm start now after running
export external_browser=firefox
DISPLAY=:0 npm start
This is what I get from npm start now after running
export external_browser=firefox
DISPLAY=:0 npm start
@sdetweil after running your script I did the following
sudo apt-get remove chromium-browser
sudo apt autoremove
sudo apt-get update
sudo apt-get install firefox-esr
cd ~/MagicMirror
export external_browser=firefox
DISPLAY=:0 npm start
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”
cd ~/MagicMirror/
pm2 start MagicMirror
I apologize for my ignorance. Im a noob but I learn quickly. Im using firefox not chromium
Re: Calendar Module not working with Google Calendar
Magic Mirror Default Calendar not working. Just stuck loading. I get this with the US Holidays link. I installed node-ical@0.16.1 and Electron@28.1.1. I even disabled IPv6.