Knockout Theme Weather Bug - Themer General Discussion

Hi, I'm using Knockout theme, and I have a bug that came up today. I think it might be because in my location we use Monday as first day of the week. Bug: the temperature values are on top of each other, and the indicator is on Wednesday instead of Sunday.
Screenshot here.

bbluff said:
Hi, I'm using Knockout theme, and I have a bug that came up today. I think it might be because in my location we use Monday as first day of the week. Bug: the temperature values are on top of each other, and the indicator is on Wednesday instead of Sunday.
Screenshot here.
Click to expand...
Click to collapse
Here is the sting for the weather icons and min/max.
$#Df#=1?[ox]-120[/ox]$
$#Df#=2?[ox]-80[/ox]$
$#Df#=3?[ox]-40[/ox]$
$#Df#=4?[ox]0[/ox]$
$#Df#=5?[ox]40[/ox]$
$#Df#=6?[ox]80[/ox]$
$#Df#=7?[ox]120[/ox]$
Each weather icon, and min/max text layer has this value in it, but its numbers shift around. The one listed above is for the Current Weather icon, so the tomorrows weather would look as follows;
$#Df#=1?[ox]-80[/ox]$
$#Df#=2?[ox]-40[/ox]$
$#Df#=3?[ox]0[/ox]$
$#Df#=4?[ox]40[/ox]$
$#Df#=5?[ox]80[/ox]$
$#Df#=6?[ox]120[/ox]$
$#Df#=7?[ox]-120[/ox]$
Each icon sifts the x coordinate up one space so by day three the x value of 0 would be at the top, and by day 4 it could be the bottom.
I can fix this but its going to make the sting more complicated, and I will need to rebuild them on each device.
I Should be able to make it dynamicly change based on regional date formats by using $#DE#=Sun || #Df#=1?$ as an if this then that statement, but I will need to rethink how to write out the strings above. If Zooper renders more than one [ox][/ox] then it ignores all of them.
I cant tell you why its rendering all in the same spot, but if you want to fix the issue yourself, for our region you would change the string to the following in the TODAY layer for weather icons, min/max layers and the day indicator layer.
$#DE#=Mon?[ox]-120[/ox]$
$#DE#=Tues?[ox]-80[/ox]$
$#DE#=Wed?[ox]-40[/ox]$
$#DE#=Thu?[ox]0[/ox]$
$#DE#=Fri?[ox]40[/ox]$
$#DE#=Sat?[ox]80[/ox]$
$#DE#=Sun?[ox]120[/ox]$
You would put the 0 x coordinate for the today layer on what ever day today is when you make the changes. Then shift the numbers up by one line for each consecutive day.
I will rethink how to write this out to try and make it dynamic to the region and reupload the theme, but it wont be by today.
Feel free to hit me up on Hangout if you have a question.
Bill Surowiecki

Related

WeatherWallpaper 0.36 Nov25,2008: For S2U2. New version for Manila2D Weather!

