• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. doogy_rev
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
D
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 2
  • Posts 34
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-NOAA - Another Weather Module

    I ran the upgrade this morning which worked great, however the 4 day forecast seems to have moved vertically. it was default and no custom changes made.

    Is there an easy way to revert it?

    0_1577663750887_Screen Shot 2019-12-29 at 3.53.44 PM.png

    posted in System
    D
    doogy_rev
    Dec 29, 2019, 11:58 PM
  • RE: MMM-NOAA - Another Weather Module

    I have noticed that my module has started showing the incorrect weather temps and conditions, today it was showing 6C and Cloudy when I know its been 0C to 2C and Snowing. Having read through a lot of the posts on this thread I have been unable to resolve. Some of the weather conditions are near enough correct though, for example . .

    Temp - Shows 6 - Actual 2
    Humidity - Shows 55% - Actual 99%
    Pressure - Shows 1011 - Actual 1011
    Visability - Shows 8km - Actual 8.1km
    Rise - Shows 7.05am - Actual 7.05 am
    Set - Shows 5.35pm - Actual 5.34pm
    Wind - Shows 2km - Actual 6km

    Using DarkSky and Airvisual, both making regular API calls, I have tried generating new keys, updating the module, updating MM version, I have also tried reinstalling both, verified and updated different long/lat coordinates to see if that makes any difference. . If I start MM in dev I see the following . .

    Whoops! There was an uncaught exception...
    TypeError: Cannot read property 'pollution' of undefined
        at Object.parseAIR (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ds.js:182:35)
        at Request._callback (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ds.js:174:28)
        at Request.self.callback (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:185:22)
        at emitTwo (events.js:126:13)
        at Request.emit (events.js:214:7)
        at Request.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1161:10)
        at emitOne (events.js:116:13)
        at Request.emit (events.js:211:7)
        at IncomingMessage.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1083:12)
        at Object.onceWrapper (events.js:313:30)
    
    pi@raspberrypi:~/MagicMirror/modules/MMM-NOAA3 $ git pull
    Already up-to-date.
    pi@raspberrypi:~/MagicMirror/modules/MMM-NOAA3 $ 
    

    Any ideas on what else to check? When I set this up a while ago it was working perfectly :-(

    posted in System
    D
    doogy_rev
    Feb 20, 2019, 3:52 AM
  • RE: MMM-NOAA - Another Weather Module

    Haha, yes you are right. What an utter putz I am 🙈

    posted in System
    D
    doogy_rev
    Sep 16, 2018, 1:01 PM
  • RE: MMM-NOAA - Another Weather Module

    This is an awesome weather module! Just set mine up and using Darksky as my weather source. I have set my update interval to 30 min, which (unless I am being a div) would mean 24 a updates day and 700 or so a month. Monitoring my DarkSky console I am currently updating 45-50 times a day.

    {
                            module: "MMM-NOAA3",
                            position: "top_right",
                            config: {
                                    provider: "darksky",   
                                    apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxx",        // From one of the providers listed above
                                    airKey: "xxxxxxxxxxxxxxxxxxx", 
                                    css: "NOAA3",                 // THIS MUST CONTAIN A CSS STYLE NAME
                                    updateInterval: 30 * 60 * 1000,
                                    userlat: "49.238941", //MUST HAVE BOTH
                                    userlon: "-121.765883"  //MUST HAVE BOTH
                            }
                    },
    
    

    Is the above correct from a configuration perspective? Have I missed something?

    Thanks in advance!

    posted in System
    D
    doogy_rev
    Sep 15, 2018, 10:30 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy