@bobwilliams What files? My script should handle it. So I want to understand.
Read the statement by Michael Teeuw here.
Posts
-
RE: new update/upgrade script, ready for testing
-
RE: Default calendar
@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 -
RE: MMM-MyCommute
@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.
-
RE: MMM-BackgroundSlideshow
@CyruS1337 interesting, i use MMM-ImagesPhotos, and have lots of images over 4meg, most in the 11-13 meg range
-
RE: Default calendar
@aquaman the calendar data looks fine…
where on your local system did you place that file? it MUST be under the modules/default/calendar folder
also, open the developers window, ctrl-shift-i, select the tab labeled ‘console’ and scroll up to see if there are any errors reported, usually red text
-
RE: OMXPlayer not working any more?
@bhepler it looks like the h264 engine has beem removed from omxplayer… and u have to build it manually into ffmpeg, and convert the h164 file to mpeg
-
RE: OMXPlayer not working any more?
looks like you need to setup ffmpeg
http://jollejolles.com/installing-ffmpeg-with-h264-support-on-raspberry-pi/
-
RE: updated installer script available for testing
@bhepler I missed the update