felixhageloh / weather-widget

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

Error: Cannot find module #34

Closed RazzaFrazzle closed 8 years ago

RazzaFrazzle commented 8 years ago
screen shot 2016-08-25 at 11 10 48 am

All I did was drop the folder into my uebersicht and it gave me this. After I edited default location and font in case that matters

felixhageloh commented 8 years ago

does this problem persist when you restart Übersicht?

RazzaFrazzle commented 8 years ago

Yeah, it does

felixhageloh commented 8 years ago

sorry I didn't see your comment about editing the location and font. My best guess then is that you have a syntax error somewhere. Are you using TextEdit to change the file by any chance?

RazzaFrazzle commented 8 years ago

Yes, I am xD

RazzaFrazzle commented 8 years ago

Hmm.. When I unistalled it and installed it again, I got the same error, so I didn't make a mistake in the index.coffee

felixhageloh commented 8 years ago

can you post your index.coffee file here? The problem with TextEdit is that it replace regular quotes " with 'fancy' ones . So you need to disable 'Smart Quotes' if you want to use it for code editing

screen shot 2016-09-02 at 14 54 25
RazzaFrazzle commented 8 years ago

Oh.... Well that may explain a lot of previous textedit failures xD thanks. Unfortunately, I still got the same message even when I uninstalled and reinstalled the widget. Its not a big deal if you don't know what the problem is... I mean, I have no idea what any of the error means so..

RazzaFrazzle commented 8 years ago

OMG I GOT IT

RazzaFrazzle commented 8 years ago

I HAD THE FULL -MASTER FILE IN WHEN I WAS SUPPOSED TO JUST HAVE WEATHER.WIDGET

RazzaFrazzle commented 8 years ago

Sorry for all the trouble... so stupid lol

felixhageloh commented 8 years ago

No worries - glad you figured it out :)