felixhageloh / weather-widget

A weather widget for Übersicht
64 stars 32 forks source link

Icons not showing up #4

Closed levifig closed 9 years ago

levifig commented 9 years ago

They say images are worth a thousand words so… :)

screen shot 2014-10-11 at 4 45 11 pm

Help? :)

felixhageloh commented 9 years ago

:) Did you copy the entire folder as is into your widgets folder (no renaming for example)? Otherwise it won't be able to find the icons. Basically, the src url(weather.widget/icons.svg) in the following code block needs to match your folder structure:

 @font-face
    font-family Weather
    src url(weather.widget/icons.svg) format('svg')

It is towards the top of the widget script.

levifig commented 9 years ago

@felixhageloh I did copy the entire folder. :) Here's my folder structure: screen shot 2014-10-14 at 9 46 15 am

Is there something wrong? I checked the @font-face block and it's like your, the original stuff (I just changed the API key on the coffeescript file).

Thanks for your help! :)

felixhageloh commented 9 years ago

Your folder structure is one level too deep; the second weather.widget folder is the only one you want to place in your widgets folder. How did you download the widget if I can ask?

levifig commented 9 years ago

Oops! I feel like a newb… haha (well, I am) :p I downloaded via Github repo zip, and now I realize I should've downloaded the ZIP in the repo… :D

Thanks for the help (and patience) :)

felixhageloh commented 9 years ago

np :)