jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

will not load #10

Open tatortot46 opened 5 years ago

tatortot46 commented 5 years ago

This looks great and I followed the instruction but it wont load. When I refresh the screen I can see it pop up that it is loading for a second then it disappears.

I downloaded the git hub file, unzipped it and used SSH to place in my modules. I added the below to my magic mirror config.js { module: "MMM-DarkSkyForecast", header: "Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "-------", latitude: "444444", longitude: "44444",
iconset: "4c", concise: false, forecastLayout: "table" }

API key is correct along with lat and log. I removed them for my security.

I then added this in my config magic mirror add-on- { "name": "MMM-DarkSkyForecast", "git": "https://github.com/jclarke0000/MMM-DarkSkyForecast.git", "cmd": "" },

This is the error i am getting on the add-on magic mirror log [MMM-DarkSkyForecast] 2-Mar-19 15:23 ERROR null

When all of that didnt work I went to the MMM-darkskyforecast.js and filled in some of the "" apikey, LAt and Log.

Not sure what else to do. I have only had Magic mirror downloaded for a month so I believe it is the 2.2 or newer.

Galapagon commented 5 years ago

Mine is not loading either. I didn't add that config to addon, and I'm not sure how to check add-on magic mirror log { module: "MMM-DarkSkyForecast", position: "top_right", classes: "default everyone", config: { updateInterval: 5, units: "us", showHourlyForecast: false, maxDailiesToShow: 10, concise: false, animateMainIconOnly: false, forecastLayout: "table", apikey: "numbers and Letters", latitude: "38.897682", longitude: "-77.036561",
iconset: "1c", forecastLayout: "table", } },

Galapagon commented 5 years ago

I reboot my Pi and now it's working.

tatortot46 commented 5 years ago

I'm going to copy your config. Did you change the .js file at all?

Galapagon commented 5 years ago

no I did not

tatortot46 commented 5 years ago

made the changes but it still did not work. took out the config from the add-on and still nothing. Not even showing an error now.

DominguezR commented 5 years ago

Just installed 2 days ago on pi zero... did you get any errors when you tried npm install from the module?... I got this error which happened with another module based on an error during that part

tatortot46 commented 5 years ago

Just installed 2 days ago on pi zero... did you get any errors when you tried npm install from the module?... I got this error which happened with another module based on an error during that part

What was the error you received. I still have not found a solution to this or any of the modules I have attempted to load.

dxfan227 commented 5 years ago

same issue here

dxfan227 commented 5 years ago

fixed! it's your API key. make sure its PERFECT I had a random S in front of mine

lowanger commented 5 years ago

I am getting this error with the module when running "npm start" in the MM directory "No helper found for module: MMM-DarkSkyForecast."

Used the standard code provided and only changed the API

plumcraft commented 4 years ago

Hello, looks like i have the same issue.

0|mm | [2020-08-26 09:07:40.412] [LOG] [MMM-DarkSkyForecast] 26-Aug-20 09:07 ** ERROR ** null

I've tried with 2 different API KEY without any success, also tried to reboot the RPI.

it says "Loading..." on the screen

Thanks for your help

lordvalium commented 2 years ago

@plumcraft same here

[MMM-DarkSkyForecast] 18-Sep-21 1 2:30 ERROR null

i have instaleld that fork here: https://github.com/gerjomarty/MMM-DarkSkyForecast because it uses the openweather-API key...

Is it now working your?