Read the statement by Michael Teeuw here.
No calendar or News feed?!?!?
-
Tried with both the default and a local feed. both had content in their xml when i checked manually. and the private google calendar link that i am using is processing ical correctly when i checked also when testing i was getting responses from the weather api and it was throwing a non valid api error so i disabled those modules to help clean up console activity
-
Did you make any changes to your config.js file (like most of us do)? If so, can you try running the default config.js that comes with MM? Rename your current config.js to something else, and rename the config.js.sample to config.js. Reload the mirror (not just refresh your browser, reload the whole node process on the rpi.)
With the default config, you should get an error on the weather modules, but the others should work. Please report back.
-
It does it even with the default config. That is when i first noticed it and thought well maybe those feeds are down so i changed them and still the same. got the error with weather like i was supposed to. I have done a reinstall of everything 3 different times now all the way from reinstalling os up.
-
And did you check the /home/pi/.pm2/logs log-files?
-
Typing in
'pm2 logs'
will display those specific logs in a nicely formatted display.@ellercom, when you tied the default config, did you actually restart the MM process completely? You said you’re running it as a serveronly, so have you killed the process and restarted it? Does the default config also jst display ‘Loading…’?