A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
  • MMM-FHEM open/close

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    S

    With state i get the status open or closed.

    in the config-file i have two sections

    { module: 'MMM-FHEM', position: 'bottom_bar', config: { deviceNames: [ 'Bad', ], deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }, ], }, }, and { module: 'MMM-FHEM', position: 'bottom_bar', config: { deviceNames: [ 'Schalter1', ], deviceReadings: [ { name: 'STATE', icon: 'wi wi-thermometer', suffix: '°' }, ], }, },

    but the mirror show me the same values.
    I tryed a second modul MMM-FHEM2, but i have always the same values.

  • Wunderlist - Lists not showing up

    6
    0 Votes
    6 Posts
    4k Views
    N

    @max72at
    When i installed it on a Pi the module worked fine and showed all lists and their contents, maybe it’s an issue with node.js when installed on a regular PC?

  • Standard Newsfeed and Calendar keeps loading

    1
    0 Votes
    1 Posts
    1k Views
    dafyaimeD

    Hello everbody,

    Our standard newsfeed and calendar keeps loading
    the error shows the following: GET http://localhost/socket.io/?EIO=3&transport=polling&t=LUD6… 403 (Forbidden) socket.io.js

    THe same goes for the 3rd party module: Stocks.
    Does it have to do something with Socket.io?

    Appreciate the help!

    -Yaime and Davey

  • Newfeet only show the last rss feed

    5
    0 Votes
    5 Posts
    4k Views
    S

    @KirAsh4
    Thank you. It woks fine!

    Sebastian

  • MMM-Nest only showing a Blank Black Screen

    4
    0 Votes
    4 Posts
    2k Views
    MichMichM

    It seems there is an error in your config. Could you post the MMM-Nest part of your config, without any access codes? Also, did you follow the MMM-Nest installation guide?

  • MMM-Nest confused about the PIN and Token

    1
    0 Votes
    1 Posts
    878 Views
    nbrennN

    What is the difference between the PIN and Access Token for the Nest module?

    I am following the ReadMe here: https://github.com/mochman/MMM-Nest, and I got the PIN from the Nest developers page. Is the “token” this PIN that I received when I entered the product secret, or is the token the product secret itself?

    Or, was I supposed to get a token after I ran the gettoken.sh? Once I entered the PIN, the terminal closed and nothing happened…

    I’m supposed to insert the following into my config.js:

    modules: [
    {
    module: ‘MMM-Nest’,
    position: ‘bottom_right’, // This can be any of the regions.
    // Best results in one of the side regions like: top_left
    config: {
    // See ‘Configuration options’ for more information.
    token: ‘1234567890zbcdefghijkl’ //Nest Token - REQUIRED
    }
    }
    ]

    Thanks for the clarification!

  • WeatherForecast reporting incorrect weater

    4
    0 Votes
    4 Posts
    3k Views
    J

    @maesterjay I am not saying I can explain what you found. Again, I experienced a similar thing, I had the 7 degrees on my mirror (and also checked the API output manually - which also said 7 degrees). At the same time I went on to the website (as you did) and there everything was ok. I do not know where this mismatch between API and website comes from.

    But at the time I found the issues I described, I went through the code myself and had a detailed look into the API, the endpoints of the API are definitely the correct ones chosen, it is just, that they output different data, than the website does for whatever reason. Maybe they are calculated separately, or are refreshed at different times? It might be worth a shot, and ask the openweathermap guys.

    I think the exact number matching is a coincidence, since the three hourly data is not even pulled from the API in the magic mirror source code, also there are different endpoints for the current weather, the daily forecast, and the three hourly forecast, they can not be mixed up, and the latter does not even appear in the source code.

  • MMM-Button with MMM-Podcast

    Solved
    3
    1 Votes
    3 Posts
    3k Views
    S

    @dicker182 May i know how have you connected the button on the Raspi any resistor used between Switch and GPIO. I could not get this Button module operation successful.

  • Default calender module - two calenders in one module

    10
    0 Votes
    10 Posts
    6k Views
    P

    I use several calendars, want it were all in one module, but that each could set maximumEntries and / or maximumNumberOfDays

    Now my config looks like this:

    { module: 'calendar', header: 'Nadchodzące święta', position: 'top_left', config: { maximumEntries: 2, fadePoint: 0.25, calendars: [ { symbol: 'calendar-o ', url: 'webcal://www.mozilla.org/media/caldata/PolishHolidays.ics' } ] } }, { module: 'calendar', header: 'Google Calendar', position: 'top_left', config: { maximumNumberOfDays: 7, calendars: [ { symbol: 'calendar-o', url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXXX/basic.ics' } ] } }, { module: 'calendar', header: 'Facebook Calendar', position: 'top_left', config: { maximumNumberOfDays: 2, fadePoint: 0.75, calendars: [ { symbol: 'calendar-o', url: 'webcal://www.facebook.com/ical/u.php?uid=XXXXXXXXX' }, { symbol: 'birthday-cake', url: 'webcal://www.facebook.com/ical/b.php?uid=XXXXXXXXX' } ] } },

    And i want:

    { module: 'calendar', header: 'Kalendarz', position: 'top_left', config: { maximumEntries: 10, calendars: [ { symbol: 'calendar-o ', maximumEntries: 2, maximumNumberOfDays: 21, url: 'webcal://www.mozilla.org/media/caldata/PolishHolidays.ics' }, { symbol: 'calendar-o', maximumNumberOfDays: 7, url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXXX/basic.ics' }, { maximumNumberOfDays: 2, symbol: 'calendar-o', url: 'webcal://www.facebook.com/ical/u.php?uid=XXXXXXXXX' }, { maximumNumberOfDays: 2, symbol: 'birthday-cake', url: 'webcal://www.facebook.com/ical/b.php?uid=XXXXXXXXX' } ] } },
  • Wunderlist - Stuck on Black Screen

    7
    0 Votes
    7 Posts
    4k Views
    A

    Had some time work on this again and I’d like to follow up in case it can help someone else who is new to this as I have solved the problem.

    Let it be known that the only experience I have with code is a little of each - Arduino, BASIC (From 15 years ago and it was ancient even then), and C+, so bear with me.

    I was receiving a blank screen because I installed the Wunderlist module into the /Modules/default folder with the other modules as that was my intuition. So the config file couldn’t find the module when called. I simply cut and pasted the whole MMM-Wunderlist folder into /modules.

    So that was just an installation (user) problem as the directions clearly state that it goes under /modules, not /modules/defaults.

    At this point only the header would display- No list. I tried leaving it at the default of the “inbox” list, which never worked.

    I tried another list and it finally showed up! The list name is case sensitive, which may be an added security feature for authentication.

    I did not try testing the “inbox” using a capital “I”, so it may work, but regardless, these small changes fixed the issue.

    Special thanks to @bobbob601 for taking the time to help diagnose and testing tokens and ID’s on his own MagicMirror.

    I’ll post some pictures once I have it all configured the way I’d like.
    Aaron

  • PIR Senor Test

    3
    0 Votes
    3 Posts
    2k Views
    S

    @McSorley
    Thanks! It works finde

  • MMM-Wunderground - dates are off??

    15
    0 Votes
    15 Posts
    8k Views
    S

    @RedNax can it be possible to add Moon Phase with animation and dates.

  • Problem with install new modules

    6
    0 Votes
    6 Posts
    3k Views
    andrewchumchalA

    @shashank said in Problem with install new modules:

    since Raspi 3 has Wifi and Ethernet , is it possible to get both IP’s displayed with name as LAN and Wifi.

    @strawberry-3-141 MMM-IP is a 3rd-party module. Please contact the module author or look at the GitHub for it.

  • Voice Control Audio Quality

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    A

    I find the sound quality of my USB cam for voice recording quite usable. What’s more important for the snowboy recognition to be more accurate is to record your own voice for the model on the same device you will be using it after.

  • Bug or Feature in StandardModule: calender

    1
    0 Votes
    1 Posts
    888 Views
    B

    Hello,
    think i have found a bug in calender! (or is it a feature)
    i have googlecalender. the most of my entry have a green color. for some special entrys i have another color. red and blue.
    but the entrys in red and blue will not showing me in calender. now i have changed the color to green and now the entrys are avaible in calender!

  • Wunderlist requests

    4
    0 Votes
    4 Posts
    2k Views
    paviroP

    Should not be probably the standard limit I set but you can change it in your config file :)

  • Current Weather switch to Kelvin on its own?

    1
    0 Votes
    1 Posts
    1k Views
    D

    Installed MM on an RPi3 and am using the default Current Weather module. Everything was good for a couple of days but after the latest reboot the Current Weather has switched to Kelvin and the sunset time is off.

    I’ve tried adding units: ‘imperial’ to the current weather portion of config.js and it made no difference. If I switch config.units to metric it still displays Kelvin. Weather Forecast displays correctly.

    Odd right?

  • Motion Detector from alexyak

    6
    0 Votes
    6 Posts
    3k Views
    cowboysdudeC

    I think there are two different topics on the same issue here…

  • Sonos module - show specific speakers

    1
    0 Votes
    1 Posts
    1k Views
    D

    Using the MagicMirror-sonos-module (https://github.com/CFenner/MagicMirror-Sonos-Module)

    Does anyone know how to only show specific sonos speakers, rather than the module displaying them all?