Weather add doesn't work

1,356 views
Skip to first unread message

zasoby.in...@gmail.com

unread,
Mar 28, 2016, 3:55:53 AM3/28/16
to Concerto Digital Signage
Hi,

Weather add doesn't work. On your demo site too.

Best regards,

d...@deej.net

unread,
Mar 28, 2016, 2:48:38 PM3/28/16
to Concerto Digital Signage, zasoby.in...@gmail.com
I can confirm that this is the case on our local system with both 2.2.7 and 2.3.2.  Trying to add a weather feed results in a "Something went wrong.  Rest assured you have been assigned 0% of the blame" message.

-Dj

iri...@gmail.com

unread,
Mar 28, 2016, 4:29:59 PM3/28/16
to Concerto Digital Signage, zasoby.in...@gmail.com
I am currently testing other digital signage applications and they all sent out an email stating that Yahoo, their weather provider has changed their APIs and broke their plugins.. Concerto uses yahoo as well, which is why we cannot see the weather any more. :-(.. I hope they fix this asap.. faculty and students have already been complaining about the weather info on campus.  

christoph...@oakwoodvillage.net

unread,
Mar 28, 2016, 5:49:06 PM3/28/16
to Concerto Digital Signage, zasoby.in...@gmail.com, iri...@gmail.com
Here's what I could find from Yahoo:

https://developer.yahoo.com/weather/

Excerpt: To increase the security measure and better serving our YDN customers, weather data source will enforce OAuth 1 starting March 15, 2016. Please update your API calls with OAuth 1 enabled (via the OAuth /v1/yql end point if using YQL) using your Yahoo App key and secret.

zasoby.in...@gmail.com

unread,
Mar 29, 2016, 8:23:37 AM3/29/16
to Concerto Digital Signage, zasoby.in...@gmail.com
Thanks, my friends, for these infos.

I hope it will be fix soon.

Best regards,

john.la...@gmail.com

unread,
Apr 11, 2016, 3:20:00 PM4/11/16
to Concerto Digital Signage, zasoby.in...@gmail.com
It appears as if other developers are having the same issue -- and that it may be easier to move to a different API since Yahoo has provided very little in the way of assistance at complying with their change.

zasoby.in...@gmail.com

unread,
Apr 13, 2016, 5:48:33 AM4/13/16
to Concerto Digital Signage, zasoby.in...@gmail.com, john.la...@gmail.com
Hi,

Concerto - team: are you going to update weather plugin?

Thanks,


john.la...@gmail.com

unread,
Apr 13, 2016, 3:57:43 PM4/13/16
to Concerto Digital Signage, zasoby.in...@gmail.com, john.la...@gmail.com
I'm not part of the team, but I've created a workaround based on the code found Matthew Petroff's work here.  His code creates an SVG that can be linked as a graphic.  I've set it up to run on the concerto server and drop the resulting svg in the in the /usr/share/concerto/public directory.  Anything in this directory can then be linked in an iframe as "http://concerto/<filename>"  (note that you may have to change concerto to the server name or IP of your concerto server).  I then set up a crontab job to run the script every hour.

I've also done some modification to the code to allow me to run the same script with arguments to get data from different lat/lon combinations.

A few notes if you do this:  
  • It uses data from NOAA, which only has weather data for the USA.
  • On some browsers, SVG files get cached.  If you're using a browser as your signage viewer (like I am on the Pi), you'll need to figure out a way to stop it from caching the SVG file.
    • In my case, I set up html files that pointed to the SVG file that had header instructions to prevent caching
  • <html>
    <head>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    </head>
    <body>

    </body>
    <html>
  • You need the SVG file in that link.  It serves as the template for the resulting SVG.  You can do some editing to it, if you want, but it can get mighty confusing.
  • All text/graphics are black.  Some browsers parse SVG files like this to include colors (if you tag them), but some don't.  I'm sure you could get the icons to render in different colors, but the embedded SVG code doesn't make this easy.
I'd be willing to post all the code I used, but I don't know what licensing Mr. Petroff has released it under.  My changes are really limited to just hacky python stuff anyway, so they should be pretty easy to replicate.  All in all, I think it ends up looking pretty nice.  Here's what it all looks like once I put it together with my template.


Gabe Perez

unread,
Apr 19, 2016, 8:24:12 PM4/19/16
to Concerto Digital Signage, zasoby.in...@gmail.com, john.la...@gmail.com
Version 0.2.0 of the Concerto Weather plugin was released, fixing the issues with the Yahoo weather API. The plugin now uses OpenWeatherMap's API and will require a key to be entered under the admin "settings" page. 


Please post any feedback and let us know if issues arise. Any suggestions on the weather content layout or style will also be helpful.  

john.la...@gmail.com

unread,
Apr 20, 2016, 11:52:40 AM4/20/16
to Concerto Digital Signage, zasoby.in...@gmail.com, john.la...@gmail.com
I've tried upgrading from ver .1 to .2 using the "upgrade button."  This results in a "Concerto plugin was successfully updated" message, but the interface still lists gem version 0.1.0 (Upgrade available to 0.2.0).  I've tried restarting the webserver (from settings) and rebooting the server, but neither worked.

Then I tried deleting the plugin and re-adding it, but that didn't seem to work either.

August

unread,
Apr 20, 2016, 11:55:38 AM4/20/16
to concerto-dig...@googlegroups.com
You’ll want to check your Gemfile.lock to make sure it specifies 0.2.0 as the version for that gem. If your system has a non-standard Rubygems configuration, that could prevent the automatic gem installation/upgrade from working. Once you have 0.2.0 specified in your gem file, you can try running `bundle install —path=vendor bundle` to verify that the upgrade process is working properly.

-- 
August

On April 20, 2016 at 11:52:48 AM, john.la...@gmail.com (john.la...@gmail.com) wrote:

I've tried upgrading from ver .1 to .2 using the "upgrade button."  This results in a "Concerto plugin was successfully updated" message, but the interface still lists gem version 0.1.0 (Upgrade available to 0.2.0).  I've tried restarting the webserver (from settings) and rebooting the server, but neither worked.

Then I tried deleting the plugin and re-adding it, but that didn't seem to work either.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at https://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/d/optout.

john.la...@gmail.com

unread,
Apr 20, 2016, 12:34:19 PM4/20/16
to Concerto Digital Signage

That fixed it, although I don't think the plugin is working properly for me.  Weather info is getting pulled properly, but I don't think the layout is right (no icons?) -- I've attached a screenshot.

Gabe Perez

unread,
Apr 20, 2016, 5:02:16 PM4/20/16
to Concerto Digital Signage, john.la...@gmail.com
Did you precompile assets on the core concerto directory? 

(production)

/path/to/concerto RAILS_ENV=production rake assets:precompile

(development)

/path/to/concerto RAILS_ENV=development rake assets:precompile

john.la...@gmail.com

unread,
Apr 21, 2016, 11:40:43 AM4/21/16
to Concerto Digital Signage, john.la...@gmail.com
On the off chance my normal install was in some way funky, I created a new test install by doing the following:

New debian install
Installed SSH
Installed sudo
sudo apt-get install curl
curl get.concerto-signage.org/add_repo.sh | sh
sudo apt-get install concerto-full
removed the default apache2 site
logged into Concerto for the first time/created the admin user

Then I tried to update the plugin...  No dice.
Edited the Gemfile.lock file and changed version 0.1.0 to 0.2.0 and then restarted.
   (I didn't run the bundle install command, though.)
I went to settings and was able to add my API Key for OpenWeatherMap
Added a feed -- data was pulled, but no icons were present.

I then tried your suggestion:
concerto@concerto1:/usr/share/concerto$ RAILS_ENV=production rake assets:precompile
rake aborted
!
Gem::LoadError: You have already activated rake 11.1.2, but your Gemfile requires rake 10.5.0. Prepending `bundle exec` to your command may solve this.
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:34:in `block in setup'
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:19:in `
setup'
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler.rb:92:in `setup'

/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/setup.rb:8:in `<top (required)>'
/usr/share/concerto/config/boot.rb:73:in `
<top (required)>'
/usr/share/concerto/config/application.rb:1:in `<top (required)>'

/usr/share/concerto/Rakefile:5:in `<top (required)>'
LoadError: cannot load such file -- bundler/setup
/usr/share/concerto/config/boot.rb:73:in `
<top (required)>'
/usr/share/concerto/config/application.rb:1:in `<top (required)>'

/usr/share/concerto/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)


Doing the same with sudo results in a different error:
concerto@concerto1:/usr/share/concerto$ sudo RAILS_ENV=production rake assets:precompile
rake aborted!
Gem::LoadError: You have already activated rake 11.1.2, but your Gemfile requires rake 10.5.0. Prepending `bundle exec` to your command may solve this.
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:34:in `block in setup'
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:19:in `setup'
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler.rb:92:in `setup'
/var/lib/gems/2.1.0/gems/bundler-1.11.2/lib/bundler/setup.rb:8:in `<top (required)>'
/usr/share/concerto/config/boot.rb:73:in `<top (required)>'
/usr/share/concerto/config/application.rb:1:in `<top (required)>'
/usr/share/concerto/Rakefile:5:in `<top (required)>'
LoadError: cannot load such file -- bundler/setup
/usr/share/concerto/config/boot.rb:73:in `<top (required)>'
/usr/share/concerto/config/application.rb:1:in `<top (required)>'
/usr/share/concerto/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
concerto@concerto1:/usr/share/concerto$

Running bundle install --path='vendor bundle' results in
"There was an error while trying to write to `/usr/share/concerto/.bundle/config`. It is likely that you need to grant write permissions for that path."

Any thoughts?

john.la...@gmail.com

unread,
Apr 21, 2016, 3:12:13 PM4/21/16
to Concerto Digital Signage, john.la...@gmail.com
I got the icons working after updating the plugin and editing the Gemfile.lock file with the following two commands run from the /usr/share/concerto directory:

sudo bundle update rake

Followed by:


sudo RAILS_ENV=production rake assets:precompile


On Wednesday, April 20, 2016 at 5:02:16 PM UTC-4, Gabe Perez wrote:

zasoby.in...@gmail.com

unread,
Apr 22, 2016, 4:06:20 PM4/22/16
to Concerto Digital Signage, john.la...@gmail.com
OK - it works now.

Is it possible to translate this plugin into another language? I think about "today", "high", "low" words.

Any sugest?

Thanks!

zasoby.in...@gmail.com

unread,
Apr 23, 2016, 4:43:46 AM4/23/16
to Concerto Digital Signage, john.la...@gmail.com, zasoby.in...@gmail.com
OK - solved.
Message has been deleted

chris.g...@gmail.com

unread,
May 2, 2016, 11:57:08 AM5/2/16
to Concerto Digital Signage, zasoby.in...@gmail.com, john.la...@gmail.com
How do you force the new weather plugin to show a city in a specific state, or take an openweathermap.org city code number?

Putting in "Madison" or "Madison, US" gives information for Madison Alabama.  I need Madison Wisconsin.

More details in new thread:
https://groups.google.com/forum/#!topic/concerto-digital-signage/MahGvNFLIWo

Thanks! - Chris


Teemu Lehtilä

unread,
May 25, 2016, 8:53:37 AM5/25/16
to Concerto Digital Signage, zasoby.in...@gmail.com
There seems to be another update for weather plugin, version 0.3.2.
Do I have to update the version number on Gemfile.lock -file everytime when there is an update because the upgrade function in Concerto's Plugins page doesnt seem to do anything?

Christopher G. Sheldon

unread,
May 25, 2016, 2:23:19 PM5/25/16
to concerto-dig...@googlegroups.com, zasoby.in...@gmail.com
Using the concerto vm image upgraded to 2.3.3.  Have now upgraded the weather plugin to 0.3.2.   I did have to modify /usr/share/concerto/Gemfile.lock

Closer but still not working.

If I put in "Madison", it lists 14 locations (actually 7 locations, but listed twice) and I cannot pick one.
If I put in "Madison, WI", it gives the error "Name Can't Be Blank".  I assume it's not liking the space
If I put in "53705" or any of the other zip codes for Madison, Wisconsin, it lists the city TWICE with no way to pick one.

Trying to add any of the above to a feed gives a 500 error.  I am assuming this is because it was not narrowed down to a single city, which seems impossible to do since it is duplicating the listings.

Thanks! - Chris

On Wed, May 25, 2016 at 7:53 AM, Teemu Lehtilä <tle...@gmail.com> wrote:
There seems to be another update for weather plugin, version 0.3.2.
Do I have to update the version number on Gemfile.lock -file everytime when there is an update because the upgrade function in Concerto's Plugins page doesnt seem to do anything?

--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/JGs-eWhHgpc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-s...@googlegroups.com.
Message has been deleted
Message has been deleted

Josh Hale

unread,
Dec 1, 2016, 12:36:00 PM12/1/16
to Concerto Digital Signage
August,
Where would one go to get a fresh copy of the Gemfile.lock file?  I seem to have messed mine up and now the passenger is throwing an error page at me.  Please let me know.
Thanks,
Josh




On Wednesday, April 20, 2016 at 10:55:38 AM UTC-5, august wrote:
You’ll want to check your Gemfile.lock to make sure it specifies 0.2.0 as the version for that gem. If your system has a non-standard Rubygems configuration, that could prevent the automatic gem installation/upgrade from working. Once you have 0.2.0 specified in your gem file, you can try running `bundle install —path=vendor bundle` to verify that the upgrade process is working properly.

-- 
August

On April 20, 2016 at 11:52:48 AM, john.la...@gmail.com (john.la...@gmail.com) wrote:

I've tried upgrading from ver .1 to .2 using the "upgrade button."  This results in a "Concerto plugin was successfully updated" message, but the interface still lists gem version 0.1.0 (Upgrade available to 0.2.0).  I've tried restarting the webserver (from settings) and rebooting the server, but neither worked.

Then I tried deleting the plugin and re-adding it, but that didn't seem to work either.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-signage+unsub...@googlegroups.com.

August

unread,
Dec 1, 2016, 1:50:42 PM12/1/16
to concerto-dig...@googlegroups.com
You can get a Gemfile.lock directly from our git repository at https://github.com/concerto/concerto.

-- 
August
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.

Josh Hale

unread,
Dec 2, 2016, 12:38:42 PM12/2/16
to Concerto Digital Signage
Thank you!
I actually updated concerto via terminal which, apparently, updated the Gemfile.lock for me.  I made a new (safe) copy and made the plugin tweaks again.

Does anybody have any screenshots of how this displays?  I have this running in the browser of a samsung smart tv which works great for images and basic stuff, but what it's showing for the weather is pretty basic (single icon for weather, and high and low temps).  Maybe that's all that's supposed to show up, but I was expecting to see a three day forecast or something like that.  If its the fact that I'm viewing it in a browser instead of a client setup, I can dive into that as well, but I was just curious what its supposed to look like.

Also, are there more settings for this plugin somewhere?  I have been razzed a few times for the temperature precision carrying out two decimal places.  37.86°F is a little unusual to most.  I'm not sure that it's updating either, and if there was a setting to adjust the refresh delay I'd like to just take a look at it. 

Thank you so much for your work on this software.  It really is pretty impressive. 

Thanks,
Josh

Josh Hale

unread,
Dec 7, 2016, 10:18:48 AM12/7/16
to Concerto Digital Signage
So, on the content screen I see the following:

Weather

City
Cedar Rapids
Units
Fahrenheit
Last Successful Update
Tue Dec 6 09:24:42 2016
Last Attempted Update
About 24 Hours Ago
Min. Refresh Interval
5 minutes

The weather app doesn't seem to update though unless I go in and hit 'Edit Content,' and hit 'Submit Content' at which point I actually get the button that says 'Force Update.'  When I do this, the information updates from OpenWeatherMap, but otherwise it doesn't update.  Is it possible to get this to update automatically every 4 hours or maybe even once per day?  I'm just curious.  The other thing that would at least help would be the ability to hit that 'Force Update' button right on the 'Content' screen.  That way we could at least jump in once a day and get it refreshed for the day.
Thanks,
Josh

Matthew Swanson

unread,
Feb 3, 2017, 7:33:37 PM2/3/17
to Concerto Digital Signage, zasoby.in...@gmail.com
I'm getting a 500 error still even though I have the openweathermap api in settings.

Marvin Frederickson

unread,
Feb 16, 2017, 5:28:38 PM2/16/17
to Concerto Digital Signage, zasoby.in...@gmail.com
It's not clear but you have to click on the city in the listing even if only one comes up-- that sets the lat/lng behind the scenes.

stevej...@gmail.com

unread,
Feb 17, 2017, 2:08:54 PM2/17/17
to Concerto Digital Signage, zasoby.in...@gmail.com
I just updated to ver .5.  I put in Oliver, for Oliver British Columbia.  No cities come up for me to select.

Marvin Frederickson

unread,
Feb 17, 2017, 2:16:54 PM2/17/17
to Concerto Digital Signage, zasoby.in...@gmail.com, stevej...@gmail.com
Are you sure the gem upgrade took?  And the webserver was restarted?
Are there any errors showing in the developer console? (F12 in chrome opens this up).

stevej...@gmail.com

unread,
Feb 17, 2017, 2:21:10 PM2/17/17
to Concerto Digital Signage, zasoby.in...@gmail.com, stevej...@gmail.com
Here is the error I get.

Bruce Forbes

unread,
Feb 17, 2017, 2:21:34 PM2/17/17
to concerto-dig...@googlegroups.com
I gave up months ago trying to get this to work and now simply do an RSS feed from theweathernetwork.com

--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/JGs-eWhHgpc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-digital-signage@googlegroups.com.

Marvin Frederickson

unread,
Feb 17, 2017, 2:40:14 PM2/17/17
to Concerto Digital Signage, zasoby.in...@gmail.com, stevej...@gmail.com
It looks like the assets might not have been precompiled (since it cannot find a javascript function).  Can you try this?

cd /usr/share/concerto
RAILS_ENV=production bundle exec rake assets:precompile
sudo chown -R www-data:www-data *
sudo service apache2 restart

And then refresh your browser and try to add the weather content again and tell me if there are any errors in the console?  Thanks.  I appreciate your help trying to resolve this issue.

stevej...@gmail.com

unread,
Feb 17, 2017, 2:52:06 PM2/17/17
to Concerto Digital Signage, zasoby.in...@gmail.com, stevej...@gmail.com
Thank you!

All is good now.

Matthew Swanson

unread,
Feb 20, 2017, 11:42:34 AM2/20/17
to Concerto Digital Signage, zasoby.in...@gmail.com
I did the precompile but still can't find any city to show up in the city search

Marvin Frederickson

unread,
Feb 20, 2017, 11:46:47 AM2/20/17
to concerto-dig...@googlegroups.com
Did you 1) confirm the upgrade of the gem actually happened, and 2) rebooted the web server?  And are there any errors showing in the console or log?
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.

Matthew Swanson

unread,
Feb 20, 2017, 12:16:21 PM2/20/17
to concerto-dig...@googlegroups.com
I upgraded a long time ago and also tried uninstalling and resinstalling the gem and rebooted the web server and whole box as well. In chrome developer console I am getting some errors:

Error in event handler for (unknown): TypeError: Cannot read property 'css' of undefined
    at chrome-extension://pabfempgigicdjjlccdgnbmeggkbjdhd/stylist.js:5:48
application-ed1a1bc….js:1 Uncaught TypeError: Cannot read property 'length' of undefined
    at buildResultsTable (application-ed1a1bc….js:1)
    at Object.success (application-ed1a1bc….js:1)
    at c (application-f39e40a….js:2)
    at Object.fireWith [as resolveWith] (application-f39e40a….js:2)
    at i (application-f39e40a….js:4)
    at XMLHttpRequest.n (application-f39e40a….js:4)
buildResultsTable @ application-ed1a1bc….js:1
success @ application-ed1a1bc….js:1
c @ application-f39e40a….js:2
fireWith @ application-f39e40a….js:2
i @ application-f39e40a….js:4
n @ application-f39e40a….js:4
application-ed1a1bc….js:1 Uncaught TypeError: Cannot read property 'length' of undefined
    at buildResultsTable (application-ed1a1bc….js:1)
    at Object.success (application-ed1a1bc….js:1)
    at c (application-f39e40a….js:2)
    at Object.fireWith [as resolveWith] (application-f39e40a….js:2)
    at i (application-f39e40a….js:4)
    at XMLHttpRequest.n (application-f39e40a….js:4)