A mortscript that changes s2u2 wallpaper based on current weather condition. Now there is support for Weatherpanel, HTC Weather, and the original Yahoo feed (based on notiweather script)
FOR INFO ON ANIMATED WALLPAPERS, see post #4 (but if you don't have this installed already, finish reading this first post first!)
post #4: http://forum.xda-developers.com/showthread.php?p=2182530#post2182530
I wanted a way to change the wallpaper of s2u2 wallaper based of the weather forecast.
Since Schettj has created such a fantastic script to user Userweather without a weather app (feed from yahoo), the easiest way for me to start was just build on this, so many thanks to schettj for building a fantastic script.
I have now added scripts for Weather Panel and HTC Weather support that doesn't require data connection. (except for the WP and HTC weather application update itself) Please note that since HTC weather does not autoupdate, there will be times of discrepancy between what htc weather shows and s2u2 wallpaper show. In other words, after you manually update HTC weather, s2u2 wallpaper won't reflect this until the next time the script is scheduled to run (which depends on delayhour variable). This is why I was never crazy about writing a version for HTC weather. For weatherpanel version it is best that you set weatherpanel application to update more often or same as the WeatherWallpaperWP.mscr script.
Create a folder that have 48 wallpapers in jpg from 0.jpg, 1.jpg...47.jpg corresponding to the different weather forecast icons. Or use one of the wallpaper set I have below.
Notiweather link:
http://forum.xda-developers.com/showthread.php?t=358952
S2U2 link:
http://forum.xda-developers.com/showthread.php?t=381588
Sample Customizations
1. Also, to display current , high and lo temp in notiweather change the weather line to this:
weather="C|"&code&"| "&temp&"º H"&hitemp&"º\L"&lotemp&"º"
There should be about 5 or 6 spaces between &code&"| and ", but I don't know why it is not displayed correctly.
(Edit: Current version implements this already)
2. I believe animated gifs would be possible if you change the part in bold again above from ".jpg" to ".gif" and fill the folder full of gifs.
(Edit: On current version, just change the wallpapertype variable at the top to = ".gif" instead of ".jpg", make sure to include quotes)
Update: WeatherWallpaper0.36 now also has version for Manila2D Weather (look for the Weather_WallpaperM2D0.35.mscr script). See the replies below for "u" version.
Update: WeatherWallpaper v0.36 (yahoo only): line 176 fixed with missing ")"
Update: WeatherWallpaper v 0.35 and .35u
A slight modification to the script that will hopefully fix some of the refresh issues. I have ran this for a week and have not encountered coming out of standby without S2U2 lock screen coming up. Please let me know how it goes for you. I also have made a new naming convention. The "u" version refers to the version of the script which will display Last Updated time (like the old v.33). Again, this "u" version will be posted on the third post like before. Thanks goes out to Holmann.
Update: WeatherWallpaper v0.33
I also made a version of WeatherWallpaper for HTC, Yahoo, and Weather Panel that displays the last updated time (version .33). This can be found on the third post on this page. If you don't want the last updated time displayed, then use the version on this first post. Update v.33b: got rid of the extra 0 bug ie 007:30
Update: WeatherWallpaper v 0.32
- don't use v.31, there's a bug. Please use v0.32 for WP only.
Update: WeatherWallpaper v 0.31
- small bugfix. on WP version only, at night slide forecast may display -9999
UPDATE: WeatherWallpaper version 0.3
- contains updated versions for Weatherpanel and Yahoo. HTC version is unchanged.
- updated versions for WP and Yahoo now has a new variable slideforecast:
slideforecast=0 (default) no change to slide2unlock text
slideforecast=1 slide2unlock text will display daily forecast (match lower left icon if s2u2 weather is set to userweather)
slideforecast=2 slide2unlock text will display current condition (match wallpaper)
Please note this feature is for S2U2 v 1.02 or higher (preferably 1.05 or higher). Do not change the slideforecast variable if you are running v 1.01 or less.
Please note if you change slideforecast to 1 or 2 and then decide to change back to 0, the display will not automatically revert back to whatever it is you have ( ie "slide to unlock"). You will have to change it back your self using this utility by l3v5y or through registry edit:
http://forum.xda-developers.com/showpost.php?p=2264560&postcount=923
WeatherWallpaper version 0.2:
- Now contains three scripts, WeatherWallpaperYah0.2.mscr (for standalone use getting weather data from yahoo feed), WeatherWallpaperWP0.2.mscr (for WeatherPanel), and WeatherWallpaperHTC0.2.mscr (for HTC Weather). You only need one of these scripts!
- Two new user settings at the top of the script:
# folder containing your weather wallpaper
wallpaperfolder = "\storage card\my documents\download\wallpaper\weather\"
# wallpaper type jpg or gif
wallpapertype= ".jpg"
- Display is now set at Current temp followed by High and Low temp, but only if you select Userweather in S2U2. For example:
80º H86º\L71º
- Also, it now only writes into registry and "update" s2u2 if the current condition has changed, avoiding too many s2u2 updates, which can cause some delay in s2u2 sometimes.
- Please note that the wallpaper by default is based on current condition (ccode) while the lower left icon is based on forecast (code), so it may not be the same sometimes. i did this on purpose because, with current conditions, the wallpaper will change more often, like 3-4 times a day, giving it a nicer effect. If it was forecast it would chnage like 1-2 times a day.
PocketWeather users: rifraf1 has written a script that supposedly works with PocketWeather. However, I will not be supporting this since I don't have PW installed, but feel free to try. See this link. Thanks rifraf1!!
http://forum.xda-developers.com/showthread.php?p=2289453&highlight=PocketWeather#post2289453
Wallpaper Update
There are now three sets of wallpaper to choose from. My original vision was to use natural appearing wallpapers that shows the weather forecast. Obviously it has been hard to find for all 47 situations. I have about 10 or so and have filled up the remainder using Bliss Alive for WAD from Doreen at Lakeridgesoftware.com forum. This is now called Wallpaper MyCombo0.3.zip.
It appears that some or most of your would rather us use a more related computerized graphic set, so i have also included the complete set I made from Bliss Alive from Doreen. This is called Wallpaper Bliss Alive.zip. See pics from post #6 below.
Update 5-27-2008: Bliss Alive 0.3 is posted. Cleaned up the graphics for nicer look on PPC.
There is a third set which is a modification of Bliss Alive made by Bob_55 from SBSH forum. This is called samurize.zip. See post #5.
You can mix or match the jpgs.
Still waiting for someone to step up and provide a complete set of animated gifs. I have seen some but not enough to make a set.
Installation
1. download one of the wallpaper set below and extract and place in any folder you like.
2. install mortscript 4.1, and s2u2 at least v 1.01
3. download WeatherWallpaper0.2.zip and extract the three mscr files: WeatherWallpaperYah0.2.mscr (for standalone use getting weather data from yahoo feed), WeatherWallpaperWP0.2.mscr (for WeatherPanel), and WeatherWallpaperHTC0.2.mscr (for HTC Weather). You only need one of these!!
4. edit the .mscr file of your choice with Notepad on PC and change the following data:
wallpaperfolder (where your weather wallpapers are located from #1 above)
wallpapertype (jpg or gif, leave as ".jpg" if using any wallpaper set from here)
For Weathepanel and Yahoo versions only also change:
units (f or c, fahrenheit or celsius)
location (where you are located, see http://developer.yahoo.com/weather/ on finding your location)
delayhours (how often you want it to update)
5. save this mortscript and transfer to ppc in \windows\startup\
6. tap to run it or soft reset. you should see data activity (in yahoo version)
7. see links for notiweather and or s2u2 for further details
Troubleshooting
There appears to be issues arising espceially when using custom Roms or foreign language users. this script was written under the presumption that s2u2 was installed in standard location as well as weatherpanel (if you are using that). If you are having these issues try these two helpful posts:
http://forum.xda-developers.com/showpost.php?p=2273219&postcount=144
http://forum.xda-developers.com/showpost.php?p=2271849&postcount=139
If you are using the latest Mortscript 4.11b you may have issues as well. Or you unit may be looking to connect to "Internet" instead of "The Internet". Look at this post:
http://forum.xda-developers.com/showpost.php?p=2279195&postcount=160
If you cannot get the forecast to show on the slider (and the registry info is correct), see this thread (thanks Holman):
http://forum.xda-developers.com/showthread.php?p=2547257#post2547257
Thanks:
Schettj for original notiweather script
alanlsmith for the WP script version. His original version is on page 4 of this thread.
toniolol for help with HTC weather script
here are wallpapers i have so far (taken from pocketpcscreens.com)
2nd to last pic is screenshot including forecast on slide bar (optional)
in last pic, screenshot shows slide bar removed altogether leaving only forecast/summary
see this link for how:
http://forum.xda-developers.com/showpost.php?p=2314286&postcount=212
I also made a version of WeatherWallpaper for HTC, Manila2D, Yahoo, and Weather Panel that displays the last updated time (version .33). On the WP version only, there is a humidity variable now. However, if you use this humidity or make any changes to how the data is displayed, then you need to change this appropriately (WP only):
oldmax =SubStr(curweather,-23,2)
oldmin =SubStr(curweather,-18,2)
If you don't know what I mean by this, then i recommend you change this:
If ( maxtempf = -9999)
maxtempf = oldmax
maxtemp = oldmax
EndIf
#
If ( mintempf = -9999)
mintempf = oldmin
mintemp = oldmin
EndIf
change oldmin and oldmax both to "--"
Update: v.36u now also has script for Manila2D (Weather_WallpaperM2D0.35u.mscr)
Update v.36u: changes made to Yahoo version only. fixed line 176 with missing ")"
Update v.35u: fixes some refresh issues
Update v.33b: got rid of the extra 0 bug ie 007:30
If you want 12hr format instead of 24hr then see this post:
http://forum.xda-developers.com/showthread.php?p=2521007#post2521007
If you don't want the last updated time displayed, then use the version on the first post above.
Animated Wallpapers
You asked for it, you're gonna get it! ANIMATED WALLPAPERS.
Since Rumball made the great set of animated weather Diamond icons for WeatherPanel, he has given me permission to do a set of animated wallpapers based on his work. These take a long time (I can see now why he asked for donation...he deserves it).
I plan on making a modified set which has shorter animation. The advantage besieds being less time consuming for me is that it is smaller in size and doesn't weigh down the device too much on resources to run. Also, I picked part of the animation which will allow it to run continuosly without the appearance of a break or pause.
I believe Rumball will also try to do a set which will have the full animation like his icon set so look out for that as well.
THE SET IS NOW COMPLETE!!! It was a lot harder than I thought but everyone's inspiration has fueled me on!
These are for QVGA only.
Instructions:
Download WeatherWallpaperAnimated1.0.zip and extra the content onto the folder which contain your weather wallpaper.
On your script, change wallpapertype= ".gif"
(default is ".jpg")
Soft reset.
Download:
http://rapidshare.com/files/137140922/WeatherWallpaperAnimated1.0.zip.html
Lastly, I don't know how to upload animated gifs for preview...probably need imageshack account or something. If anybody can do that, I can post the link here.
[/
i will put more wallpaper here:
samples of the remainder of the wallpapers based on Bob_55 modification which is based on Vista Alive WAD theme from Doreen. This is called samurize. It is not a full size wallpaper!
and hopefully more wallpapers here:
here are wallpapers based on Bliss Alive WAD theme made by Doreen from lakeridgesoftware.com forum.
other possible wallpapers we can use:
Nice work, gif animations would be awesome!
Nice work!!! I knew that this would be a good idea. Way to run with it! This looks awesome.
Please, add support for HTC Home Weather!
Idea is GREAT!
Nice work!
lol if i put it on my wizard it would scream at me for overloading it.
great work tho.
This is a very cool idea
But I'd like to second : Please make it work with HTC-weather and pretty please make it gif-compatibel...
If we can get animations, I have a lot of animated weather wallpapers, so I could help with that part
Flipside said:
This is a very cool idea
But I'd like to second : Please make it work with HTC-weather and pretty please make it gif-compatibel...
If we can get animations, I have a lot of animated weather wallpapers, so I could help with that part
Click to expand...
Click to collapse
Hi,
shoot all the gifs in a converter please, so we can use it for this release
Flipside said:
This is a very cool idea
But I'd like to second : Please make it work with HTC-weather and pretty please make it gif-compatibel...
If we can get animations, I have a lot of animated weather wallpapers, so I could help with that part
Click to expand...
Click to collapse
please post and I will try it out.
haiopei said:
Hi,
shoot all the gifs in a converter please, so we can use it for this release
Click to expand...
Click to collapse
better yet try it yourself. fill the folder full of gifs and change the path to ".gif" instead of ".jpg" in the area I bolded on my first post.
to display current , high and lo temp in notiweather change the weather line to this:
weather="C|"&code&"| "&temp&"º H"&hitemp&"º\L"&lotemp&"º"
there should be about 5 or 6 spaces between | and " after &code&
Flipside said:
This is a very cool idea
But I'd like to second : Please make it work with HTC-weather and pretty please make it gif-compatibel...
If we can get animations, I have a lot of animated weather wallpapers, so I could help with that part
Click to expand...
Click to collapse
To make this work with HTC weather or weatherpanel, etc. I need to know where A_C finds that data..I haven't a clue.
you could look at the creator of "vista alive" WAD. It has a wallpaper for every instance of weather conditions. Im sure she would give permissions to use it for this applicaton
specv said:
you could look at the creator of "vista alive" WAD. It has a wallpaper for every instance of weather conditions. Im sure she would give permissions to use it for this applicaton
Click to expand...
Click to collapse
I checked that out. Pretty cool!! But I think the look I am going for with this a more natural real life picture for a wallpaper. I don't want it to be too obvious that the wallpaper reflects the weather forecast, and i think the computerized graphic pcitures give it that impression. Looks nice, but not necessarily the look i am going for. On the other hand, it may be good for filler jpgs for forecast I don't already have.
superflysocal said:
To make this work with HTC weather or weatherpanel, etc. I need to know where A_C finds that data..I haven't a clue.
Click to expand...
Click to collapse
If you are interested here is a script I wrote, originally inspired by Notiweather, which will display data from Weather Panel on the S2U2 screen & could be modified in the same way to change the S2U2 wallpaper.
It uses the 'current', 'hourly' & 'forecast' files in the Weather Panel data folder to get the information according to the time since the last Weather Panel update, so, what it shows should always match Weather Panel itself & can display the current as well as forecast temperatures.
You can choose what is shown on the S2U2 screen, see the end of the script for examples and change the fourth line from the end of the script weather="C|"&code&"|"&display6 to display1, display2 etc, it'll make sense when you look at the script. Oh! & change location_code at the start of the script to you chosen location.

[05.11.2008] iFonz: Active Weather Icon +5day forecast

SORRY, am no more active on this Topic cause Device does no more exist.
Please use at your own Risk. But don't expect answers any more.
Weather icon showing Temperature and Weathercondition at selectable iFonz-Icon plus 5 Day forecast, new weathericons
(Only iFonz 1.1.2 not iFonz 2 by now)
Hi,
the Mortscript, I've done (based on Infos of this thread), is a plugin that replaces an IFonz icon by a weathericon(showing actual weather) and shows temerature as Icon name. In the new version, pressing the weathericon will now show a five day forecast(see screenshots at the end of post). I hope, you'll like it.
The ifonzWeather.ZIP now contains two Mortscripts iFonzWeather.mscr (sceduled download of weatherdata and refresh iFonzscreen) and the new iFonzForecast.mscr(when started expand from 1 to 5 weathericons for 5 day forecast and restore original icons when started again.)
What is new/has changed:
Removed Bug wrong Icon is shown, when online source for weatherdata is available, but Page says no actual data available(weathercode 3200, not 0, not na)
The script can now autoconnect to gsm if no dataconnection is available and if wanted!
Added iFonzForecast.mscr to be started by weathericon. This will give you 5day Forecast, shown as iFonzIcons.
What do you need/have to do:
iFonz 1.1.2(Works with older versions too, but I got reports, that with V0.99 is waits with iconupdate till newstart of iFonz.)
Download and install the Mortscript-4.1PPC.cab
Download my Mortscripts iFonzWeather.zip (see end of post)
S2U2 has Weathericons included, but you can also download the ones i've created of them(complete set but not perfect). Better use blueaxe's icons(see end of post)
Modify scripts with texteditor to fit your needs(at least change your location/descriped further down).
Start it manually by doubleclicking on script to start or put a lnk to windows\autostart(startup)\
What does the script(iFonzWeather.mscr) do:
It downloads the actual weathercondition and the forecast for five days, of a place you select, from Yahoo.weather.com and saves them. It uses the internetconnection available(I've testet via wlan and activesync)
It canges the iFonz icon (you can select in the script) to show the picture of the actual weatherconditions.
it changes iconname shown, to a combination of actual temp and forecast(highes and lowest temp).
It lets you open the 5day forecast if selected or altenatively sets the icon, to start the Browser, you've chosen in the mortscript, and opens the yahoo page showing further weatherinformation to your selectet place. You can also disable this if you like to start an other app.
It will retry to get weater every hour(but you can change the timeintervall to any time in mortscript).
If connection is not available, it will try to use saved weatherdata for showing actual day and the forecast.
Needed changes in script(iFonzWeather.mscr) Simply change with texteditor
The mortscript should work without any changes on english devices. It is by default set, to use the weatherpictures of s2U2, if S2U2 is installed in "\program files\s2u2\gfx\weather\". Pressing the Icon will start iFonzForecast.mscr(change icons to show 5 day forecast). It will change the 4th Icon on the first page to be the main weathericonon the first page(can be changed)
Here you see the settings you can change in an texteditor
# USER SETTINGS, CHANGE AS DESIRED
#
# your location (see http://weather.yahoo.com/ on finding your location)
location="GMXX0115"
# desired units for temp, f or c
units="c"
# Set GSMConnection to your internetconnection("The Internet","Internet","My ISP"..see settings/connections ...)
# If you only want to use available connections set GSMConnection=""
GSMConnection="The Internet"
#
# how often to try and get the weather
delayHours = 1
delayMinutes = 0
#
# iFonz variables to change
# -------------------------
# iFonzPixPath(path to icons): to use s2u2 icons set "\program files\s2u2\gfx\weather\"
iFonzPixPath = "\program files\s2u2\gfx\weather\"
# iFonzWNA(WeatherPic if not available: to use s2u2icons set "0" else "na"
iFonzWNA = "0"
# Want iFonz to open Yahooweather for your destination, when icon pressed ? set iFonzOpenYahoo=2
# Want iFonz to show Weatherforecast with Icons ? set iFonzOpenYahoo=2
iFonzOpenYahoo=2
iFonzBrowser = "\windows\iexplore.exe"
# Choose Icon to change
# iFonzBottomIcon(True = BottonIcon/False = NormalIcon)
# ifonzIconNumber(0..X)
# ifonzPageNumber(1..X)not needed if bottomicon
iFonzBottomIcon = false
ifonzIconNumber = 3
ifonzPageNumber = 1
Click to expand...
Click to collapse
Set location to your locationcode.For finding your locationcode, enter http://weather.yahoo.com/ and click trough the countries and the cities untill you find your place.
Then you'll see your needed location in the adressfield of your browser.
"http://weather.yahoo.com/Rosenheim-Germany/GMXX0115/forecast.html"
You want fahrenheit, not centigrade? Change units from c to f
You dont want the script to autoconnect to gsm? SetGSMConnection=""
You want to reload data in shorter or longer Timeintervalls? Change delayHours = 1 and delayMinutes = 0 to your needs
You want other Pix? Change iFonzPixPath to the folder containing the pictures. The mortscript uses 0.png up to 47.png and nb.png for weather not available. So check if NA-Picture is called 0.png or NA.png and eventually change iFonzWNA from "0" from to "na"
Choose pressing Weathericon, (2)to open 5day-forecast inside iFonz(offline), (1) to open online Webpage with further data or (0) select any app to open, manually in iFonz iconsettings, by setting iFonzOpenYahoo =2, 1 or 0
You want iFonz to start an other browser(please Internetexplorer is a shame), for showing further weather information ? Set iFonzBrowser to an other browser.
You want an other Icon to be changed? Set iFonzBottomIcon = True (0..X), if you want to change an icon in bottombar, set if false if you want to change a normal icon. ifonzIconNumber is the positionnumber of the icon counted from left to right,up to down.First Icon has Nr 0. For the bottomicons start counting with the first buttombaricon. Set ifonzPageNumber(1..X) to the page the icon should be(not nescessairy for BottomIcons
What does the script(iFonzForecastdo.mscr) do:
It changes 4 selectable Icons to show Forecast for day 2, 3, 4 and 5(Day 1 is shown by ifonzWeather.mscr). It saves the original Icons with all data, and restores them when script is started again. By setting iFonzOpenYahoo=2 in iFonzweather.mscr it will be started by pressing the Mainicon or any of the other forecasticons
What you can change (works without changes)in script(iFonzForecast.mscr) :
# iFonz variables to change
# -------------------------
# iFonzPixPath(path to icons): to use s2u2 icons set "\program files\s2u2\gfx\weather\"
iFonzPixPath = "\program files\s2u2\gfx\weather\"
# iFonzWNA(WeatherPic if not available: to use s2u2icons set "0" else "na"
iFonzWNA = "0"
# Choose first Icon to use out of four to show forecast
# iFonzBottomIcon(True = BottonIcon/False = NormalIcon)
# ifonzIconNumber(0..X)
# ifonzPageNumber(1..X)not needed if bottomicon
iFonzBottomIcon = false
ifonzIconNumber = 4
ifonzPageNumber = 1
Click to expand...
Click to collapse
iFonzPixPath and iFonzWNA should get the same values as in iFonzWeather.mscr.
Selecting the first of the 4 replaced icons, works like in FonzWeather.mscr. The values should not be the same like in iFonzWeather.mscr because you would otherwise only see Day 2-5, because you replaced the Mainweathericon, showing actual day.
Click here to see bluemetalaxe's new realizelook weathericons. Find Icons in higher resolution and diffrent optics. These Icons are the base for the Set posted below. TNX bluemetalaxe
To use this Icons set iFonzWNA = "0"
So, this was a long Post. Sounds difficult, but is indeed quite easy. I hope you like it.
Any feedback by now ??? Wishes ??? Problems ??? Questions ??? Chage requests ???
Thanks Sid-Shrunk, it was the missed part on iFonz
Excellent work, i played arround a little bit with some weather Icons, if anyone likes that how about this with Day and Night Background (just a really first test in 96x96, on the fake screenshot in 52x52):
Hi bluemetalaxe,
bluemetalaxe said:
i played arround a little bit with some weather Icons, if anyone likes that how about this with Day and Night Background
Click to expand...
Click to collapse
the preview icons look realy good. Especially playing with night and day should be interesting.
By the way, if you plan to do more pix, do you already have a table with the conditions belonging to the weathercodes?
yes, i think the codes/numbers are correct you see 36,39 and 33 from left to right, but please check it.
EDIT: Okay i checked it with your Icons, seems its okay. The other question is the size, i prefer 52 but i think the most like to use 48 Pixel for qvga. For the weather graphics itself i use Rumball`s Set (or the Set Rumball uses for manila weather panel, who knows ?), but i think i PM him first before doing this.
I did not mean thy are wrong, I just thought you could be interested in the link to YahooWeather that shows the exact description of condition to a code.
There you can see the exact diffrences between a bit/normal/heavy rain ....
For the pictures I've done I've just changed the icons coming with S2U2, and compared the missing icons with other available sets.
I forgot: For the size I think it would be best if it fits to the rest of your iconset, but that's you descision. I use 48, but I use a frame for every icon I use, so I had to modify anyway.
it`s okay the yahoo description and the graphics are right: 41 (heavy snow) and 37: So i think i will post a set for your application on the next few days on my icons thread.. (Just thinking about a cleaner background like on the second icon). Thanks for this app man !
Sounds great man, I like the smooth look of you new iconset.
The backgroundproblem in iFonz with transparency, is the Reason, why I modified all my icons with a metalic border So I can use any background now.
bluemetalaxe said:
Excellent work, i played arround a little bit with some weather Icons, if anyone likes that how about this with Day and Night Background (just a really first test in 96x96, on the fake screenshot in 52x52):
Click to expand...
Click to collapse
These are really nice icons and they go nicely with your realize icons which i use, i like that and i am interested
thank you claus
@sid: yes bmps and transparency, always a Problem on ppcs, i for myself went back to a black background, now my Icons look smooth. okay i post here again when the set is ready with a link (weekend)
Bluemetalmax,
Weather icons look up to your usual high standard. Would love a set in VGA. Is this possible?
blue those weather icons would be sweet.
icons, also in vga will come.
@Sid: i can't get this to run. installed mortscript, modified your file but i get allways no data (also not with Rosenheim) It just shows the correct s2u2 icon(NA) ?
i set the update now to 2 minutes but it seems it doesen't connect to internet at all.
Hey i would use this as it looks great, but sadly, ifonz is too slow for me on my diamond, too jumpy, and the settings screen is jerky and slow. Its just not a pleasant experiance using ifonz.
Of course, i cannot "do better" so, just my own opinion.
okay ifonz setting screen is slow as hell, but who cares, its just for the Settings.
But i don`t think that ifonz is slow, ecspecially the new Version is really fast, and i´m using just a Polaris.
You should wait about one Minute when starting ifionz the first time then it runnes really smooth.
Anyway, my weathericons for SIDs App are ready (96 Pixel VGA PNGs). Now i must do ifonz icons out of this.
i made four different backgounds (Day, Day-snow,Night, Night-Snow)
Hi bluemetalaxe
bluemetalaxe said:
icons, also in vga will come.
@Sid: i can't get this to run. installed mortscript, modified your file but i get allways no data (also not with Rosenheim) It just shows the correct s2u2 icon(NA) ?
i set the update now to 2 minutes but it seems it doesen't connect to internet at all.
Click to expand...
Click to collapse
Sorry I answer so late,
I will look for your problem when im Home this afternon. Also I will post a small description of the errormanagement of the script.
launching app
Hi! this is a great application, it is all I missed on iFonz. It would be great if one could launch the weather panel by bluemetalaxe (http://forum.xda-developers.com/showthread.php?t=436656&page=6). I am a newbie and I dunno how to do it. Any suggestions?
Mart,
PS: BTW the weather icons do not update if you have a non-English device and you put them in a non-root directory. I tried with S2U2 icons and WEATHERpix putting them on \Archivos de programa\ and didn't work, putting them on \WEATHERpix fixed things.
Errorhandling of iFonzWeather
This is a short info about errormanagement of IFonzweather.
When started it checks, if internetconnection is available(Tries if google.com can be reached). If not available it waits 10 seconds and tries again(if connection is available, but breaking while trying to download, it will resart after the setup time).
1. Possibility(Everythig works):
-> Correct actual weathericon will be shown, Temperatures will be shown like "9°(12°/7°)" and forecast will be saved in registry for 5 Days (HKCU\Software\Sid-Shrunk\Weather\...).​
2. Possibility(Data is downloaded but theres an error in the Data)...
2a. ...and there is a forecast saved in registry for actual Day:
-> Icon will be changed to Icon of saved forcast for actual day. Temp will be shown like "Err(12°/7°)" (Error but forecast available).
2b. ...and there is no forecast saved in registry for actual Day:
-> Icon NA will be shown. Temp will be shown like "DataErr"(Error and forecast not available).​
3 Possibility(Connection could not be established) ...
2a. ...and here is a forecast saved in registry for actual Day:
-> Icon will be changed to Icon of saved forcast for actual day. Temp will be shown like "N/A(12°/7°)" (no Connection but forecast available).
2b. ...and here is no forecast saved in registry for actual Day:
-> Icon NA will be shown. Temp will be shown like "NoData"(Error and forecast not available).​
As I've no dataflatrate, I've deactivated dataconnection via Provider and only use wlan or connection via activesync.
This tool uses available connections, so I think it may not connect to your provider on it's own. But it should use the connection if you've activated it(I've not checked this). May be some of you could post your experiences with this.
@bluemetalaxe: Does it work by now ? If not, what connections have you tried, what language does your device use? If not perhaps you could send me a copy of your modified mort.
PS: The pic look fantastic
MartCronos said:
PS: BTW the weather icons do not update if you have a non-English device and you put them in a non-root directory. I tried with S2U2 icons and WEATHERpix putting them on \Archivos de programa\ and didn't work, putting them on \WEATHERpix fixed things.
Click to expand...
Click to collapse
Hi MartCronos,
I use an non english device too, and it works for me. Have you changed iFonzPixPath = "\program files\s2u2\gfx\weather\" to the correct and full path ?
for me it was iFonzPixPath = "\programme\s2u2\gfx\weather\"
for you it should be iFonzPixPath = "\Archivos de programa\s2u2\gfx\weather\" (if this is how programs folder is called on your device)

Original Sprint Clock Modification

It seems that no one really like the original Sprint clock, but I think it looks much better. I was able to install it back on a custom rom and put a transparent background, it looks awesome. My question is, is there a way to change the color of the digits now and still leave it with the "glow"?
I think the digits on the clock of the stock Sprint ROM look nice, but it does not support displaying multiple appointments on the home screen. I think that's one of the reasons many of us switch to the flip clock.
If the Sprint clock supported multiple appointments, I would have kept using it. That and being able to change colors would certainly be nice .
Darnell_Chat_TN said:
I think the digits on the clock of the stock Sprint ROM look nice, but it does not support displaying multiple appointments on the home screen. I think that's one of the reasons many of us switch to the flip clock.
If the Sprint clock supported multiple appointments, I would have kept using it. That and being able to change colors would certainly be nice .
Click to expand...
Click to collapse
So, from your knowledge, does that mean you can not change the color of the digits?
Here You Go
fhjackson said:
Here You Go
Click to expand...
Click to collapse
You are the man, thanks a lot for this! I noticed that the cab's you sent though still have the background colors on it when I install.....do i have to insert the transparent manila after I install these?
*edit* I figured it out. The original style Sprint clock must be on before you can apply these color changes. I had a flip clock on and then just tried to install your cab thats why that was happening. Thanks again man!
Move date in Stock Sprint TF3D Home?
I posted this over at PPCGeeks but received no love.
Has anyone figured out how to support multiple appointments with the Sprint Clock?
How do you get a a transparent background for the clock? (Which manila files?)
Can anyone tell me how to move the date from the original location in the first 1st screen cap to the top location in the 2nd screen cap?
I've tinkered a bit with the manila files (notice the sweet start orb and mini pic of myself circled in blue and white ), so if its just a matter of replacing a couple of those it should be pretty easy, thanks in advance!
I'm currently using GC_Touch_Pro_Kitchen_2.1.4 and its awesome. I simply replaced all manila files with the Full Stock Sprint Theme.
ok so how do i get the sprint clock back?

Widgets for Androkkid

On ssj5trunks' (the developer of Androkkid) request, I 'm opening a thread for widget for this great program.
The Androkkid comes with these widgets:
AnalogClock
Battery: Widget without text for QVGA is here: http://forum.xda-developers.com/showpost.php?p=4879711&postcount=126
DigitalClock
HeroClock
Line Operator
NextAppointment
PhotoFrame
wmdirk has supplied a widget library to facilitate the development of widgets, version 1.4, Dec. 26, 2009: http://sites.google.com/site/wmdsoft/wmd-androkkid-lib
After talking to wmdirk (and because I no longer use Androkkid), I've decided to change this first post. wmdirk's widgets will not be updated here but on his webpage http://sites.google.com/site/wmdsoft/home. He seems to be the only one currently making widgets for Androkkid, and he is very successful in doing so. But some of the widgets are not free, and I didn't want to mix the free and the commercially available in one list. However, this thread will still be used by wmdirk to answer questions regarding his widgets, and to announce new ones.
Other widgets that have to be installed separately (I'll try to keep this updated and with the newest first):
This is a list of wmdirk's widgets: some of them free http://sites.google.com/site/wmdsoft/home
WMD-NextAppointments
WMD-Clock+
WMD-RegInfo
WMD-Clock
WMD-TaskManager
WMD-WifiToggle
WMD-BTToggle
WMD-Profile
WMD-Calculator
WMD-Agenda
WMD-Tasks
Other widgets: all free
RSS Script / Widget by qkzoo Jan. 10, 2010: Not really a widget, but a Mortscript that can be used in conjunction with WMD's RegInfo widget. It downloads the XML from an RSS feed, strips the relevent data out of it, and plugs it into your registry.
http://forum.xda-developers.com/showpost.php?p=5342591&postcount=563
Weather radar script by qkzoo, Dec. 2, 2009: Displays animated radar from Accuweather http://forum.xda-developers.com/showpost.php?p=5061832&postcount=346
hgWeather widget 0.4 by ajige updated Nov. 23, 2009: Shows weather for up to 4 days or icon only, very configurable. http://sites.google.com/site/ajiget/programs/widgets-for-androkkid
Bluetooth widget by fherfort Updated Oct. 16, 2009
http://forum.xda-developers.com/showpost.php?p=4749085&postcount=28
GORAPSWeather Widget by goraps Oct. 15, 2009: Shows weather for today with detailed info and forecast for 4 days.
http://forum.xda-developers.com/showpost.php?p=4744679&postcount=20
hgBattery widget by ajige Oct. 6, 2009: It's rather simple, but it shows the % in text and color, and whether it's charging. Clicking on it takes you to the power settings. http://forum.xda-developers.com/showpost.php?p=4879711&postcount=126
hgTasksToday by ajige Oct. 1, 2009:will show up to 7 outlook tasks that are due today. Clicking on the widget will take you to the tasks program. The widget will redraw every 10 min. http://forum.xda-developers.com/showpost.php?p=4917995&postcount=186
Installing:
Unzip the files to the Widget directory and Androkkid will automatically detect the widgets. Then holding on the desktop, click add, then widget, then select it, and ok and they should show up on the desktop.
Skinning:
The widgets can be skinned by changing the background image - bg.png in the gfx directory. However, it's important to keep the same size as the original, otherwise the font won't show well.
Perhaps I´m too stupid, but how do i install these widgets?
I had a look at the androkkid discussion, but don´t find a solution.....
Thanks for the help.
Regards
musikusbawue said:
Perhaps I´m too stupid, but how do i install these widgets?
I had a look at the androkkid discussion, but don´t find a solution.....
Thanks for the help.
Regards
Click to expand...
Click to collapse
No, you are not stupid, I'm the one who was sloppy and forgot instructions.
You should just unzip the files to the Widget directory and Androkkid will automatically detect it. Then holding on the desktop, click add, then widget, then select it, and ok.
The weather widget has a settings menu you can reach by clicking in the top half. Not all the settings have an effect yet. Clicking lower on the widget, should refresh, but I'm not sure that's working yet. Also I forgot to delete a debug message. Will try and upload a new version today.
Wether widget updated in first post (messages used for debug purposes have been removed).
Also updated information re installation and skinning.
+1 I look forward to see some more widgets. Your hard work is apperciated. thanks
B-Real206 said:
+1 I look forward to see some more widgets. Your hard work is apperciated. thanks
Click to expand...
Click to collapse
yes, i agree! I am really looking forward to the buildout of a library of widgets. good job!
Here is a Weaher Widget I have been working on. I have beased it on Titanium Weather. I shoukd have it ready in a couple of days for some testing. It depends on how my time permits. I plan on having the next 4 days forecast in the empty area in the middle.
Very nice! Cant wait to preview.
goraps said:
Here is a Weaher Widget I have been working on. I have beased it on Titanium Weather. I shoukd have it ready in a couple of days for some testing. It depends on how my time permits. I plan on having the next 4 days forecast in the empty area in the middle.
Click to expand...
Click to collapse
Looks great - so much better than mine! And great that more people are making widgets!
looking forward to your weather widget goraps
Another preview.
Maybe ready in a few days. Just got to work on the update process.
Good job on the widgets!
Having problems finding information on how the widget interfaces with Androkkid and need some example code. A simple "Hello World" widget would be useful and would provide a springboard for creation of new widgets.
Failing that some source code of any developed widget to date.
Edit: Scratch that, just noticed some widget source code on the main site
Looking for the Weather code for London England and Bedford England which site are they on as I put in the Weather.com code for it and it crashed Androkkid
edit is it UKXX0014 for bedford and UKXX0085 for London ??
buffystar said:
Looking for the Weather code for London England and Bedford England which site are they on as I put in the Weather.com code for it and it crashed Androkkid
edit is it UKXX0014 for bedford and UKXX0085 for London ??
Click to expand...
Click to collapse
I'll try to have a new version of the weather widget with the source code later today, and I'll have some more error testing to try and prevent crashes.
It is important though to be connected to the internet when installing the weather widget or changing the location.
In order to test the weather codes, you can put the following in your browser's adress bar:
http://weather.yahooapis.com/forecastrss?p=UKXX0085
and it should give you the same weather forecast I'm using in the widget
hgWeather updated with source.
The weather is updated from the Yahoo RSS weather feed.
It will show the current and next day's forecast. You can add several widgets to use for several cities.
Installing:
It is important though to be connected to the internet when installing the weather widget or changing the location.
Unzip the files to the Widget directory and Androkkid will automatically detect the widget. Then holding on the desktop, click add, then widget, then select it, and ok and they should show up on the desktop.
In order to test the weather codes, you can put the following in your browser's adress bar (exchange UKXX0085 for your city code):
http://weather.yahooapis.com/forecastrss?p=UKXX0085
and it should give you the same weather forecast I'm using in the widget
Skinning:
Bacground (bg.bmp) can be changed as long as the size is the same.
Or the background can be transparent.
Font color and size can be changed.
Weather icons can be changed as long as the naming convention is the same. The included icons comes from http://forum.xda-developers.com/showthread.php?t=354111&page=180, post 1798
Additionally icons can be found here: http://pixel.dnsalias.net/weatherpanel/wiki/index.php/Weather_Icons
Clicking in the upper half will take you to the settings.
Clicking in the lower half will update the weather.
Most of the weather code comes from: http://www.cjcraft.com/blog/2008/06/19/30DaysOfNETWindowsMobileApplicationsDay18MobileWeather.aspx
Source:
It would be great if other people could improve on this widget.
I used the free developer tool Sharp Develop to compile the widget.
Just tried with weather code UKXX1730 it has updated and allows me to add to the page but i am only seeing the bottom half of the image you have provided plus if i change the temp to c instead of f it still shows farenheit temperature.
im not sure how others feel but ideally i would like to add a weather widget to my homescreen along with the clock and a row of priority icons or have a small icon sized image which when clicked on brings up full details
alecoddlyiv said:
Just tried with weather code UKXX1730 it has updated and allows me to add to the page but i am only seeing the bottom half of the image you have provided plus if i change the temp to c instead of f it still shows farenheit temperature.
Click to expand...
Click to collapse
Are you using the version posted yesterday? Because with the latest version, when I change from f to c or opposite, it changes temperature. But you need to be connected to the internet when changing from temperature unit.
When you say only the bottom shows, what parts are showing? City? Current weather? Next day's forecast?
Sometimes you have to click several times before it properly updates from the internet.
im not sure how others feel but ideally i would like to add a weather widget to my homescreen along with the clock and a row of priority icons or have a small icon sized image which when clicked on brings up full details
Click to expand...
Click to collapse
Yes, that has been my goal too, but I'm having some problems with the forecast rss, so I'm giving it a rest for now. But the code is there so maybe someone else wants to give it a try? I would also like to have better support for different cities.
Otherwise, you could use the transparent version, set the color of the code to the same as the background, and then you would only see the icons.
If i have time i create the top bar widget to add TopBar in Android with widget and not in Androkkid directly.
Or if anyone want create it i think this is a good widget for all.
Bye
P.S.
I look for the problem of Menu for contact.
I test it in my diamond and when i try it work, i retest it.
ssj5trunks said:
If i have time i create the top bar widget to add TopBar in Android with widget and not in Androkkid directly.
Or if anyone want create it i think this is a good widget for all.
Bye
P.S.
I look for the problem of Menu for contact.
I test it in my diamond and when i try it work, i retest it.
Click to expand...
Click to collapse
Yes please do this would be cool!!!
OK. So I have finished the initial release of GORAPSWeather Widget for Androkkid. This is my first Androkkid Widget so please bare with me.
First all the credit to ssj5trunks for such a great app and the source code to the Hero Clock widget which I used as the code base for this widget.
Second thanks to Showaco for his Titanium Weather which I used as the weather base for this widget.
Note: This widget requires Mortscript.
Installation and Setup Instructions
1) Downlad and unpack GORAPSWeather.zip
2) Open GorapsWeather.mscr with a text editor and make the appropriate changes to the two variables: location and units.
- Change location to the accuweather.com location code for your location.
If you need to find your code go to www.accuweather.com/m and search for your city. Then you will see the location code in the URL. It will look something like NAM|CA|ON|MARKHAM.
- Change units to C or F.
3) Save your edited script.
4) Copy the GORAPSWeather folder to the Androkkid widgets folder on your phone.
5) Execute the click on the GorapsWeather.mscr in a file explorer to initialize the values. If you don't do this and add the widget it will crash Androkkid.
6) Add the widget to your Androkkid desktop. Clicking on the widget will update the weather data.
I hope you like it.

Home Clock Settings and Agenda on Home Screen

My Rezound seems to offer no way to change the Home Clock. I can add clocks, but I can't change or delete this one clock that is set to Arizona. I turned off Location Settings, too, but I still have the one Arizona clock (presumably because that's where Verizon ships from).
I am also trying to show a summary of a few scheduled activites on my Home screen, to no avail. It seems useless to me to have a Calendar widget that only shows one activity, because I would think people would want to see at least a few so they know what their day might be like, without having to always click on something. I know I have the option to select different views; trouble is that the other views are too big to be allowed to fit on the Home screen.
Any help in these areas would be greatly appreciated.
FWIW, I don't know how Android got to be so popular. Although it LOOKS cool, it seems very clunky trying to find things (things are often not sensibly placed), and the stuff like changing a clock or displaying activities should be easier to do. Perhaps I am missing something? :crying:
That is a bug in the stock HTC CLOCK.
I live in upstate NY and my clock insists I am in new York city (if I use current location) and there is absolutely no way to delete that location.
I have tried deleting and reinstalling the clock etc and NYC just keep reappearing no matter what I do.
If I go to edit where it should be possible to delete NYC it isn't even listed.
This phone has been out for how long now? I run a software company myself, and there's no way we'd let a simple little bug like that ruin our reputation, never mind leaving our customers frustrated for this long. In fact, we'd have fixed something like that within days!
Thanks for letting me know that I spent nearly 20 hours on this phone, trying to figure it out. Do you happen to know if there is anything like a registry editor or something we can use to edit settings under the hood?
What about having an agenda listing on the Home screen, like Windows Mobile used to have? Know anything settings that might allow that? Or, am I wasting my time, there, too? I mean, first the clock, then I beat my head against the wall trying to get my Windows Media Player playlists to go across with HTC Sync, only to give up and manually copy them using "disk drive" mode. That's actually almost worse than the clock thing, in that HTC Sync offers the playlist option, but doesn't even see them on the PC!
For the calendar, which widget are you using. If you are using the one that is only 1 grid tall, that one is only made to show 1. If you need more than 1 event, just use the larger calendar widget.
Problem is that the other larger sized widgets aren't allowed to be place on the Home Screen, because a message says there is not enough room. SIGH
xv-6800 said:
Problem is that the other larger sized widgets aren't allowed to be place on the Home Screen, because a message says there is not enough room. SIGH
Click to expand...
Click to collapse
Tap the home button while on the Sense Rosie homescreen to bring the view out to display up to all 7 panels of the launcher. If you don't have all 7 active you have an option to add a panel. You may also delete an entire panel at once by tapping and holding the panel, then dragging to Delete. This allows you to add a fresh blank panel afterwards.
Alternatively, choose a panel to clear out manually. Tap and hold on icons and widgets until you enter an editing mode where you may reposition items or drag to the Delete icon.
It is simply wanting you to add a panel and/or clear out clutter manually first to ensure it doesn't delete your existing items.
Also note the Play Store has other launchers available you can try instead of HTC's Sense. Some allow more homescreens, but you will lose use of the widgets exclusive to the Sense interface. Some have comparable widgets integrated and there are apps with widgets in the Play Store too. It is suggested to get a feel for the stock Sense launcher a bit longer though.
Apologies for the double post, but wanted to address each topic seperate and Multi-Quote after the fact.
xv-6800 said:
My Rezound seems to offer no way to change the Home Clock. I can add clocks, but I can't change or delete this one clock that is set to Arizona. I turned off Location Settings, too, but I still have the one Arizona clock (presumably because that's where Verizon ships from).
Click to expand...
Click to collapse
Take this with a grain of salt since I'm unfortunately running Sense 4 and not 3.5 or 3.6 right now. But I believe there should be a setting if you tap on the clock widget on your homescreen, go to the World Clock tab and hit the Menu button. If not there, then *somewhere* with the Menu for World Clock, perhaps when you select Edit if not the first option. If someone else could chime in on this.
jmorton10 said:
That is a bug in the stock HTC CLOCK.
I live in upstate NY and my clock insists I am in new York city (if I use current location) and there is absolutely no way to delete that location.
I have tried deleting and reinstalling the clock etc and NYC just keep reappearing no matter what I do.
If I go to edit where it should be possible to delete NYC it isn't even listed.
Click to expand...
Click to collapse
A note to both of you: as far as this World Clock tab is concerned, this is precisely how a traditional traveler's clock works. It makes more sense when you realize the Home Clock is meant as the Home Time Zone. Just as when you set a time zone on a PC or forum, it usually just provides a list of major cities to choose from. I will say Sense 4 shows the current location in addition to this "Hometown" and unsure about older Sense but again, the primary function of World Clock is "nearby major city's timezone + time zones across other frequented or contacted locations."
Now jmoreton10, if the *weather* widget isn't showing your proper location, there is an issue with your Location settings. While the World Clock only can add and locate major cities, Weather should be able to tell where you are exactly by zip code. I may have had issues like that with both Verizon and Google location on; try using just Google location if you confirm Weather is not showing current location properly.
PhantasmRezound said:
Apologies for the double post, but wanted to address each topic seperate and Multi-Quote after the fact.
Take this with a grain of salt since I'm unfortunately running Sense 4 and not 3.5 or 3.6 right now. But I believe there should be a setting if you tap on the clock widget on your homescreen, go to the World Clock tab and hit the Menu button. If not there, then *somewhere* with the Menu for World Clock, perhaps when you select Edit if not the first option. If someone else could chime in on this.
A note to both of you: as far as this World Clock tab is concerned, this is precisely how a traditional traveler's clock works. It makes more sense when you realize the Home Clock is meant as the Home Time Zone. Just as when you set a time zone on a PC or forum, it usually just provides a list of major cities to choose from. I will say Sense 4 shows the current location in addition to this "Hometown" and unsure about older Sense but again, the primary function of World Clock is "nearby major city's timezone + time zones across other frequented or contacted locations."
Now jmoreton10, if the *weather* widget isn't showing your proper location, there is an issue with your Location settings. While the World Clock only can add and locate major cities, Weather should be able to tell where you are exactly by zip code. I may have had issues like that with both Verizon and Google location on; try using just Google location if you confirm Weather is not showing current location properly.
Click to expand...
Click to collapse
I don't think you understand what we're saying, or maybe we don't understand what you're saying. The Home clock does NOT display MY home. It displays someone else's home... in Arizona. I am in California. Moreover, the Home clock cannot be edited or deleted on the Home screen. However, if I add a traveler clock to ANOTHER panel/desktop/screen, I can choose what cities I want on it upon adding the widget, but once again, once the widget is added, if I click on the clock, I see the same Arizona Home clock in addition to the other cities I added. IIRC, Arizona does not change times when we "spring ahead" or "fall back" like we do here in CA. So, I think that kills your theory of a nearby major city in the same time zone, doesn't it? Same with those people seeing Detroit when they live in NY. Personally, I am really starting to hate Arizona!
New phone came in. Don't know if there's a difference, but it appears that there is a way to change the Home Clock. It's not very intuitive, but:
Click on the Clock Widget. On World Clock, choose the Menu button. Click Home Settings. Type your City, or SUPER HUGE MAJOR CITY nearby. Type VERY slow, because there is a very limited number of cities. If you type too fast for the app, it will give you a "not found" error. Dumb, I know, but at least we all now know WTH is wrong with this thing.

Categories

Resources