Just looking for a pointer please…
I have a need to use either multiple zones, or a zone /county setup for my atom top warnings and my advisory warnings.
Today, my zone AZZ028 shows no warnings, advisories etc, but if I pull the county up - AZC021 , I get a couple of warnings, Fire and weather…
Somewhere I thought I saw info on how to select multiple items for the advisory routines, but I don’t remember where, now do I seem to remember the search terms etc.
Im using (I think) the latest scripts from saratoga-weather.
Thanks
Ken
(don’t get to do much on weather these days, Babysitting takes a good chunk of my time)
Here’s my setup for atomalerts
"NYC043" => array(1 => "NYC043",'a' => "NYZ032",'b' => "NYZ038"), // COUNTY CODE => COUNTY CODE => ZONE CODE => HERKIMER CTY "NYC065" => array(1 => "NYC065",'a' => "NYZ037",'b' => "NYZ009"), // COUNTY CODE => COUNTY CODE => ZONE CODE => ONEIDA CTY
These 2 counties are both split into 2 zones and the config file will see either one
of the 2 zones or the county and show an alert
Ah, thanks Tony!
Now for the really, really dumb question… Where exactly does that go?
:oops:
Ken
It’s right in the beginning of my AtomFeed-config.php file:
### COUNTY/ZONE SET UP ######################################################################################
$Code_Location = array(
"NYZ037" => "So. Oneida", // S ONEIDA - priority zone listed first
"NYZ009" => "No. Oneida", // N ONEIDA
"NYC043" => array(1 => "NYC043",'a' => "NYZ032",'b' => "NYZ038"), // COUNTY CODE => COUNTY CODE => ZONE CODE => HERKIMER CTY
"NYC065" => array(1 => "NYC065",'a' => "NYZ037",'b' => "NYZ009"), // COUNTY CODE => COUNTY CODE => ZONE CODE => ONEIDA CTY
"NYZ032" => "No. Herkimer", // N HERKIMER
"NYZ038" => "So. Herkimer", // S HERKIMER
"NYZ036" => "Madison", // MADISON
"NYZ046" => "Otsego", // OTSEGO
"NYC053" => array(1 => "NYC053",'a' => "NYZ036"), // COUNTY CODE => COUNTY CODE => ZONE CODE MADISON Cty
"NYC049" => array(1 => "NYC049",'a' => "NYZ008"), // COUNTY CODE => COUNTY CODE => ZONE CODE LEWIS Cty
"NYZ008" => "Lewis", // LEWIS
"NYZ018" => "Onondaga", // ONONDAGA
"NYC067" => array(1 => "NYC067",'a' => "NYZ018"), // COUNTY CODE => COUNTY CODE => ZONE CODE ONONDAGA Cty
"NYC075" => array(1 => "NYC075",'a' => "NYZ006"), // COUNTY CODE => COUNTY CODE => ZONE CODE => OSWEGO CTY
"NYC077" => array(1 => "NYC077",'a' => "NYZ046"), // COUNTY CODE => COUNTY CODE => ZONE CODE => OTSEGO Cty
"NYC017" => array(1 => "NYC017",'a' => "NYZ045"), // COUNTY CODE => COUNTY CODE => ZONE CODE CHENANGO Cty
"NYZ045" => "Chenango", // CHENANGO
"NYZ006" => "Oswego" // OSWEGO
Does anyone have a way to display one alert (zone or county) on top of the dashboard? And the rest below the menu items.
Mark
Tony,
Thanks again.
Looked thru my atom items, and then did some more research in the forums for them. Now I know why I can’t find this; you’re using Curly’s routines, and I’m not; just the simple routines d/l rom Saratoga-weather.
Looked at Ken’s site, found the info on Curly’s routines, but seems the scripts are NLA in his site.
So, I’m going to look around some more and see if I find anything, or what my options are…
Thanks
Ken