On Mon, Feb 20, 2017 at 8:46 AM, Marvin Frederickson <marvin.fr...@gmail.com> wrote:
Did you 1) confirm the upgrade of the gem actually happened, and 2) rebooted the web server?  And are there any errors showing in the console or log?

On Feb 20, 2017, at 7:42 AM, Matthew Swanson <mswa...@georgefox.edu> wrote:

I did the precompile but still can't find any city to show up in the city search

On Monday, March 28, 2016 at 12:55:53 AM UTC-7, zasoby.in...@gmail.com wrote:
Hi,

Weather add doesn't work. On your demo site too.

Best regards,

--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-digital-signage@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concerto-digital-signage/JGs-eWhHgpc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-digital-signage@googlegroups.com.



--
Matthew Swanson
Network Administrator
George Fox University

Matthew Swanson

unread,
Feb 20, 2017, 12:22:06 PM2/20/17
to Concerto Digital Signage, zasoby.in...@gmail.com
These errors show up when I type in the name or zip of a city and then hit the search

Marvin Frederickson

unread,
Feb 20, 2017, 12:29:50 PM2/20/17
to concerto-dig...@googlegroups.com
Matthew, the weather plugin update 0.5 just came out a couple days ago.  The errors shown in your console are what I have seen with the problem in version 0.4 before it was fixed.

