• 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. Chris
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 3
  • Posts 68
  • Groups 0

Posts

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

    Thank you for your prompt response,
    here is what is indicated at startup:

    > magicmirror@2.2.1 start /home/pi/MagicMirror
    > sh run-start.sh "dev"
    
    Starting MagicMirror: v2.2.1
    Loading config ...
    Loading module helpers ...
    No helper found for module: alert.
    Initializing new module helper ...
    Module helper loaded: updatenotification
    No helper found for module: calendar_monthly.
    Initializing new module helper ...
    Module helper loaded: calendar
    Initializing new module helper ...
    Module helper loaded: MMM-MyCommute
    Initializing new module helper ...
    Module helper loaded: MMM-SoccerLiveScore
    Initializing new module helper ...
    Module helper loaded: MMM-soccer
    No helper found for module: MMM-Globe.
    Initializing new module helper ...
    Module helper loaded: MMM-Remote-Control
    No helper found for module: clock.
    Initializing new module helper ...
    Module helper loaded: mmm-suncalc
    Initializing new module helper ...
    Module helper loaded: MMM-NOAA
    No helper found for module: mmm-wu-moonphase.
    Initializing new module helper ...
    Module helper loaded: MMM-Tools
    Initializing new module helper ...
    Module helper loaded: newsfeed
    No helper found for module: MMM-Snow.
    All module helpers loaded.
    Starting server on port 8080 ... 
    Server started ...
    Connecting socket for: updatenotification
    Connecting socket for: calendar
    Starting node helper for: calendar
    Connecting socket for: MMM-MyCommute
    ====================== Starting node_helper for module [MMM-MyCommute]
    Connecting socket for: MMM-SoccerLiveScore
    MMM-SoccerLiveScore helper started...
    Connecting socket for: MMM-soccer
    Starting module: MMM-soccer
    Connecting socket for: MMM-Remote-Control
    Starting node helper for: MMM-Remote-Control
    Connecting socket for: mmm-suncalc
    Starting node_helper for mmm-suncalc: 
    Connecting socket for: MMM-NOAA
    Starting module: MMM-NOAA
    Connecting socket for: MMM-Tools
    Connecting socket for: newsfeed
    Starting module: newsfeed
    Sockets connected & modules started ...
    Launching application.
    Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/XXXX/basic.ics - Interval: 300000
    Get league table for url http://api.football-data.org/v1/competitions/450/leagueTable
    Create new news fetcher for url: http://www.leparisien.fr/actualites-a-la-une.rss.xml#xtor=RSS-1481423633 - Interval: 300000
    Whoops! There was an uncaught exception...
    TypeError: Cannot read property 'observation_location' of undefined
        at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:26:49)
        at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:186:22)
        at emitTwo (events.js:106:13)
        at Request.emit (events.js:191:7)
        at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1163:10)
        at emitOne (events.js:96:13)
        at Request.emit (events.js:188:7)
        at IncomingMessage. (/home/pi/MagicMirror/node_modules/request/request.js:1085:12)
        at IncomingMessage.g (events.js:286:16)
        at emitNone (events.js:91:20)
    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    
    

    Thanks for your help

    posted in System
    C
    Chris
    Jan 2, 2018, 12:45 PM
  • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

    Hello,

    Superb work, as usual :)

    Could you point me to how to put this system in place?

    Having already installed the open-jarvis solution, I do not know if it would create a conflict or if I have to adapt your solution via jarvis voice recognition.

    Thank you in advance, truthfully yours,

    posted in Show your Mirror
    C
    Chris
    Jan 2, 2018, 12:23 PM
  • RE: MMM-NOAA - Another Weather Module

    Hello,

    I tried to install this module but I can not make it work.

    instead of the module on the magic mirror screen, it says: “weather info”

    I attach to this post my config file:

    		{
    			module: 'MMM-NOAA',
    			position: 'top_right',
    			config: {
    				apiKey: "a3cXXXXX",    // https://www.wunderground.com/weather/api  select the middle plan... 
    				useAir: true,             // set to false if you do not want to use Air Quality Index
    				airKey: "Z4pXXXXXXX",    // IF you want Air Quality Index
    				pws: "pws:I93SEVRA3",         // go here to find your pws: https://www.wunderground.com/wundermap
    				lat: "48.919XXX",        // need this for sunrise/sunset  if left blank none will show  -- find them here: http://www.latlong.net/
    				lon: "2.533XXX",       // need this for sunrise/sunset  if left blank none will showshowClock: true,           // Hides or shows clock
    				dformat: false,             // for M/D/YYYY format, false for D/M/YYYY
    				format: "24",              // 12 or 24 hour format.. will default to 12 hour if none selected.
    				ampm: false,                // to show AM and PM on Sunrise/Sunset time
    				showGreet: false,          // deafult is false - to show greeting under clock and above date
    				name: "",                  // Your name
    				showWind: true,
    				showDate: false,
    				showForecast: true,         //show bottom 3 day forecast
    				flash: true,                 //Today in forecast flashes halo
    				showUV: true,               //show UV index
    				showBar: true,             // show Barometer
    				showHum: true,              //show Humidity level
    				position: 'top_right',       //whatever you have in above position must also be here
    				alert: true                //show weather alerts default is true
    		}
    		},		
    

    By contrast, weather underground works properly so I think it does not come from the API key.

    Does anyone have an idea? Thank you

    posted in System
    C
    Chris
    Jan 2, 2018, 12:08 PM
  • RE: Can't make MMM-Paris-RATP-PG work

    @da4throux

    Hello,

    Indeed, sorry, I spoke too fast and I was wrong module.

    I will try this configuration to see the result.

    Regards,

    posted in Troubleshooting
    C
    Chris
    Jan 1, 2018, 11:52 AM
  • RE: Can't make MMM-Paris-RATP-PG work

    @Jab

    Hello,

    If this can help you do your tests, I leave you the code of my config that works well on my mirror.

    //		{
    			module: "MMM-Ratp",
    			position: "top_left",
    			header: "Bus 147 (vers Eglise De Pantin)", // le titre qui sera affiché en haut sur la configuration du widget 
    			config: {
    				apiURL: "https://api-ratp.pierre-grimaud.fr/v3/schedules/bus/147/mairie+de+livry+++gargan/R",
    			}
    		},
    

    Regards,

    posted in Troubleshooting
    C
    Chris
    Dec 31, 2017, 10:54 AM
  • RE: Magic mirror Pi3 + Windows 7 1.60m x 0.60m

    @enettekoven said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    This. Is. Awesome!

    My jaw still hurts from when it fell to the ground of amazement :-O

    @strawberry-3.141 said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    Wow this is looking awesome, one of the best I have seen so far.

    Hello,

    Thank you very much for the compliments.

    @cowboysdude said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    WOW very nice job!!! I don’t recall seeing you asking questions in the NOAA weather module forum…

    In fact, I did not ask any questions on the subject. I tried by myself by reading all the posts.

    However, I do not admit to being defeated … I was going to try to make it work again today.
    I’ll go over the right topic to share the results.

    Regards,

    posted in Show your Mirror
    C
    Chris
    Dec 31, 2017, 10:48 AM
  • RE: Magic mirror Pi3 + Windows 7 1.60m x 0.60m

    @Peter said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    Very impressive!
    Nice job!
    Peter

    @Mykle1 said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    @Chris

    I dig it man! I really enjoy the story and the pictures. You’ve done an excellent job. Congratulations! :-)

    Hello,

    Thank you for the compliments.

    @cruunnerr said in Magic mirror Pi3 + Windows 7 1.60m x 0.60m:

    looks really really nice. Well done! :D

    Did you really just glued the mirror? i would be scared that the glass will fall…
    Anyhow it looks great !

    In fact, I glued the ice on the wooden frame using glue for automobile windshields.

    For fixing to the wall, it is fixed thanks to specific fixing brackets.

    0_1514371439493_IMG_20171226_120915 [800x600].jpg

    0_1514371462179_IMG_20171227_113537 [800x600].jpg

    Normally he should not move :)

    posted in Show your Mirror
    C
    Chris
    Dec 27, 2017, 10:46 AM
  • Magic mirror Pi3 + Windows 7 1.60m x 0.60m

    Hello,

    First of all, I want to thank all the contributors of this forum without whom I could not have created my mirror.

    It has been about three months since I attended this forum silently to finally be able to present you my work.

    I wanted to make a mirror to put it in my living room above a buffet.

    The buffet being very long, it was necessary to create a mirror imposing enough to dress the wall.

    So I left on dimensions of 1.60 meters by 0.60 meter.

    This allowed me to go through a 32-inch screen.

    having a home containing a lot of home automation (blinds, lights, heating, cameras, …) I wanted to be able to order some of my equipment thanks to the mirror.

    So I started to install magic mirror on a raspberry pi 3. I started to have problems with the display of the cameras on magic mirror. Even with a 32-inch screen, there is a moment when all the modules you want to put have no place to display.

    So, as I had room, I told myself that I could add a separate 19-inch screen for the cameras, on a Windows computer that I used to PVR.

    so I insert in the mirror:

    1 raspberry 3 for magic mirror
    1 32-inch screen for the magic mirror

    1 acer veriton under windows 7 for cameras
    1 19-inch screen for cameras.

    I started by mounting the frame. I wanted the mirror glass to be directly glued to the chassis with a 5 cm deflection to hide all the switches.

    In addition, it was necessary that the 5 cm of the mirror is opaque because I wanted to put an LED strip for the light. so I had a special primer for car windshields.

    For the mirror, I’m lucky to have a friend who works in a factory. So I could have a 6mm laminated glass spy mirror of 1.60 * 0.60 at a very good price.

    I stuck the mirror on the chassis with windshield glue.
     
    after all these explanations, place some photos:

    0_1514319809835_SAVE_20171226_115611.jpeg

    0_1514318123933_IMG_20171113_122408 [800x600].jpg

    0_1514318152778_IMG_20171113_122425 [800x600].jpg

    0_1514319896765_IMG_20171113_122439 [800x600].jpg

    0_1514319920981_IMG_20171114_165711 [800x600].jpg

    0_1514319966563_IMG_20171209_173620 [800x600].jpg

    0_1514320007094_IMG_20171215_170144 [800x600].jpg

    0_1514320150372_IMG_20171215_170205 [800x600].jpg

    0_1514320168388_IMG_20171215_170144 [800x600].jpg

    0_1514320225785_IMG_20171226_203457 [800x600].jpg

    0_1514320250573_IMG_20171226_203507 [800x600].jpg

    0_1514320280859_IMG_20171226_203518 [800x600].jpg

    0_1514320299634_IMG_20171226_203536 [800x600].jpg
    I added to magic mirror the OPENJARVIS solution for voice control.

    I plugged a rf 433 module on the ft and I can ask the mirror to turn on the lights, to open the shutters.

    With jarvis I can have the weather, the radio, the way … to the voice. I think it’s a good complement for magic mirror.

    I installed the following modules:

    [Remote-Control] Shutdown, Configure and Update your MagicMirror
    Calendar Monthly
    Calendar
    My commute (x3)
    Soccer live score
    Soccer
    World
    Clock
    Suncalc
    Wunderground,
    Newsfeed,
    Snow

    I failed to install the following modules:

    MMM-NOAA - Another Weather Module (each indicates standby but no info appears)
    MMM-Jarvis-Voice-Control (the microphone does not appear on the magic mirror interface)

    Here…

    I hope I have not been too long in the presentation.

    Hoping that in my turn I can help forum members as you have helped me a lot.

    PS: Sorry for the translation … Google translate is my friend;)

    posted in Show your Mirror
    C
    Chris
    Dec 26, 2017, 8:32 PM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 7 / 7
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