WU does not supply new API keys for free - I am looking for an opportunity only to change tie PAKi key in teh confis - an leaf the rest as it is. I was happy to have my mirrior confugured as it is… ;-)
Read the statement by Michael Teeuw here.
Posts made by chris1971
-
RE: Wheather/ Wunderground not loading
-
RE: Wheather/ Wunderground not loading
Thanks for the info - how can I implement another key in the module? Do I have to install a new weather module or is Wunderground working with another API key?
-
Wheather/ Wunderground not loading
Hi guys,
after a while of operation (https://forum.magicmirror.builders/topic/6101/my-1st-mm-project-as-a-noob-1-2m-x-0-6m-with-22-display?page=1) my wheather is not loading anymore on my mirror.
Sometimes I had to rebbot the mirror several times to get it started - now the wheater module is not loading anymore? Any hints for a noob to check?
Config:
{module: ‘MMM-WunderGround’,
position: ‘top_right’,
config: {
apikey: ‘xxxxxxxxxxxx’,
pws: ‘xxxxxxxxxxxxx’,hourly: ‘1’,
fctext: ‘1’,
fcdaycount: “4”,
fcdaystart: “0”,
hourlyinterval: “3”,
hourlycount: “2”,
alerttime: 10000,
alerttruncatestring: “english:”,
roundTmpDecs: 1,
coloricon: true,
daily:1,
iconset: “colourful”,
UseCardinals: 0,
layout: “horizontal”,
debug: 1,
sysstat: 0
}
With the command npm start dev I see following error:
{
“response”: {
“version”:“0.1”,
“termsofService”:“http://www.wunderground.com/weather/api/d/terms.html”,
“features”: {
}
,
“error”: {
“type”: “invalidkey”
,“description”: “this key is not valid due to exceeding rate plan”
}
}
}MMM-WunderGround.js:821 Uncaught TypeError: Cannot read property ‘estimated’ of undefined
at Class.processWeather (MMM-WunderGround.js:821)
at Class.socketNotificationReceived (MMM-WunderGround.js:1249)
at module.js:183
at r. (socketclient.js:25)
at r.emit (index.js:133)
at r.onevent (socket.js:270)
at r.MMSocket.self.socket.onevent (socketclient.js:19)
at r.onpacket (socket.js:228)
at r. (index.js:21)
at r.emit (index.js:133)Any ideas?
Thanks, Chris -
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
The mentioned temperature was to high. I changed the PWS now and everything is fine…
-
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
I ordered the controller via ebay. Only type your display information (in my case LTM220MT05) and you will find a lot of offers (e.g. https://www.ebay.com/sch/i.html?_from=R40&_trksid=p4712.m570.l1313.TR0.TRC0.H0.XLTM220MT05.TRS0&_nkw=LTM220MT05&_sacat=0 )
… I think you can also order via alibaba.com. -
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
Here is my config for the wunderground weather:
{ module: 'MMM-WunderGround', position: 'top_right', config: { apikey: 'xxxxxxxxxxxxxxxxxxxxx', pws: 'pws:xxxxxxxxxxx18', hourly: '1', fctext: '1', fcdaycount: "4", fcdaystart: "0", hourlyinterval: "3", hourlycount: "2", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, coloricon: true, daily:1, iconset: "colourful", UseCardinals: 0, layout: "horizontal", debug: 1, sysstat: 0 }
But maybe you know what temperature is shown in the top (see pic) or how can I delete this - seems to be a wrong number…
-
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
another advantage is the new power supply for the monitor - you do not need a 220V input anymore. I can use now a 12V power adapter with a slim cable to the controller board…
-
RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
Yes - it was a 22" fujitsu monitor and I found a Samsung display in there… I ordered a “HDMI+DVI+VGA LED LCD 2 CCFL Controller Board Kit for LTM220MT05” for 22€ from china and everything went well with the display. I scrapped all the other controller boards and plastic stuff from the monitor because they were not slim enough…
The mirror was ordered online via https://www.myspiegel.de/spionspiegel-pg-2102.html (easy for me in germany ;-) ) . I have good experiences with the company and have also a spy mirror from these guys in my sleeping room to hide the TV… -
My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display
HI guys,
I still finished my 1st MM Project. I used a 22" display with a new chinese controller. The system is powered by a WLAN socket wich can be also powerdes via a buttor an the frame (I modified the socket to get the ability).
Content of the mirror:- Clock
- Google calendar
- Globe
- Newsfeed
- Wunderground weather
- Word Clock
My target was to have a very slim framework - I realised it with a wooden frame and alumnium profiles which cover the side of the mirror. the complete depth is now 24mm for the frame and 8mm for the mirror.
Really happy to have it done and get a new highlight in the entree… ;-)
-
RE: Blank screen - noob needs support
I have powered the PI and monitor via a wlan socket which can be switched on/off - could this cause the problem?
Regards, Chris