@KirAsh4 You are a God sent. Thanks to your previous post, I started using Putty.exe and it’s excellent! MagicMirror is my first project and I’m learning so much running into all sort of issues. Google has been my best friend for the last 2 days
Read the statement by Michael Teeuw here.
Best posts made by MagicCrumps1
-
RE: Really NOOB Question. Stopping Magic Mirror App
Latest posts made by MagicCrumps1
-
RE: Weatherunderground - currently - hourly - daily - configurable
@RedNax do you happen to know why my MMM-WunderGround module is not showing the forecast?
-
RE: Weatherunderground - currently - hourly - daily - configurable
Thanks KirAsh4 and RedNax! I resolved it. What happened was that I entered
location: ‘San Francisco’
locationid: ‘5391959’on the currentweather module.
I decided to delete the locationid key and left it blank and voila! It works now! You guys rock!
-
RE: Weatherunderground - currently - hourly - daily - configurable
@RedNax Still not working. Sorry, I should have included that I added a few extra keys to my personal api key thus making them invalid.
Loading config … Loading module helpers … No helper found for module: alert. No helper found for module: clock. Initializing new module helper … No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: MMM-WunderGround. Initializing new module helper … All module helpers loaded. Starting server op port 8080 … Server started … Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started … Launching application.
-
RE: Weatherunderground - currently - hourly - daily - configurable
I’m getting a blank screen. Any idea why?
{ module: 'MMM-WunderGround', position: 'top_right', header: 'Weather Forecast', config: { apikey: 'a1fa37eaff91b5450c', pws: 'CA/San_Francisco', fctext: '1', fcdaycount: '5', fcdaystart: '0', hourly: '1', hourlyinterval: '3', hourlycount: '2', alerttime: 1000, alerttruncatestring: 'english:' } },
-
RE: How to install a module?
@RedNax OMG thank you!!! Again, i’m just a level 1 n00b. This is AWESOME! So this is what Github is about…
-
RE: How to install a module?
@RedNax First of all, thank you so much for helping.
I guess my question is after I download and extract the zip files. Do I invididually drag each file into their respective location and then configure my config.js or is there another way to do this?
-
RE: Calendar modification
@KirAsh4 Of course that worked. Thanks for the silver bullet
-
RE: Calendar modification
@KirAsh4 Weird. I had to make mine public or else the dashboard wont be able to display saying “No Events”
-
RE: How to install a module?
@KirAsh4106 Thanks! I successfully updated my current time.
@mattlugar As for the module piece, I’m still having a hard time. I went to the creator’s gihub page and saw their config file. My questions are:
- Do I replace my current weather module or add it as a new module?
- I see that there are other files attached such as the .CSS file and wuforecast.js. Where do I place those? Do I download them and add them to the module folder?
I really want to thank you for your time. I’m really grateful.