@sdetweil This is what I’m using. with Firefox ESR as the browser because Chromium and regular firefox are no longer supported on a Pi zero. Also, I’m using an API to connect to my Tempest weather station and that works fine. In addition all the other default modules work as they should except for calendar.
Read the statement by Michael Teeuw here.
Posts
-
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
@sdetweil Definitely appears to be some errors in the console. Its CTRL + SHIFT + I to access it in Firefox
-
RE: Default Calendar stuck on loading
@sdetweil This is as far as it goes. for some reason I dont get “Create new calendarfetcher for url:”
-
RE: Default Calendar stuck on loading
@sdetweil Strangly I didnt see any fetch messages for the calendar.
-
RE: Default Calendar stuck on loading
@sdetweil Yes, it came up and is running. Everything is working except the calendar. Just stuck at loading…
-
RE: Default Calendar stuck on loading
@sdetweil This came after that. Its just stuck here now
-
RE: Default Calendar stuck on loading
This is what I get from npm start now after running
export external_browser=firefox
DISPLAY=:0 npm start -
RE: Default Calendar stuck on loading
@sdetweil after running your script I did the following
sudo apt-get remove chromium-browser
sudo apt autoremovesudo apt-get update
sudo apt-get install firefox-esrcd ~/MagicMirror
export external_browser=firefox
DISPLAY=:0 npm startbash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”
cd ~/MagicMirror/
pm2 start MagicMirror -
RE: Default Calendar stuck on loading
I apologize for my ignorance. Im a noob but I learn quickly. Im using firefox not chromium