--

Matthew Swanson

unread,
Feb 21, 2017, 1:07:04 PM2/21/17
to Concerto Digital Signage
I got it to update to 0.5 by changing the gem version, and adding the content works but it doesn't show up in a browser




On Monday, February 20, 2017 at 9:29:50 AM UTC-8, Marvin Frederickson wrote:
Matthew, the weather plugin update 0.5 just came out a couple days ago.  The errors shown in your console are what I have seen with the problem in version 0.4 before it was fixed.
On Mon, Feb 20, 2017 at 8:22 AM, Matthew Swanson <mswa...@georgefox.edu> wrote:
These errors show up when I type in the name or zip of a city and then hit the search

On Monday, March 28, 2016 at 12:55:53 AM UTC-7, zasoby.in...@gmail.com wrote:
Hi,

Weather add doesn't work. On your demo site too.

Best regards,

--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.

steve....@zionschool.net

unread,
Feb 21, 2017, 3:41:37 PM2/21/17
to Concerto Digital Signage
I wanted to say thank you Marvin.  I now have weather info displaying on my digital signage.  Only item left for me to figure out is the update of the content.  I created a weather feed for it on monday and it hasn't updated in the last 24 hours.  Still shows temp for previous afternoon.

Marvin Frederickson

unread,
Feb 21, 2017, 3:44:01 PM2/21/17
to Concerto Digital Signage
Can I see the relevant portions of the clock, worker, and production logs?  Located, most likely, in /var/log/concerto and /usr/share/concerto/logs

