Knowlege Bomb
macrumors G4
I'm guessing it's somewhere in here (these are my current settings; can't figure out how to get Cupertino weather collapsed):
Code:// EXPAND/COLLAPSE SETTINGS // Collapse or expand main sections by default; comment-out or set to false to expand... [B]// To collapse a section by default, remove the "//" at the beginning of the line var defaultCollapsed = { "Clock":true, "Mail":true, // "Calendar":true, "Calls":true, "Voicemail":true, "SMS":true, // "Weather":true, };[/B] // Enable global collapse/expand by swiping right (or left, if globalHide is false)? var globalCollapse = true; // Enable global hide toggling by swiping left (or right, if globalCollapse is false)? var globalHide = true; // If globalHide is true and custom clock is enabled, hide the clock too? var hideClock = false; // Set to false for instant section collapse/expand, or true for webkit CSS animations var enableAnimations = false; var animationDuration = 450; // Milliseconds // Animate the global collapse/expand? (Requires enableAnimations to be true) var animateGlobalCollapse = true; // Collapse subsections in sections that are to be collapsed by default (listed above)? var collapseChildren = false; // Always expand the first subsection? Note: this overrides collapseChildren; // subsequent sections will be collapsed regardless of main section's default var expandFirst = true; // Revert to default collapse/expand settings when a section is empty? var revertCollapsedOnEmpty = true; // Hide empty sections? var hideEmptySections = true;
In the section of your post that I bolded, you need to remove the "//" from the beginning of the "weather" line. This will disable the auto-expand feature.
Did you want to get rid of the Cupertino and San Jose weather?