A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Scroll wrap around

    1
    0 Votes
    1 Posts
    264 Views
    L
    Re: [MMM-JaST] Just another Stock Ticker This works great! Thank you for creating this. I’m kind of new to this so have few enhancements for your consideration. Is there a way to wrap the ticker so as the last stock is shown on the scrolling left (horizontal), the first stock follows? It seems now, the scroll gets wiped and starts over again. Is there a way to show the change in currency in addition to the % change? or even display the volume of the stock? It seems Alpha vantage doesn’t have market benchmark data (Dow, NASDAQ, S&P). Is there an alternate source like Yahoo for the market data to be displayed along side the stock symbols? If I had the knowhow to do this on my own, wish I can hack out the code but not quite there… Thank you so much! Ki
  • MMM-GoogleAssistant not running

    55
    0 Votes
    55 Posts
    17k Views
    ?
    mouahahah ;) I think it will not be long too me!
  • MMM-Sunrise-Sunset

    44
    3 Votes
    44 Posts
    21k Views
    S
    @siggmur eaddr in use means something is still using that port 8080, pm2’s job is to start at boot, so you can have more than one running keep stopping check w ps -ef | grep node |grep -v grep kill things til u get none. then cd ~/MagicMirror npm start
  • CurrentWeather and WeatherForecast with MeteoFrance

    6
    0 Votes
    6 Posts
    2k Views
    W
    Finalement j’ai installé MMM-WeatherOrNot et c’est vraiment très bien. https://github.com/mykle1/MMM-WeatherOrNot
  • MMM-AmbientBrightnessDetection

    7
    1 Votes
    7 Posts
    1k Views
    Eric_HE
    UPDATE: Now supporting the PI camera, as well as configuring which camera to use, if not the default
  • 0 Votes
    1 Posts
    1k Views
    Eric_HE
    MMM-BlinkCameraIntegration Interfaces with the Blink home security cameras, displays snapshots and latest videos on the Magic Mirror. https://github.com/eric-h-st/MMM-BlinkCameraIntegration Next to be added: Support periodic snapshots from the cameras Support configuration of cameras and hubs (Screenshot won’t upload for some odd reason…) ![0_1596084738839_screenshot.jpg](Uploading 100%)
  • MMPM and Docker

    3
    0 Votes
    3 Posts
    947 Views
    P
    That helps, I should be able to map the two dockers together.
  • MMPM 2.01 Now Available on PyPI!

    11
    0 Votes
    11 Posts
    3k Views
    R
    Addition: mmpm log shows this. No errors in pm2 log. Excerpt from my config: var config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses This is mmpm log: 2020/07/29 10:49:53 [error] 735#735: *35 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.100, server: _, request: "GET / HTTP/1.1", upstream: "http://[::1]:7891/", host: "192.168.0.123:7890" 2020/07/29 10:49:53 [error] 735#735: *35 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.100, server: _, request: "GET /favicon.ico HTTP/1.1", upstream: "http://[::1]:7891/favicon.ico", host: "192.168.0.123:7890"
  • Nixie Clock

    1
    1
    1 Votes
    1 Posts
    371 Views
    N
    MMM-Nixie-Clock This is a module for the MagicMirror². https://github.com/nikobix/MMM-Nixie-Clock [image: 1596005364368-5616b38e-97c5-41ff-b39e-f293e7195dda-image.png] This module will float over other moudules, so you may need to adjust the position in the config file. (Fixed this now) Using the module - moment.js Images found at: © 2007-08 Cestmir Hybl, cestmir.hybl@nustep.net http://cestmir.freeside.sk/projects/dhtml-nixie-display and https://github.com/McOrts/M5StickC_Nixie_tube_Clock To use this module, add the following configuration block to the modules array in the config/config.js file: var config = { modules: [ { module: 'MMM-Nixie-Clock', position:"top_left", size: 75, ** CSS automatically sizes the image size - 10% } ] }
  • MMM Binary Clock

    2
    1
    0 Votes
    2 Posts
    386 Views
    N
    MMM-BinaryClock This is a module for the MagicMirror². [image: 1596004918595-567c952b-5344-486d-bb65-c09dc4816276-image.png] https://github.com/nikobix/MMM-BinaryClock Re-written the module to remove the DOM rebuild every second. DOM is now built once and the images are blocked/unblocked. Removed the H-M-S as I just could not get them to align correctly when size changes. Using the module - moment.js To use this module, add the following configuration block to the modules array in the config/config.js file: var config = { modules: [ { module: 'MMM-BinaryClock', position:"top_left", config: { size: 30 } } ] } If you want to change the graphics you can download any icon and save in img folder, then change ledOn and off names in start function Any issues let me know. Cheers
  • MMPM (MagicMirror Package Manager)

    5
    14
    5 Votes
    5 Posts
    3k Views
    B
    @Fozi thanks! It’s definitely been a lot of fun to work on, and hopefully a lot of people will find it fun to use
  • MMM-GoogleAssistant note here

    22
    1
    0 Votes
    22 Posts
    5k Views
    W
    @wirdman ok i find I just changed the name of the model jarvis
  • read csv-data and put it in an array

    313
    0 Votes
    313 Posts
    469k Views
    D
    @Perlchamp , would it be possible to share the module you came up with? I am looking for the exact same thing and I was thinking I would be getting a copy. many many thanks!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • MMM-SensorGateway

    15
    2 Votes
    15 Posts
    5k Views
    J
    Did a clean install and it works like a charm now, thank you very much for all the effort taken…
  • MMM GoogleAssistant mv client_secret_XXX.json credentials.json

    11
    0 Votes
    11 Posts
    4k Views
    W
    Hey thanks you this step is done but know im lost when i write the line cd ~/MagicMirror/modules/MMM-GoogleAssistant node auth_and_test.js i got this error pi@raspberrypi:~/MagicMirror/modules/MMM-GoogleAssistant $ node auth_and_test.js /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/google-assistant/components/auth.js:27 const oauthClient = new OAuth2(key.client_id, key.client_secret, key.redirect_uris[0]); ^ TypeError: Cannot read property 'client_id' of undefined at new Auth (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/google-assistant/components/auth.js:27:38) at new GoogleAssistant (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/google-assistant/index.js:21:16) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/auth_and_test.js:60:19) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) thank you again for your help
  • MMM-AssistantMk2 error

    3
    0 Votes
    3 Posts
    665 Views
    W
    @sdetweil said in MMM-AssistantMk2 error: MMM-GoogleAssistant by bugsounet thanks you man
  • CSS: Color And Style

    15
    0 Votes
    15 Posts
    3k Views
    mumblebajM
    @agentJames seems like there was a branch for the using-nunjucks. Maybe @j-e-f-f can advise on how to grab that branch as I don’t see the option in the default branch
  • MMM-DWD-WarnWeather

    5
    0 Votes
    5 Posts
    1k Views
    L
    Thx Guys, it was a problem with the name of the city.
  • Calendar Module Not Working (Calendar Error. Could not fetch calendar)

    5
    0 Votes
    5 Posts
    2k Views
    L
    Awesome thanks guys! Worked like a charm.