qwaz, I guess I don't know how to help you to get it to show up on every page. Maybe someone else knows the secret.
As far as only displaying one city, first set the settings for yourself to the city you want, then find this part in weather.php:
PHP Code:
if (!isset($action) or $action=="getdata") {
$userdata = $DB_site->query_first("SELECT * FROM weather_userdata WHERE userid=$bbuserinfo[userid]");
Change $bbuserinfo[userid] to your own userid number. You can probably take out all the code from the Modify and Update Settings sections.