Want to be kept up to date with
the latest news & ratings?
Sign up for insider recommendations on best restaurants, hotels, cigars, rums and everything you need to know about Cuba for FREE!
Located on the edges of Miramar on a quiet street near the Comodoro Hotel, Roma is a lunchtime favorite for out of towners looking for superbly fresh and authentic pasta and for Italians looking for a taste of home. Standouts include spaghetti with Italian sausage and pasta carbonara with house-cured bacon. Notably, the kitchen doesn’t make pizza (a Cuban favorite). The restaurant is closed on Tuesday. Calle 92 # 307 e/ 3ra y 5ta, Playa +53 72065492, +53 54288766, +53 52727965
echo get_the_tag_list('
Tags: ',', ','
'); ?>
//GET WEATHER
// Commented out/disabled by Chevy 2016-11-22
// Occasionally api.openweathermap.org is slow and causes homepage response to exceed 60 seconds
// Requested by James to "Kill the weather service asap" on 2016-11-21
/*
if($xml=@simplexml_load_file("http://api.openweathermap.org/data/2.5/weather?q=Havana&APPID=5c6cf41f851041e851be58ff6b9afb4b&mode=xml")){
$weather= $xml->weather['value'];
if(strpos($weather,'Clear') !== false || strpos($weather,'sun') !== false || strpos($weather,'sunny') !== false){
$weather_img='sun.svg';
}
else if(strpos($weather,'rain') !== false || strpos($weather,'wet') !== false || strpos($weather,'showers') !== false){
$weather_img='rain.svg';
}else{
$weather_img='cloud.svg';
}
$degreeC = $xml->temperature['value']-273.15;
$degreeF = (($degreeC/5)*9)+35;
$temperature=round($degreeC).'°C '.round($degreeF).'°F';
}else{
$temperature='n/a °C n/a °F';
$weather_img='cloud.svg';
$weather='Weather Not Found';
}
*/
?>
Almost finished... We need to confirm your email address. To complete the subscription process, please click the link in the email we just sent you.