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

Subcategories

  • Covid-19 Sparkline

    1
    0 Votes
    1 Posts
    231 Views
    T
    Hi my info updates ok but the data only shows at time the data disappears for maybe 4 hrs then appears for 2 hours seems to be random any ideas why this should be
  • Blank Screen after reboot

    4
    0 Votes
    4 Posts
    411 Views
    A
    @ashishtank thanks
  • maximumNumberOfDays not working

    3
    1
    0 Votes
    3 Posts
    456 Views
    J
    finally got it working with { module: "calendar", header: "Abfallkalender", position: "top_left", config: { calendars: [ { url: "https://calendar.google.com/calendar/ical/...group.calendar.google.com/private-.../basic.ics", maximumNumberOfDays: 14, maximumEntries: 5, }, ], }, },
  • Calendar loading Outlook Calendar

    5
    0 Votes
    5 Posts
    5k Views
    B
    hello, do you have another solution? I just tested your link but there are no longer the same options they had to be revoked, I can not find anything else on GOOGLE :(
  • Update 3rd Party Module URL Link for MMM-UVIndex

    9
    0 Votes
    9 Posts
    1k Views
    Mykle1M
    @contactmike1 said in Update 3rd Party Module URL Link for MMM-UVIndex: Well github already responded and restored account access, so I’m actually impressed with the speed of that. So I’m all good now. Hmm, never happened to me. Glad it’s all sorted.
  • Google Calendars Timezone Off-By-One Hour

    10
    0 Votes
    10 Posts
    1k Views
    S
    @lksdf978 still waiting for one fix to be accepted
  • MMM-WeatherChart mm/in rain

    1
    0 Votes
    1 Posts
    124 Views
    ankonaskiff17A
    Although you can set either metric or imperial measurements in the chart settings it doesn’t look like there is a calculation to go from mm to inches. Temperatures change no problem but rainVolume is configured as (mm) and I swagged it and changed to (in) but it didn’t do anything. Didn’t even break it.
  • Update notification not showing

    1
    0 Votes
    1 Posts
    214 Views
    M
    Hi, I found a strange behaviour. My update notification (for MM or Module Updates) are not showing anymore. Is there a known bug or can someone confirm that issue? I have a module by myself and I updated the git repository. But it seems that the update notification of the mirror is not displayed. Then I tried to update other modules as well and found another which had updates available but also for this module - no message was shown. Any ideas what could be the reason for this? Might this feature be broken since the last update? Daniel PS: Running the latest version of Mirror on a Mirror-Server.
  • Calendar Timezone Issues

    17
    0 Votes
    17 Posts
    2k Views
    S
    @Jonsar cool, glad u found it, and it works as you expected! Thanks for the fast feedback
  • PIR Sensor / Local Tempature Module conflict

    1
    0 Votes
    1 Posts
    201 Views
    T
    Hi I am using the pir sensor module and have added a dht22 temperature humidity sensor using the local temperature module there seems to be a conflict as the pir has now stopped working has anyone came across this before?
  • MMM-Calendar always shows 23:59 if showEndTime: True

    51
    0 Votes
    51 Posts
    9k Views
    S
    @hango have fun. there are 3 libraries below the mm code. all broken or in disagreement over the format of the date and time. and windows is a whole nother mess why I work my a… off for you … I begin to wonder. 2.11 might work for you but it doesn’t for others. and I didn’t start the changes.
  • v.2.13.0 MMM-calendarweek does not sync anymore

    4
    0 Votes
    4 Posts
    2k Views
    S
    @wakawalli for non -ical users we fixed the node-ical library there are additional fixes in the develop branch… (and will be more, once the node-ical accepts and publishes my old-ms timezone name fixes)
  • module.js

    7
    0 Votes
    7 Posts
    456 Views
    S
    @hango before the call to hideModule there is a variable self set self is used to avoid the ambiguity of ‘this’, as inside callbacks ‘this’ can point to the caller, NOT the context where it was intended. var self = this; < ----- self is initialized to the current 'this' context MM.hideModule( self, < -------------- should be 'this' ? speed, so its the same and in the call there is a required function (the callback), in this case created inline function () { self.suspend(); // < --- make sure to use the right module context when this function is called // the compiler remembers that self was defined above callback(); // call the routine defined as callback },
  • Location ID

    7
    1
    0 Votes
    7 Posts
    3k Views
    V
    I have pasted in google photos code mirror still working I add in next album I’d (“New Mirror” ,) It’s not working any help . I tried it with out the brackets still not working.
  • Compliments - Multi Line not working?

    13
    0 Votes
    13 Posts
    3k Views
    S
    @kayakbabe crazy. my code splits the line with "\n" the problem was this forum changing the quote from '\n' to ‘\n’ notice the curly quotes, those are bad
  • MMM-Alexa Only Answers Once

    3
    0 Votes
    3 Posts
    294 Views
    A
    @sdetweil Hi Sam, thanks for the response. Good to know that I’m not the only one. :-) I’m using the latest build of MMM-Awesome-Alexa, so I kind of don’t know where to go from here. Have updated Rasbian system and the Alexa module dependencies, tried adjusting audio parameters and used other audio in/out methods. Will keep looking… Dave
  • pm2 Autostart invert issue

    Solved
    32
    0 Votes
    32 Posts
    5k Views
    BKeyportB
    I’ve never adjusted the screen using the Display:0 thing. If you have a spare SD Card, I’d recommend building up a “clean” OS for testing, to see if something was done that unintentionally broke the rotate feature. That’s one of the first things I do when I’m having trouble with something I’m trying to do - I build a new OS, install the basics, and test with it, in this case using https://pimylifeup.com/raspberry-pi-rotate-screen/ as a guide. Just to confirm as you’ve mentioned multiple Pi versions - You’ve not shared SD cards between them, right? You haven’t copied the rotate config files from one to the other, right? Whichever unit is gonna be used in your final product, keep everything on that, and in the future, report to us which hardware and OS you’re using for bug control, as things have changed dramatically over the years. :)
  • White Screen with the message "The site can't be reached"

    4
    0 Votes
    4 Posts
    450 Views
    EthyxE
    @CreatibOfficiel So this is solved rite
  • Too many dates shown in calendar module.

    1
    0 Votes
    1 Posts
    170 Views
    P
    Platform: Raspberry Pi 3 B+ Node Version: 12.16.1 MagicMirror Version: 2.13.0-develop and also the current master branch Description: The calendar module shows 10 lines of the next dates. But in the config.js I have limited it to 5 entries. module: "calendar", header: "Kalender", position: "top_left", config: { titleReplace: { "Aichach": "", "in": "" }, fade: false, calendars: [ { symbol: false, maximumEntries: 5, url: "https://calendar.google.com/......} ] } Is there any idea what is wrong ?
  • Unfilled %s in some calendar entrys

    1
    0 Votes
    1 Posts
    167 Views
    S
    Hi @ all i used this wunderfull projekt and it is really nice. but at the moment i had a problem. When i used the system language “de” some calendar events show “%s”. When i switch to “en” or “fr” it shows the right number. The following pictures shows what i mean: de: [image: 6ij45x5i.jpg] en: [image: egxbnhj8.jpg] fr: [image: yjwwac57.jpg] this is the modul config in the config file: { module: "calendar", header: "Gesetzliche Feiertage", position: "top_left", config: { maximumEntries : 5, colored: true, calendars: [ { color: "#f0ffff", symbol: "calendar-check", url: "webcal://abo.kleiner-kalender.de/ical/c48-feiertage-in-deutschland.ics" } ] } }, My used system: Platform: Raspberry Pi 4 Model B Rev 1.1 Node Version [ 0.12.13 or later ]: v10.19.0 MagicMirror Version [ V1 / V2-Beta ]: 2.12.0 NPM: 6.14.6