kevin....@eastern.k12.in.us

unread,
May 24, 2017, 2:03:07 PM5/24/17
to Concerto Digital Signage, zasoby.in...@gmail.com

Hello All,

Just setup the Vbox virtual appliance server with a Pi as a screen client. I've added an API key for the weather but I'm finding the weather information is not updated very regularly. Curious where to start to look for troubleshooting.

TIA

Marvin Frederickson

unread,
May 24, 2017, 2:14:13 PM5/24/17
to Concerto Digital Signage, zasoby.in...@gmail.com, kevin....@eastern.k12.in.us
If you check the status of the background worker by clicking on the Blue Computer Screen/Concerto Icon in the top left corner of the screen in the admin website, does it show that it is "Running" or "Stopped" in the bottom right?



Kevin Wisher

unread,
May 24, 2017, 3:01:25 PM5/24/17
to Marvin Frederickson, Concerto Digital Signage, zasoby.in...@gmail.com
It shows a "Running" per your pic.

On Wed, May 24, 2017 at 2:14 PM, Marvin Frederickson <marvin.fr...@gmail.com> wrote:
If you check the status of the background worker by clicking on the Blue Computer Screen/Concerto Icon in the top left corner of the screen in the admin website, does it show that it is "Running" or "Stopped" in the bottom right?






--
Kevin Wisher
Network Administrator
Eastern Howard School Corp.
(765) 628-5032  x.386

kevin....@eastern.k12.in.us

unread,
Jun 23, 2017, 1:27:53 PM6/23/17
to Concerto Digital Signage, marvin.fr...@gmail.com, zasoby.in...@gmail.com, kevin....@eastern.k12.in.us
Can the command initiated by the "Force Update" in the web gui be added to cron?
Reply all
Reply to author
Forward
0 new messages