I write an android service of get weather, and the AndroidManifest.xml is:
Add an intent-filter with an action to your WeatherService:
Then, when you go to bind with bindService() in your other app, use this intent:
new Intent("this.is.my.custom.ACTION")