Desde que estoy utilizando el AA1 (Acer Aspire One), con la distribución Ubuntu Netbook Edition, donde se utiliza Unity como interfaz, he observado dos aspectos, el primero es que no se la fecha sino hago click con el ratón sobre el indicador de la hora, el segundo es que ha desaparecido la previsión meteorológica.
Dadas las bajas prestaciones del AA1, no he querido sobrecargarlo añadiendo mi querido y amado Avant Window Navigator, que hubiera resuelto todos estos problemas.
Hace tiempo que aparecieron varios indicadores del tiempo (Weather-Indicator), pero ahora, que lo necesito, no lo he encontrado para la Maverick Meerkat, así que he decidido hacer uno propio. Como de costumbre el nombre ha sido lo que más tiempo me ha llevado: My-Weather-Indicator (toma castaña).
La condiciones medioambientales así como la previsión del tiempo se obtienen de The Weather Channel, que no estoy muy seguro que sea la decisión más acertada, porque ultimamente me está dando problemas de conexión, pero por otro lado, es el proveedor que mas información facilita, tanto meteorológica, propiamente dicha, como de la API que facilita.
Ciertamente para ser la primera versión de la primera versión, no está mal, aunque no tengo que pulirla, quiero que me ofrezca los mapas de la previsión meteorológica, que aunque no soy meteorologo, me guasta consultarlos para hacerme mi propia composición (absurda) de lugar.
¿Cómo instalarlo y como funciona?
Para instalarlo simplemente tienes que añadir el repositorio:
sudo add-apt-repository ppa:atareao\atareao sudo apt-get update
Si ya añadiste este repositorio, con alguna de las otras aplicaciones, simplemente tienes que instalar la aplicación:
sudo apt-get install my-weather-indicator
Una vez instalado puedes acceder al indicador a través del menú de Ubuntu:
Accesorios > My-Weather-Indicator
Una vez cargado el indicador te aparecerá el tiempo actual en forma de un pequeño icono en el panel de Indicadores. Si haces click sobre el icono te aparecerá un menú con las condiciones actuales.
Si haces click sobre Previsión, verás la previsión mañana y tarde para 5 días.
Pruébalo y me dices.
A suggestion: you should make all the packages in your PPA available for Natty too…
Thanks Andrew, for your comments. I did it and I moved all the packages to ppa:atareaoatareao it’s easiest, but for the moment, all of them are in both repositories.
I make all the packages in ppa:atareaoatareao for Lucid and Natty
Great! Thanks once again!
Lo de la fecha en el indicador de la hora lo puedes solucionar instalando ‘dconf-tools’ luego ejecutas ‘dconf-editor’ y en ese programa vas a apps/indicator/datetime y habilitas la opción ‘show-date’ y listo.
🙂
He detectado un fallo:
Esto está mal:
sudo add-apt-reposiroty ppa:lorenzo-carbonellatareao
lo correcto es:
sudo add-apt-repository ppa:lorenzo-carbonellatareao
Muchas gracias, ya lo he corregido.
A mi me da este error: Error reading https://launchpad.net/api/1.0/~lorenzo-carbonellatareao/+archive/ppa: HTTP Error 404: Not Found
Since it doesn’t have a Launchpad page, I’ll tell you about the bugs I’ve found, here:
1. It was working fine last night, but today it doesn’t start – it seems it doesn’t like that my time is displayed as 13:40 instead of 1:40 PM:
andrei@andrei-work:~$ /usr/share/my-weather-indicator/my-weather-indicator.py
Traceback (most recent call last):
File «/usr/share/my-weather-indicator/my-weather-indicator.py», line 264, in
mwi=MWI()
File «/usr/share/my-weather-indicator/my-weather-indicator.py», line 103, in __init__
self.set_menu()
File «/usr/share/my-weather-indicator/my-weather-indicator.py», line 163, in set_menu
tn = time.strptime(self.location.get_local_time(),’%H:%M’)
File «/usr/lib/python2.6/_strptime.py», line 454, in _strptime_time
return _strptime(data_string, format)[0]
File «/usr/lib/python2.6/_strptime.py», line 325, in _strptime
(data_string, format))
ValueError: time data u’24:40′ does not match format ‘%H:%M’
2. Sometimes it takes a long time for the Forecast dialog to open
3. I’ve tried various cities in my country and for some, the weather wasn’t displayed correctly while for others, the city wasn’t found at all. Sometimes the application freezes when searching for a city.
4. You cannot change the measuring unit (so for now you’re stuck with °C and km/h).
Estaría genial que pusieras alguna captura, un saludo. y mil gracias y GENIAL TU TRABAJO.
This application has the best straight forward GUI for an indicator. But, can you add «Fahrenheit» to the app.
hi, found the applet via webupd8.org and i think it’s great! – the only thing is that somehow the date is messed up in forecast view at the moment (end of december).
after 2010/12/31 there will be 2010/12/32 … and even a 2010/12/34 exists.
don’t know, if it is the same with other months, because i just installed it.
Screenshot: http://dl.dropbox.com/u/354433/weatherbug.png
no logro hacer que la aplicacion inicie sola al iniciar la sesion, sabes como hacerlo?
ya escribi My-Weather-Indicator en Aplicaciones de inicio y nada
En aplicaciones al inicio,
Orden: /usr/share/my-weather-indicator/my-weather-indicator.py
Great app but 2 bugs i’ve found:
1. autostart doesn’t work, so I’m running it through script,
2. icons are breaking systray integrity. Especially in sunny day.
Upd. Launching thru script does not work too.
Script is:
#/bin/bash
sleep 3m
/usr/share/my-weather-indicator/my-weather-indicator.py
Hi @google-b4b682774466a7476ea3f11dc1960e06:disqus
The problem with autostart was fixed in version 0.3.3. I don’t understand you about «icos are breaking systray integrity» Could you send me an image of this?
I’m finishing new version and I want to repair this bug
Causes Unity desktop to crash on my Oneiric setup. It pulls me back into *DM logon screen. Sometimes, it would crash as I finished logging in. I figured it was responsible because it was one of the only applets I had cued to run on login and because of the crash on login behavior. Since eliminating it, I haven’t had any more crashes (crossing my fingers).
I went back to weather-indicator, despite that forecasts doesn’t work for me, but at least it doesn’t crash my desktop.
Great idea, but it needs a lot for work and (I suspect) code/protocol/scenario auditing.
Hello,
very nice add-on and replacement for original indicator-weather. Well done!
I’ve stumbled upon a small bug: The temperatur settings «Fahrenheit» and «Celsius» miss the ° in -4 °C. For Kelvin it’s correct to write 269K, but Celsius and Fahrenheit are complete with °, only.
Regards,
Michael