Author Topic: MOBILE Dashboard Ver 1.91 RELEASED  (Read 61055 times)

0 Members and 1 Guest are viewing this topic.

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.00 RELEASED
« Reply #50 on: February 25, 2011, 07:43:41 AM »
Hi Scott,  Just loaded the newest on my server and come up with this error:

Warning: include(AtomArray.php) [function.include]: failed to open stream: No such file or directory in /home/content/k/e/9/ke9lz/html/WWL-mobile.php on line 288

Warning: include() [function.include]: Failed opening 'AtomArray.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/k/e/9/ke9lz/html/WWL-mobile.php on line 288

I do not have AtomArray.php on the site and figure since it's looking for it I need it.  Where would I find such a beast?

Steve

Just remove the following code around line 286 of the WWL-mobile.php (or you can search for ATOM Alert on the weather-display forum)

Code: [Select]
<?php
echo "\n<!-- AtomFeed Alert Box-->";
include(
"AtomArray.php");
print 
$alert_box;
echo 
"\n<!-- end AtomFeed Alert Box-->\n";
?>

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline dw1373

  • Member
  • *
  • Posts: 10
    • Gig Harbor Weather
Re: New MOBILE Dashboard Ver 1.00 RELEASED
« Reply #51 on: February 26, 2011, 12:30:57 AM »
Scott,

I uploaded the file you sent and still have the same problem. I also noticed that De Pere Weather has the same problem.

Then I did a little digging with no luck on the WWL-mobile.php file and no luck. I did notice that if I just pull up the ajax-dashboard6.php page I get the same issue but doesn't show on the regular home page. Could it be something I did somewhere else?

Here's the example: http://gigharborweather.com/ajax-dashboard6.php


Brian

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.00 RELEASED
« Reply #52 on: February 26, 2011, 08:42:50 AM »
Then I did a little digging with no luck on the WWL-mobile.php file and no luck. I did notice that if I just pull up the ajax-dashboard6.php page I get the same issue but doesn't show on the regular home page. Could it be something I did somewhere else?

Here's the example: http://gigharborweather.com/ajax-dashboard6.php
Brian,

I ran the code through the validator and did find a large number of other errors in your code, I'm not sure why that would cause the preg_match issue though.  I'm by no means an expert in php or java (I just dabble) but the code is almost exactly the same as the alt-dashboard version 6 with the addition of a few line and some different css.  When I validated your code there were a lot of errors in the code that I don't see in the original.  Did you modify the file WWL-mobile.php?  If so can you zip up the file and send it to me?

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline ke9lz

  • De Pere - Athelstane Weather
  • Contributor
  • ***
  • Posts: 143
    • De Pere Weather
Re: New MOBILE Dashboard Ver 1.00 RELEASED
« Reply #53 on: February 26, 2011, 10:57:05 AM »
Scott,
I didn't realize there was a problem with my ajax-dashboard6 as it works in the template but not as a stand alone.  I looked it over and found the error was not in ver 6.07.  If you look at http://depereweather.com/ajax-dashboard.php which is 6.07 and http://depereweather.com/ajax-dashboard6.php which is 6.08 you will see for yourself.  Looks like it has something to do with the new wetbulb addition to the freezing point.

Steve
Steve (KE9LZ)
Athelstane Weather
Blitzortung 1177, 1565


Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.00 RELEASED
« Reply #54 on: February 26, 2011, 11:04:48 AM »
Scott,
I didn't realize there was a problem with my ajax-dashboard6 as it works in the template but not as a stand alone.  I looked it over and found the error was not in ver 6.07.  If you look at http://depereweather.com/ajax-dashboard.php which is 6.07 and http://depereweather.com/ajax-dashboard6.php which is 6.08 you will see for yourself.  Looks like it has something to do with the new wetbulb addition to the freezing point.

Steve

Steve,  I found the error and will be releasing a minor update to fix it on both the dashboard and mobile dashboard.

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #55 on: February 26, 2011, 11:18:25 AM »
UPDATE:

I've just released version 1.02 to fix a problem with a preg_match function error.  This error is also in the Alternative Ajax-dashboard Version 6.08 and that has been updated to version 6.09 to correct this too!  Link to download is at the beginning (1st message) of this thread.

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline dw1373

  • Member
  • *
  • Posts: 10
    • Gig Harbor Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #56 on: February 26, 2011, 02:42:09 PM »
Scott -
The new scripts work.  \:D/

Steve -
Thanks for looking into it too. I don't have the coding knowledge that others have except cutting and pasting but learning as I go.

