The WeatherTime plugin is broken with the latest Slimserver 6.5.
Couldn't push into new mode: [OFF.weathertime] !: Can't locate object method "bytesPerColumn" via package "Slim::Player::Squeezebox2" at /usr/share/slimserver/Plugins/WeatherTime/Plugin.pm line 2207.
Here comes the patch:
# sed -i "s/displayWidth/display()->displayWidth/" Plugin.pm
# sed -i "s/bytesPerColumn/display()->bytesPerColumn/" Plugin.pm
# sed -i "s/Slim::Display::Graphics::string\
/Slim::Display::Lib::Fonts::string/" Plugin.pm
# sed -i "s/Slim::Display::Graphics::string\
/Slim::Display::Lib::Fonts::string/" Plugin.pm
You can also grep the diff The orignal diff weathertime_nightly_fix.diff
seems to got lost somehow.