Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wunderground Setup in Wordpress #13

Closed
K9Heaven opened this issue Nov 18, 2014 · 1 comment
Closed

Wunderground Setup in Wordpress #13

K9Heaven opened this issue Nov 18, 2014 · 1 comment

Comments

@K9Heaven
Copy link

Hi
I love your weather plugin but am having issues since you changed it to a widget. I still want to embed it in a page. I've read your notes and created this code:
[wunderground location="Alnwick, Northumberland" iconset="incredible" numdays="5" layout="table-horizontal" measurement="metric" hidedata="search" hidedata="pop" hidedata="text"]
However, I'm not seeing the icons, the end bit of my location is missing, chance of precipitation is still showing and the high/low temperatures are showing only as digits (the deg C is missing). See image below.
wunderground_screenshot

What am I doing wrong?

Many thanks

@zackkatz
Copy link
Member

zackkatz commented Dec 4, 2014

You're close.

  • The hidedata parameter should only be used once, not for each item
  • The icon name should be Incredible, not incredible. I've made a tweak in the next plugin version that catches this issue.

Here's the code to use:

[wunderground location="Alnwick, Northumberland" iconset="Incredible" numdays="5" layout="table-horizontal" measurement="metric" hidedata="search,pop,text"]

@zackkatz zackkatz closed this as completed Dec 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants