Read the statement by Michael Teeuw here.
Weatherunderground - currently - hourly - daily - configurable
-
Did you ever update both the MagicMirror and MMM-WunderGround to the latest versions? The weather-icons-wind.css are now part of the MM standard install.
-
@RedNax It works now hahaha I feel like an idiot. I had updated MMM-WunderGround like a million times but for some reason never once thought to update the MM its self. But thank you for the help!
-
Hi all,
first thanks for this great module. I have an issue to Display the time an days in one orientation.
Can i Change the Orientation of the first column to flush right?
Thanks
Daniel -
@ostfilinchen Thanks!
Slight oversight on my part when i added the horizontal layout. Now fixed. Please update MMM-WunderGround.
-
Gettin’ the black screen as well…
I’ve gone to the “post that may assist me” but I can’t seem to find anything from it. When looking at the console tab when F12 is pressed, it has stopped after 3 lines at the “Load script: modules/MMM-WunderGround//MMM-WunderGround.js” Opening that file it has the defaults for the api and pws blank. ok.Looking at the module coding…
var config = {
port: 8080,language: 'en', timeFormat: 12, units: 'imperial', modules: [ { module: 'MMM-WunderGround', position: 'top_right', config: { apikey: 'NUMBERS', pws: 'CO/Denver', hourly: '1', fctext: '1', fcdaycount: "5", fcdaystart: "0", hourlyinterval: "3", hourlycount: "2", } }, ]
};
I can’t seem to find what is wrong. Are you able to spot my error or suggest some help?
-
@Crispis I’m not sure, but I think you may not need the comma after the ending curly bracket if you only have 1 item in modules. (3rd line from the bottom) I think that might be why config: { } doesn’t get an ending comma.
-
Everything seems correct in your config. What worked for me was updating the Magic Mirror itself and then it started working. If that doesn’t do it let me know and I could try to see what else I did.
-
Did an update with:
cd ~\MagicMirror
git pull
and then removed the “,” … still getting the black screen.When I remove THIS particular module from my whole set, the mirror works fine. I’m not sure whats wrong in that section.
-
@Crispis Can you post your full config.js please? (if the above is just truncated) I’m wondering if there’s something just before the MMM-Wunderground module that’s causing you grief.
-
Are you sure that CO/Denver is correct?