Posted: Sat 13 Aug 2011, 10:47 Post subject:
weather widget shows incorrect language Subject description: Is there a fix so that weather can correctly be shown in local language?
It is important to be able to get the weather info in lets say Spanish. I am able to translate the layout but how would i go about changing the actual data to Spanish or any other language?
pwidgets.png
Description
Filesize
154.48 KB
Viewed
629 Time(s)
Last edited by tenochslb on Mon 15 Aug 2011, 10:00; edited 2 times in total
Posted: Mon 15 Aug 2011, 07:38 Post subject:
Weather info in Englich Subject description: Arch script
Looking for an answer to my question i came across a website that solves this problem implementing some type of script. This applies to conky and I do not have the knowledge to understand it but some of you guys sure can adapt this to pwidgets:
Code:
#!/bin/sh
#AccuWeather (r) RSS weather tool for conky
#
#USAGE: weather.sh <locationcode>
#
#(c) Michael Seiler 2007
METRIC=0 #Should be 0 or 1; 0 for F, 1 for C
if [ -z $1 ]; then
echo
echo "USAGE: weather.sh <locationcode>"
echo
exit 0;
fi
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum