Thread: ** RELEASE ** Windows Per7ection
-
02-12-2009, 05:54 PM #181
can't you change the font by just typing it into the .html files? if not then can you also link me on how to do it. thanks
EDIT: I looked in cydia and i saw fontswap and fontcolor but they didn't help much becuz i couldn't find the font in the first place and when i changed the font color it made the words on the bar appear and it messed up... I just wanted color on top
EDIT:ice i see your online... can you send me the stuff...Last edited by mashimarowu; 02-12-2009 at 09:44 PM.
-
02-12-2009, 09:52 PM #182My iPhone is a Part of Me
- Join Date
- Jul 2008
- Location
- Fort Erie, ON
- Posts
- 842
- Thanks
- 235
- Thanked 44 Times in 41 Posts
-
02-12-2009, 09:57 PM #183
-
02-12-2009, 10:07 PM #184My iPhone is a Part of Me
- Join Date
- Jul 2008
- Location
- Fort Erie, ON
- Posts
- 842
- Thanks
- 235
- Thanked 44 Times in 41 Posts
-
02-12-2009, 11:19 PM #185
-
02-12-2009, 11:47 PM #186
jus wanna
i jus wanna be able to use the user wallpaper thng in winterboard and set my background without having to go throught the whole process of changing thngs and ssh it all over again
where wud i put my location in this code??? im in New York, New York 11236
var MiniIcons =
[
"tstorm3", //0 tornado
"tstorm3", //1 tropical storm
"tstorm3", //2 hurricane
"tstorm3", //3 severe thunderstorms
"tstorm2", //4 thunderstorms
"sleet", //5 mixed rain and snow
"sleet", //6 mixed rain and sleet
"sleet", //7 mixed snow and sleet
"sleet", //8 freezing drizzle
"light_rain", //9 drizzle
"sleet", //10 freezing rain
"shower2", //11 showers
"shower2", //12 showers
"snow1", //13 snow flurries
"snow2", //14 light snow showers
"snow4", //15 blowing snow
"snow4", //16 snow
"hail", //17 hail
"sleet", //18 sleet
"mist", //19 dust
"fog", //20 foggy
"fog", //21 haze
"fog", //22 smoky
"cloudy1", //23 blustery
"cloudy1", //24 windy
"overcast", //25 cold
"cloudy1", //26 cloudy
"cloudy4_night", //27 mostly cloudy (night)
"cloudy4", //28 mostly cloudy (day)
"cloudy2_night", //29 partly cloudy (night)
"cloudy2", //30 partly cloudy (day)
"sunny_night", //31 clear (night)
"sunny", //32 sunny
"mist_night", //33 fair (night)
"mist", //34 fair (day)
"hail", //35 mixed rain and hail
"sunny", //36 hot
"tstorm1", //37 isolated thunderstorms
"tstorm2", //38 scattered thunderstorms
"tstorm2", //39 scattered thunderstorms
"tstorm2", //40 scattered showers
"snow5", //41 heavy snow
"snow3", //42 scattered snow showers
"snow5", //43 heavy snow
"cloudy1", //44 partly cloudy
"storm1", //45 thundershowers
"snow2", //46 snow showers
"tstorm1", //47 isolated thundershowers
"dunno", //3200 not available
]
function constructError (string)
{
return {error:true, errorString:string};
}
function findChild (element, nodeName)
{
var child;
for (child = element.firstChild; child != null; child = child.nextSibling)
{
if (child.nodeName == nodeName)
return child;
}
return null;
}
function fetchWeatherData (callback, zip)
{
url="http://weather.yahooapis.com/forecastrss?u=f&p=" //u=Farenheit, because accuWeather sucks
var xml_request = new XMLHttpRequest();
xml_request.onload = function(e) {xml_loaded(e, xml_request, callback);}
xml_request.overrideMimeType("text/xml");
xml_request.open("GET", url+zip);
xml_request.setRequestHeader("Cache-Control", "no-cache");
xml_request.send(null);
return xml_request;
}
function xml_loaded (event, request, callback)
{
if (request.responseXML)
{
var obj = {error:false, errorString:null};
var effectiveRoot = findChild(findChild(request.responseXML, "rss"), "channel");
obj.city = findChild(effectiveRoot, "yweather:location").getAttribute("city");
obj.realFeel = findChild(effectiveRoot, "yweather:wind").getAttribute("chill");//Only accounts for windChill
conditionTag = findChild(findChild(effectiveRoot, "item"), "yweather:condition");
obj.temp = conditionTag.getAttribute("temp");
obj.icon = conditionTag.getAttribute("code");
obj.description = conditionTag.getAttribute("text");
callback (obj);
}else{
callback ({error:true, errorString:"XML request failed. no responseXML"});
}
}
function validateWeatherLocation (location, callback)
{
var obj = {error:false, errorString:null, cities: new Array};
obj.cities[0] = {zip: location}; //Not very clever, are we?
callback (obj);
}Last edited by callmetj; 02-12-2009 at 11:47 PM. Reason: Automerged Doublepost
-
02-13-2009, 02:13 AM #187
-
02-13-2009, 08:31 AM #188My iPhone is a Part of Me
- Join Date
- Jul 2008
- Location
- Fort Erie, ON
- Posts
- 842
- Thanks
- 235
- Thanked 44 Times in 41 Posts
-
02-13-2009, 09:18 AM #189
that is the wrong place your at and the wrong code. let me find it for you and i will get back.
EDIT: ok go to the folder that has the word weather in it then open it and go to Private then go to ConfigureMe.js and look on top and there should be something that says :var locale = "San Francisco, CA" change the San Francisco, CA to New York, NY and don't forget the space between state abbrev and comma
give thanks if it helped
i opened the default one and there was a calender with it... doesn't that mean if i change it then the calender goes away?
EDIT: I put my clock in and i lost the white background for the calender and the clock was like the top left corner of the clock hands.... the clock is too small? how do I fix it?Last edited by mashimarowu; 02-13-2009 at 09:29 AM. Reason: Automerged Doublepost
-
02-13-2009, 09:47 AM #190My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
heres a link to the kristen font like i said its on this site
http://www.modmyi.com/forums/file-mo...sten-font.html
to change the time to text use make it mine
to change the color of the time you need to add this line to your info.plist in your current theme and edit your color to what you want
<key>TimeStyle</key>
<string>color: #1826e0</string>
If I Helped You Hit The Thanks Button
-
02-13-2009, 09:59 AM #191My iPhone is a Part of Me
- Join Date
- Jul 2008
- Location
- Fort Erie, ON
- Posts
- 842
- Thanks
- 235
- Thanked 44 Times in 41 Posts
With photoshop, when to drag it onto it you can stretch out on either the left or right center for the width and on the top or bottom center for the heighth. so when you open the VistaSchwarz(neu).png, you just cut out the original clock face and paste in the face you wish to use in its place with the calendar background below and if needed, just stretch each side evenly to make bigger and replce on iPhone.
-
02-13-2009, 10:35 AM #192My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
added a status bar to match the slideshow background...
If I Helped You Hit The Thanks Button
-
02-13-2009, 10:56 AM #193My iPhone is a Part of Me
- Join Date
- Sep 2007
- Location
- Scottsdale, AZ
- Posts
- 889
- Thanks
- 110
- Thanked 231 Times in 132 Posts
anyone figure out how to fix the calender dates not refreshing/respringing? I'm having the same problem with the 24hour rotating wallpapers.. i have to do it manually..
Don't forget to hit the thanks button if you liked what I said or did

-
02-13-2009, 03:30 PM #194My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
here is a solution for the calendar to update by bacman he posted in the osx addon theme thread...you can set it to update every hour...it works
so if you add those two lines to the widget.html that runs the calendar it will update itself
http://www.modmyi.com/forums/new-ski...ml#post2910501
If I Helped You Hit The Thanks Button
-
The Following User Says Thank You to Ice9812 For This Useful Post:
zinjen (02-13-2009)
-
02-13-2009, 04:33 PM #195
what is that p on the bottom left of your screen, next to the "start" icon? I've seen it couple of times before on others but I don't know what it does.
Also, its been a while since I've been on this thread. I've been really busy recently and there are too many pages for me to go read through all of them. Did anyone find a way to make transparent icons for the sidebar so that they actually work and still not show the text?
Also, did anyone post any new lockscreen wallpapers, something without a flower?Last edited by jsharpe; 02-13-2009 at 04:33 PM. Reason: Automerged Doublepost
-
02-13-2009, 05:28 PM #196My iPhone is a Part of Me
- Join Date
- Sep 2007
- Location
- Scottsdale, AZ
- Posts
- 889
- Thanks
- 110
- Thanked 231 Times in 132 Posts
-
02-13-2009, 05:40 PM #197
Last edited by mashimarowu; 02-13-2009 at 08:28 PM.
-
02-13-2009, 06:18 PM #198
This has got to be one of the greatest themes there is in my opinion. I love it!!!
-
02-13-2009, 06:31 PM #199
hmmmm.. i don't know what is happening to me. i have been trying to fix my weather for about 3hr now and no luck for me. can anyone help? i live in Toronto, and in the folder i put in
Toronto, Canada correct?.. i have tried this but no luck. i also put in Toronto, Ottawa\ Toronto, ON \ Toronto, CA\
but still no luck. is there anyone from toronto that has gotten it to work? and now my weather widget is not showing anymore evey time i try to change to weather to where i live
help anyone ^^;
-
02-13-2009, 06:35 PM #200



LinkBack URL
About LinkBacks



Reply With Quote