A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    3 Posts
    658 Views
    M
    yes i know that but i was hoping someone has dealt with a similar problem with this module and would know some advice.
  • Eunanibus / MMM-Globe no City names

    4
    0 Votes
    4 Posts
    345 Views
    S
    @Micha3110 yes, others have reported the same problem. however there has been no fix to date
  • MMM-CalendarExtMinimonth/MMM-CalendarExt2

    2
    1
    0 Votes
    2 Posts
    239 Views
    M
    @veny I’m not supporting CX2* anymore, You may need to use CX3Agenda. https://github.com/MMRIZE/MMM-CalendarExt3Agenda [image: CX3A_110.png]
  • MMM-MealieMenu: Display weekly meal plans from Mealie

    10
    1
    2 Votes
    10 Posts
    3k Views
    zanixZ
    Version 1.7.0 Features Add support for Mealie v2 (Households) Bug Fixes Error log output
  • Open weather Api 3.0

    16
    0 Votes
    16 Posts
    7k Views
    A
    @sdetweil You’re welcome! I saw afterwards that there is another thread with similar info but this is the one the search engine led me to. After a few days of use I can see on the OpenWeatherMap.org website Billing section that I am running somewhere around 600 API calls per day. This is with four weather modules in place (for four different locations). So about 150 calls per day per module. The default updateInterval value is 10 minutes which would be 144 per day in theory. I’m going to bump my non-local ones to a 30 minute setting (careful to specify milliseconds i.e. 1,800,000 but without commas of course).
  • MMM-WeatherBackground

    54
    4 Votes
    54 Posts
    29k Views
    bheplerB
    Update for 20 October 2024: Thanks to the hard work of Kevin Sivic, the MMM-WeatherBackground module can function again. Unfortunately, the Unsplash service closed down their API to free use. You will have to log in to their website at www.unsplash.com and join their developer program. Once you have an Access Key, you can use that key to make the module function.
  • MMM-AuroraWatchUK

    1
    1
    1 Votes
    1 Posts
    247 Views
    A
    Description: Show alerts on your mirror when there’s a chance of seeing aurora over the UK, using data from https://aurorawatch.lancs.ac.uk/ - updates every 5 mins to show the current status. Works well as a top_bar banner, that only appears when the criteria you set are met (e.g only show red alerts, at nighttime, when cloud cover is less than 20%). OpenWeather API key required for the daylight and cloudcover features. Screenshots: [image: 1729415759022-11112fa8-2f02-43c5-b0c7-89567d646a07-image.png] Download: [ card:AndyHazz/MMM-AuroraWatchUK] https://github.com/AndyHazz/MMM-AuroraWatchUK
  • Duplicate the Standardcalendar / Standartkalender duplizieren

    7
    0 Votes
    7 Posts
    590 Views
    M
    @sdetweil I did that too (for days), then I get the error message: “Error in the “calendar” module. Check the login files for further details” for one calendar I restarted the Raspberry Pi a few times and now it seems to be working. I don’t know where the error was. Thank you for your time and tips. Greetings Michael
  • MMM-MealViewer

    6
    2
    2 Votes
    6 Posts
    777 Views
    D
    Let’s try this again… new repo link should work. A MagicMirror module for displaying school breakfast and lunch menus from MealViewer. Supports multiple school menus and various configuration options. You can check to see if your school uses MealViewer here. Single instance: [image: 1729165834577-single-instance.png] Multiple instance: [image: 1729165842729-multiple-instance.png] Module: https://github.com/ElliAndDad/MMM-MealViewer
  • MMM-BoschSmartHome

    29
    2
    5 Votes
    29 Posts
    11k Views
    X
    Hi, just wanted to leave you my css, which costs me a bit of time. I wanted to have a clean overview, just see the temperatures in my house. Because I have 9 thermostats, a list with all the colors was just to much for me. This css gave me a 3 column design, just with the room name and the current temperature: /** * MMM-BoschSmartHome */ .MMM-BoschSmartHome .bsh-wrapper { background-color: rgba(0,0,0,0.00); color: #fff; font-size: 10px; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; line-height: normal; } .MMM-BoschSmartHome .bsh-wrapper br { display: none; } .MMM-BoschSmartHome .bsh-wrapper, .MMM-BoschSmartHome .bsh-tile { margin: 0; padding: 0; } .MMM-BoschSmartHome .bsh-room-icon { margin-right: 8px; } .MMM-BoschSmartHome .bsh-tiles { font-size: 10px; background-color: rgba(0,0,0,0.00); } .MMM-BoschSmartHome .bsh-badge.climate-control { visibility: hidden; } .MMM-BoschSmartHome .bsh-tile { min-width: 0; /* Prevent tiles from expanding beyond their column */ width: 100%; background-color: rgba(0,0,0,0.00); color: white; } .MMM-BoschSmartHome .bsh-room-title { font-size: 10px; } .MMM-BoschSmartHome .bsh-tile.tile-row { visibility: hidden; } .MMM-BoschSmartHome .bsh-tile i { visibility: hidden; } .MMM-BoschSmartHome .bsh-tile.temperature-level span.setpoint-temperature { font-size: 10px; } .MMM-BoschSmartHome .bsh-tile.temperature-level div:first-child { visibility: hidden; position: relative; } .MMM-BoschSmartHome .bsh-tile.temperature-level span.room-temperature { visibility: visible; position: absolute; left: 0; /* Adjust this to position the temperature correctly */ min-width: 0; /* Prevent tiles from expanding beyond their column */ width: 100%; font-size: 1.8em; font-weight: bold; display: inline-block; } I’m using this config: { module: "MMM-BoschSmartHome", position: "top_left", config: { host: "", // Bosch Smart Home Bridge's local IP Address name: "MMM-BoschSmartHome", // Display name for App identifier: "MMM-BoschSmartHome", // Unique Identifier for app password: "", // Password for Bosch Smart Home Bridge refreshIntervalInSeconds: 60, // Default: 60 width: "200px", displayRoomIcons: true, // Default: false hideComponents: { "Küche": ["dishwasher"] }, // See example below. Default: {} hideEmptyRooms: false, // Hide rooms, if they have no information to display. Default: false colorizeRoomWithAirQuality: true, // Colorizes room tiles in red/orange/green depending on combined air quality. Only works with Twinguard roomOrder: ["Wohnzimmer", "Küche", "Bad EG", "Flur EG", "Schlafzimmer","Kinderzimmer", "Bad OG", "Flur OG / Büro", "HWR"], // Manually set the room order by a list of room names, e.g. ["Livingroom", "Bedroom", "Kitchen"] airquality: { purity: "none", // one of [tile, bar, donut, none] humidity: "none", // one of [tile, bar, donut, none] temperature: "none", // one of [tile, bar, donut, none] preferredTemperatureProvider: "Twinguard", // Twinguard or ClimateControl preferredHumidityProvider: "Twinguard" // Twinguard or ClimateControl }, temperatureLevel: { displayCurrentTemperature: true, // Default: true displayTargetTemperature: false, // Default: true forceRowTile: false // Show tile as row, even if there is no target temperature. Default: true }, thermostats: { display: false, // Default: true displayName: false // Default: false }, dishwasher: { display: false, // Default: true displayName: false // Default: false } } }, Thanks @ the author of this module. Before I forget something … If you have BSHC-2 and not BSHC you just have to press the button for pairing at the BSHC.2, not hold the button, like in BSHC. This simple info costs me a week.
  • Location / title in default module weather (openweather)

    3
    2
    0 Votes
    3 Posts
    581 Views
    R
    @sdetweil Hello thanks for the tip. I hadn’t actually tried this combination and now it works: … header: ‘This is where my text comes in’, … appendLocationNameToHeader: false, … Thank you!
  • MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

    256
    1
    10 Votes
    256 Posts
    621k Views
    K
    @MarcLandis Thanks… I was running a very old version of Raspian and wasn’t able to update Node. Setting up a new version now :-)
  • Picture in BG on a cell related to someone'S birthday

    8
    0 Votes
    8 Posts
    451 Views
    S
    @MMRIZE @Chuck_morisse I opened issue 3552 https://github.com/MagicMirrorOrg/MagicMirror/issues/3552 to document the need for better checking in config:check (as we are switching linter versions anyhow)
  • [MMM-ApexCharts] ApexCharts.js for your mirror.

    7
    4 Votes
    7 Posts
    2k Views
    R
    @sharmstr said in [MMM-ApexCharts] ApexCharts.js for your mirror.: There are several working examples in the wiki https://github.com/sharmstr/MMM-ApexCharts/wiki/JSON Hi - thankyou very much - and apologies for somehow not finding your great documentation! I’ve been able to get sample charts working now. Just some notes on where I’ve got to with my mirror - I’ve been trying MMM-ApexCharts out using a mini power monitor called an IotaWatt as a datasource. It sits on my home network and collects power readings from my mains connection using a current transformer. You can then query this data back and possibly use it to draw graphs. Queries are just done with an http request and look like: http://MyIotaWatt.local/query?select=[time.local,InstPower_W.wh.d2]&begin=s-24h&end=s&group=1h&format=json&header=no returning (in this case) json with readings for total power usage (kWatt hours) for each of the previous 24 hours. Responses look like (e.g.) 0 0 "2024-09-21T14:05:00" 1 0.76 1 0 "2024-09-21T13:05:00" 1 0.75 2 0 "2024-09-21T12:05:00" 1 0.73 etc so this has worked well with the paired chartJsonFormat config. Things I found useful so far: if I put the http://iotawatt.local/query?… in the chartJsonUrl config then the log showed that the call failed with a CORS error. I’ve got it to return data if I add the local CORS server prefix though i.e. http://localhost:8080/cors?url=http://MyIotaWatt.local/query?... Times returned in the response match NZ local time, but the labels on my chart’s x-axis originally displayed times 12 hours earlier. I’ve included a datetimeUTC entry in my xaxis.labels config to leave it in local time xaxis: { type: "datetime", tickPlacement: "off", labels: { datetimeUTC: false, format: "HH:mm", } }, @sharmstr I’ve also been trying out showing more than one chart on the mirror, following your sample config. Is there a way to show two charts when both make their own call to a datasource (i.e. with separate chartJsonUrls?) This would be useful in my case to show a chart for Detailed power usage (over last 30 mins) and a separate chart for Overview (usage in last 24 hours). I’ve configured these charts to work individually, but when I add both to my config at the same time (with different chartIDs) the 2nd chart doesn’t show on the mirror. The log shows json responses to both calls, but also an error Uncaught (in promise) TypeError: Cannot read properties of null (reading '1') following the 2nd response. Is there a neat way to allow both charts, or have I just messed it up? Thanks very much
  • MMM-Nutrislice: Display the day's school breakfast and lunch

    2
    1
    1 Votes
    2 Posts
    317 Views
    KristjanESPERANTOK
    @vees Nice! :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
  • mmm-netatmo

    7
    0 Votes
    7 Posts
    1k Views
    W
    Hi, I have the same problem with mmm netatmo and refresh token Did you find a solution? Thank you
  • [FR] MMM-Saint

    2
    0 Votes
    2 Posts
    309 Views
    ?
    Hello, I am using the MMM-Saint module in a MagicMirror under development. I am having a problem: the module does not indicate the correct saint when launching the module. The update is only performed when the delay before update is reached. Oddly enough, the problem is the same with the MMM-Birthdays module. Does your module update when opening? Kind regards,
  • MMM-CalendarExtAgenda not listing items

    2
    0 Votes
    2 Posts
    224 Views
    S
    @danny607 this module , like calendar ext3 gets its events from the default calendar
  • MMM-MailMessage a question about the list of approved senders

    3
    0 Votes
    3 Posts
    979 Views
    S
    @johanPO said in MMM-MailMessage a question about the list of approved senders: validSenders: [ { addr: “dad@mydomain.com”, name: “Dad”, color: “#00ff00”, } { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000”, } { addr: “son@mydomain.com”, name: “Billy”, } { addr: “nana@mydomain.com”, name: “Nana”, } ], I don’t KNOW… but this is misconfigured validSenders: [ means a comma separated list of things in this case the thing is a sender info object { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000”, } so the list would look like validSenders: [ { addr: “mom@mydomain.com”, name: “Mom”, color: “#ff0000” }, { addr: “son@mydomain.com”, name: “Billy” }, { addr: “nana@mydomain.com”, name: “Nana” } ] I always try to put the [ and ] on separate lines to make them more visible
  • Who is home? Presence tracking

    17
    0 Votes
    17 Posts
    7k Views
    Y
    @shiitbiird and All Hi, I started a new project that has more or less the same functionality. It’s based on tracking cellular devices on home wifi/lan. see : https://github.com/yedidiaklein/MMM-whoshome it looks like this: [image: whoshome.png?raw=true] (and I even added recently “last seen” info) Your suggestions will be appreciated. –Yedidia