@Subintro yeh… i just edit it and comment out, or uncomment sections…
for modules, add disable: true/false, to the module defintion to turn it off/on
@Subintro yeh… i just edit it and comment out, or uncomment sections…
for modules, add disable: true/false, to the module defintion to turn it off/on
@aquaman you shouldn’t need to specify any options…
just
unix2dos filename
it will convert in place
or -ascii convert only line breaks (default)
unix2dos -ascii filename
@bobwilliams got them thanks… you didn’t happen to save that ‘failing’ MagicMirror folder did you?
@bobwilliams Ok. I put a fix in for Save=yes. Save=No should replace them w local repo version…and then upgrade.
Will have to build test. Really want to see the upgrade log, and pm2 logs for why it stoppexy
@bobwilliams What files? My script should handle it. So I want to understand.
@aquaman after debugging, the problem is the file created by fb2ics has linux line ends (\n), but the code is looking for windows line ends (\r\n)
once I edited and saved with windows line ends it works
you could use unix2dos on it to convert the line ends
I have opened an issue and submitted a pull request to the ical parser github project for this
https://github.com/peterbraden/ical.js/issues/105
@CyruS1337 there is a bug in the googlemapstraffic module, I have a fixed version… you can rename the current module folder out of the way, and then git clone the fixed one from my repo.
@CyruS1337 interesting, i use MMM-ImagesPhotos, and have lots of images over 4meg, most in the 11-13 meg range