Again thanks for all your effort.

Brian

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #57 on: February 26, 2011, 02:56:59 PM »
Scott -
The new scripts work.  \:D/

Thats how I started too!  It just takes time and work to get to know how to do it.  I'm still learning and still making lots of mistakes!

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline ke9lz

  • De Pere - Athelstane Weather
  • Contributor
  • ***
  • Posts: 143
    • De Pere Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #58 on: February 26, 2011, 03:40:08 PM »
Brian, thanks for pointing it out as I was unaware of it.

I just installed a QR code on my De Pere site ( http://depereweather.com ) and was wondering if someone could check to make sure it works.  I have been able to see it work with my blackberry and figure it should work with others but wanted to know for sure.  Next thing to do is install the Atom script to make the mobile page complete.

Thanks Scott for the cool scripts!

Steve
Steve (KE9LZ)
Athelstane Weather
Blitzortung 1177, 1565


Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #59 on: February 26, 2011, 04:02:31 PM »
I just installed a QR code on my De Pere site ( http://depereweather.com ) and was wondering if someone could check to make sure it works.  I have been able to see it work with my blackberry and figure it should work with others but wanted to know for sure.  Next thing to do is install the Atom script to make the mobile page complete.

Steve,

Works great on the Android EVO (except for the ATOMs script error)

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #60 on: February 26, 2011, 04:31:39 PM »
UPDATE:

I've just released version 1.02 to fix a problem with a preg_match function error.  This error is also in the Alternative Ajax-dashboard Version 6.08 and that has been updated to version 6.09 to correct this too!  Link to download is at the beginning (1st message) of this thread.

Scott

Posted.

Many thanks for all your work, Scott!
John
W7JKG

Offline ke9lz

  • De Pere - Athelstane Weather
  • Contributor
  • ***
  • Posts: 143
    • De Pere Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #61 on: February 26, 2011, 04:40:46 PM »
Thanks for checking Scott.  Yes, working the Atoms script this afternoon and should have it in place by this evening.

Thanks again,

Steve
Steve (KE9LZ)
Athelstane Weather
Blitzortung 1177, 1565


Offline jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #62 on: March 01, 2011, 01:22:20 PM »
I just installed a QR code on my De Pere site ( http://depereweather.com ) and was wondering if someone could check to make sure it works.  I have been able to see it work with my blackberry and figure it should work with others but wanted to know for sure.  Next thing to do is install the Atom script to make the mobile page complete.

Steve,

Works fine on iPhone 4 as well. I'm not seeing any error.
John
W7JKG

Offline ke9lz

  • De Pere - Athelstane Weather
  • Contributor
  • ***
  • Posts: 143
    • De Pere Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #63 on: March 01, 2011, 07:28:53 PM »
Thanks for checking John!

Steve
Steve (KE9LZ)
Athelstane Weather
Blitzortung 1177, 1565


Offline ctwx

  • Member
  • *
  • Posts: 45
    • Norwalk Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #64 on: March 03, 2011, 09:44:49 PM »
That was too easy! I just installed Moblie Dashboard and it works great!

Can the QR code be re-sized? Mine is a bit big as seen here: http://www.norwalkweather.com


Thanks, Phil

Offline ctwx

  • Member
  • *
  • Posts: 45
    • Norwalk Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #65 on: March 03, 2011, 10:05:22 PM »
I re-sized using Paint.


Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #66 on: March 03, 2011, 10:43:36 PM »
That was too easy! I just installed Moblie Dashboard and it works great!

Can the QR code be re-sized? Mine is a bit big as seen here: http://www.norwalkweather.com


Thanks, Phil

You can also specify height= and width= in the link to the image!

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #67 on: March 05, 2011, 08:53:59 AM »
We are under a flash flood watch and it does not show at the top of the mobile page. In you example you show a situation where it does display. What do I need to have set to make this work. Thanks.

Bob
Bob
KK4QXH

Offline Silversword

  • --Stan Y.
  • Forecaster
  • *****
  • Posts: 560
    • Up Country Maui Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #68 on: March 05, 2011, 06:07:40 PM »
We are under a flash flood watch and it does not show at the top of the mobile page. In you example you show a situation where it does display. What do I need to have set to make this work. Thanks.

Bob
Hi Bob,

I am having the same issue.

The weather warning and advisory page for the Mobile Page is located at about lines 288 --> 293 for version 1.02.

I have to still figure it all out since it is not updating my AtomArray.php file either, for some reason.  May just have to invoke it and see what happens.

I wonder if the scrip below would work in replacing those line above.  Any thoughts, Scott??

//
$useTopWarning = false;  // set to true to use only the rss-top-warning script
//                         set to false to use the rss-advisory script instead

<?php // insert desired warning box at top of page
  if ($useTopWarning) {
   @include_once("rss-top-warning.php");
  } else {
   print "      <div class=\"advisoryBox\">\n";
   $_REQUEST['inc'] = 'y';
   $_REQUEST['summary'] = 'Y';
   @include_once("rss-advisory.php");
   print "      </div>\n";
  }
?>

Or will this work by changing the include to include_once in this area?

<?php
echo "\n<!-- AtomFeed Alert Box-->";
include_once("AtomArray.php");
print $alert_box;
echo "\n<!-- end AtomFeed Alert Box-->\n";
?>

--Stan Y.
   Maui, Hawaii
« Last Edit: March 05, 2011, 06:58:09 PM by Silversword »
Stan Y. - KH6HHG - Maui, Hawaii
 --- Blitzortung ID: 993
 --- FlightRadar24 ID: F-PHOG1

WDL 6.05
MS Windows 7 Pro
Dell Optiplex GX280-Intel Pentium 4 CPU 3.00GHz, 4 GB RAM
Davis Vantage Pro 2+ Wireless
Webcam: Axis 211

Offline tnwxman

  • Forecaster
  • *****
  • Posts: 423
  • KK4QXH
    • Weather for Lebanon, TN 37087
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #69 on: March 06, 2011, 09:35:08 AM »
Hi Stan,

Thanks. Have you changed your scripts with the code below or are you waiting on confirmation from Scott?

Thanks Bob
Bob
KK4QXH

Offline mayo9999

  • Senior Member
  • **
  • Posts: 67
    • Lake Mary Weather
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #70 on: March 06, 2011, 10:59:52 AM »
Scott,
Thanks for an incredible easy to implement script.  Copy three files to my server and make one line change WOW!!!!   I've got some scripts that I've given up on trying to get them to work.  Created the QR in a snap, added to my menubar.php and my wife loves it on her iPhone (looks good on my iPad also).   =D&gt;  \:D/
Thanks again for all your hard work and all your scripts...

Stan,
Funny finding you on this thread  :lol:
Jerry-
http://www.lakemaryweather.com
CWOP = DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless Vantage Pro2 / 6316 Wireless Weather Envoy
Weatherlink * VirtualIP * StartWatch * Windows Display * Windows Display Live

I also host my own CentOS (Linux) Apache WEB Server

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #71 on: March 06, 2011, 12:38:34 PM »
Scott,
Thanks for an incredible easy to implement script.  Copy three files to my server and make one line change WOW!!!!   I've got some scripts that I've given up on trying to get them to work.  Created the QR in a snap, added to my menubar.php and my wife loves it on her iPhone (looks good on my iPad also).   =D&gt;  \:D/
Thanks again for all your hard work and all your scripts...

Stan,
Funny finding you on this thread  :lol:

Glad you like it, I like how easy it is to use too!  So many of the ones out there have way too much to configure and setup!  Easy is gooder!!  ;)

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

Offline jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #72 on: March 06, 2011, 12:47:39 PM »
Scott,

I'll definitely second Jerry's compliments! You always come through with great stuff, and it's most appreciated.

Keep me on the list for your betas.

Thanks.
John
W7JKG

Offline jgillett

  • Forecaster
  • *****
  • Posts: 1187
  • Boltek, Win7 Pro, ToA
    • TiggrWeather Phoenix
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #73 on: March 06, 2011, 12:51:35 PM »
Is there any way to force a warning to see if that part of the code is working? We haven't had anything here since before I posted the mobile code.

Thanks.
John
W7JKG

Offline BurnsvilleWeather

  • Burnsville, MN USA
  • Forecaster
  • *****
  • Posts: 863
  • Retired from Weather!
Re: New MOBILE Dashboard Ver 1.02 RELEASED
« Reply #74 on: March 06, 2011, 12:56:42 PM »
Scott,

I'll definitely second Jerry's compliments! You always come through with great stuff, and it's most appreciated.

Keep me on the list for your betas.

Thanks.

Thanks!  My next project is to add shared info from adjacent sites to the dashboard!  Sorta a mini-dashboard for sites near your location by authorized sharing of data.

Scott
www.BurnsvilleWeatherLIVE.com (Formally Webster Weather LIVE)
Home of the Alternative Dashboard and Mobile Dashboard Scripts. Weather Display Scripts and Graphics


Davis VP2 with, UV, Solar, Leaf, Web Cam.

 

anything