MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. BravoOscar
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Online
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 30
    • Groups 0

    BravoOscar

    @BravoOscar

    10
    Reputation
    16
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    BravoOscar Unfollow Follow

    Best posts made by BravoOscar

    • Acoustic panel frame with mirror effect

      Hi all!

      I just finish our magic mirror with information for the family.

      The magic mirror runs on an RPI4 4GB and an 19" laptop old screen. The mirror glas is 33cm x 54,5cm and 4mm thick. I also added a pir-sensor to activate the magic mirror and a on/off buttom to turn everythink off.

      Used modules:

      MMM-PIR-Sensor-Litel Turn on the screen for 1 min
      MMM-WiFiPassword Only shows QR code
      MMM-MyWastePickup Changed to fit all type of wastebin in Denmark with correct pictures
      MMM-Jast Displays stocks
      MMM-CalendarExt3 Display one family calender
      MMM-Traffic Displays time to work and vacationshouse
      MMM-OpenWeatherForecast Display local weather
      MMM-RTSPStream Display one live security cam from our house
      Default Clock module

      What have I used:
      Acoustic panel Frame I cut it to have 20cm over and under the screen
      Glass mirror film Just followed the video on Youtube how to apply the mirror film
      Glass holders
      On/off buttom installed top right corner on the backside of the mirror
      Pir-Sensor installed center bottom backside of the mirror
      Raspberry Pi

      I have installed VNC, so I cant remote connect to the Mirror and update everythink.
      I use sdetweil script to update Magic Mirror.

      This is the final look:
      20230830_071726a.jpg
      20230830_072018a.jpg
      20230830_072203a.jpg
      20230830_072224a.jpg
      20230830_072228a.jpg

      posted in Show your Mirror
      B
      BravoOscar
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      I just tested this module and have found it working, if you use the following:

      Test your Miele@Home acount:
      https://www.miele.com/developer/swagger-ui/index.html

      Get your client_ID and client_Secret here:
      https://www.miele.com/f/com/en/register_api.aspx

      Your UserName and password are the same you use to login to Miele@Home app

      vg: ‘da-DK’, // default = ‘de-DE’, Choose the app Country
      language: ‘en’, // default = ‘de’, Miele only support ‘de’ or ‘en’
      showAlwaysAllDevices: true, // default = false , True show component even if it’s off

      Language supported:
      de - Deutsch
      en - English

      VG supported:
      ‘en-AU’ - Miele Australia
      ‘nl-BE’ - Miele België
      ‘en-CA’ - Miele Canada
      ‘es-CL’ - Miele Chile
      ‘hr-HR’ - Miele Croatia
      ‘cs-CZ’ - Miele Czechia
      ‘da-DK’ - Miele Danmark
      ‘de-DE’ - Miele Deutschland
      ‘et-EE’ - Miele Eesti
      ‘es-ES’ - Miele España
      ‘fr-FR’ - Miele France
      ‘ko-KR’ - Miele Hanguk
      ‘en-HK’ - Miele Hong Kong, China
      ‘en-IE’ - Miele Ireland
      ‘en-IL’ - Miele Israel
      ‘it-IT’ - Miele Italia
      ‘el-CY’ - Miele Kypros
      ‘lv-LV’ - Miele Latvija
      ‘lt-LT’ - Miele Lietuva
      ‘de-LU’ - Miele Luxemburg
      ‘hu-HU’ - Miele Magyarország
      ‘en-MY’ - Miele Malaysia
      ‘es-MX’ - Miele México
      ‘nl-NL’ - Miele Nederland
      ‘en-NZ’ - Miele New Zealand
      ‘ja-JP’ - Miele Nihon
      ‘no-NO’ - Miele Norge
      ‘pl-PL’ - Miele Polska
      ‘pt-PT’ - Miele Portugual
      ‘ro-RO’ - Miele România
      ‘de-CH’ - Miele Schweiz
      ‘en-SG’ - Miele Singapore
      ‘sl-SI’ - Miele Slovenia
      ‘sk-SK’ - Miele Slovensko
      ‘en-ZA’ - Miele South Africa
      ‘fi-FI’ - Miele Suomi
      ‘sv-SE’ - Miele Sverige
      ‘en-TH’ - Miele Thailand
      ‘tr-TR’ - Miele Türkiye
      ‘en-GB’ - Miele UK
      ‘en-US’ - Miele USA
      ‘en-AE’ - Miele United Arab Emirates
      ‘zh-CN’ - Miele Zhōngguó, dàlù
      ‘de-AT’ - Miele Österreich
      ‘el-GR’ - Miele Ελλάδα
      ‘ru-BY’ - Miele Беларуси
      ‘bg-BG’ - Miele България
      ‘ru-KZ’ - Miele Казахстан
      ‘ru-RU’ - Miele Россия
      ‘sr-RS’ - Miele Србија
      ‘uk-UA’ - Miele Україна

      Working config:

      		{
                  disabled: false,
                  module: "MMM-MieleAtHome",
                  position: "top_right",
                  classes: 'medium bright',
                  config: {
                      userName: "??@??.??", // Your email to Miele@Home app
                      password: "??????", // Your password to Miele@Home app
                      client_ID: "????", // Your client_ID you get from the link above
                      client_Secret: "????", // Your client_Secret you get from the link above
                      vg: 'da-DK', // Your country code from the list above
                      language: 'en', // Language supported from list above
                      showAlwaysAllDevices: true //always display component
      			}
                  },
      
      posted in Utilities
      B
      BravoOscar
    • RE: Updating RP4 and MagicMirror

      I had to insert in css body with 75% zoom, and that did it.

      I don’t know why, but everything looks correct.

      I also had to make changes to the code of MMM-Pir-Sensor-Lite, and now that works to.

      I also made some modifications to MMM-MyGarbage, so it support 11 diffrents wastebin with custom pictures of the correct pictograme.

      Everything is up to date now with Raspberry PI Trixie OS

      Thanks for the help 🤟

      posted in General Discussion
      B
      BravoOscar
    • RE: Acoustic panel frame with mirror effect

      @ashna I installed a new socket behind the Mirror when I renovated the wall.
      So yes there is a build in socket behind the Mirror.

      posted in Show your Mirror
      B
      BravoOscar

    Latest posts made by BravoOscar

    • RE: Updating RP4 and MagicMirror

      I had to insert in css body with 75% zoom, and that did it.

      I don’t know why, but everything looks correct.

      I also had to make changes to the code of MMM-Pir-Sensor-Lite, and now that works to.

      I also made some modifications to MMM-MyGarbage, so it support 11 diffrents wastebin with custom pictures of the correct pictograme.

      Everything is up to date now with Raspberry PI Trixie OS

      Thanks for the help 🤟

      posted in General Discussion
      B
      BravoOscar
    • RE: Updating RP4 and MagicMirror

      Everything worked, so thanks for that.
      Now everything is updated and running the latest version of Raspberry Pi, as well as MagicMirror. But when MagicMirror starts, everything is large—it doesn’t fit on the screen; it used to be smaller before.

      Is there something I forgot to set up? It seems like it should be smaller, and that’s also how I remember it from before.

      posted in General Discussion
      B
      BravoOscar
    • Updating RP4 and MagicMirror

      Hi all,

      I have a running MagicMirror version 2.27.0 on RP4 with Buster.

      Before I update it to 2.34.0 should I update the RP4 to a newer software than Buster?

      And how do I do it, and what about my MagicMirror files on the SD-card, are they gone or is there a way to make backup of the files/card?

      Im trying to installe some fonts needed to rund MyTado, but is says Buster is to old?

      posted in General Discussion
      B
      BravoOscar
    • RE: Acoustic panel frame with mirror effect

      @tuansacto
      The glass is just normal glass from the local glass company, I asked if they had som leftovers, They made it for around 6,5 euro (50 dkk)

      Glass mirror film is from a shop in Denmark (Bauhaus), but it can probably be bought everywhere

      posted in Show your Mirror
      B
      BravoOscar
    • RE: Acoustic panel frame with mirror effect

      @ashna I installed a new socket behind the Mirror when I renovated the wall.
      So yes there is a build in socket behind the Mirror.

      posted in Show your Mirror
      B
      BravoOscar
    • RE: Acoustic panel frame with mirror effect

      @htilburgs

      I just a knife like this.
      Then make a cut approx ½ deep in the filt, then you can bend it arround and screw it to the frame from the backside.

      kniv.jpg

      posted in Show your Mirror
      B
      BravoOscar
    • Acoustic panel frame with mirror effect

      Hi all!

      I just finish our magic mirror with information for the family.

      The magic mirror runs on an RPI4 4GB and an 19" laptop old screen. The mirror glas is 33cm x 54,5cm and 4mm thick. I also added a pir-sensor to activate the magic mirror and a on/off buttom to turn everythink off.

      Used modules:

      MMM-PIR-Sensor-Litel Turn on the screen for 1 min
      MMM-WiFiPassword Only shows QR code
      MMM-MyWastePickup Changed to fit all type of wastebin in Denmark with correct pictures
      MMM-Jast Displays stocks
      MMM-CalendarExt3 Display one family calender
      MMM-Traffic Displays time to work and vacationshouse
      MMM-OpenWeatherForecast Display local weather
      MMM-RTSPStream Display one live security cam from our house
      Default Clock module

      What have I used:
      Acoustic panel Frame I cut it to have 20cm over and under the screen
      Glass mirror film Just followed the video on Youtube how to apply the mirror film
      Glass holders
      On/off buttom installed top right corner on the backside of the mirror
      Pir-Sensor installed center bottom backside of the mirror
      Raspberry Pi

      I have installed VNC, so I cant remote connect to the Mirror and update everythink.
      I use sdetweil script to update Magic Mirror.

      This is the final look:
      20230830_071726a.jpg
      20230830_072018a.jpg
      20230830_072203a.jpg
      20230830_072224a.jpg
      20230830_072228a.jpg

      posted in Show your Mirror
      B
      BravoOscar
    • RE: Calendar timezone problems

      @sdetweil Yes default calendar is ok,so it has to be CalendarEXT2 that has a problem, and it could be the ical.js from above that could help?

      posted in Troubleshooting
      B
      BravoOscar
    • RE: Calendar timezone problems

      @mlcampbe said in Calendar timezone problems:

      I’ve solved this problem by replacing the node-ical script that the default calendar modules uses with a fork of it.

      I did some research and found that the default calendar module uses the node-ical modules to parse calendar data. I notice that it is based off of https://github.com/peterbraden/ical.js. I also found https://github.com/jens-maus/node-ical that is based off of the original peterbraden/ical.js. but seems to have been updated to use the npm package moment-timezone.

      I did a drop in replacement and it seems to work:

      cd modules/default/calendar/vendor
      mv ical.js ical.js.orig
      git clone https://github.com/jens-maus/node-ical
      mv node-ical/ ical.js
      cd ical.js
      npm install

      Restarted MM and now my timezones are showing up properly. So I made my own modules out of this so it won’t get overwritten by updates.

      I have a problem with the google ical calendar format, its 1 hour off when its used in MMM-CalendarEXT2, but I think it has something to do with winter/summer time.
      Can the quote fix this problem?

      I can see in the folder " ~/MagicMirror/modules/MMM-CalendarExt2/node_modules " that there is a file called ical.js, but how to i update the file to the one in the qoute, so i can test if thats is the problem?

      My pi has timezone to Europe / Copenhagen, and the calender entry is ok when i look at my phones calender and also ok on the google calender.

      posted in Troubleshooting
      B
      BravoOscar
    • MMM-MyWastePickup date problem

      In 2021 I war running MagicMirror 2.16 with MMM-MyWastePickup and everything was working just fine.

      Here i 2022 I updated MagicMirror to 2.18 and updated MMM-MyWastePickup.

      I then updated the schedule_custom.csv with 2022 dates, and now it dosent work, it just says Loading. If i change dates in schedule_custom.csv to 2021 or 2023, then i says “no schdule”

      Have anybody a clue what to do?
      Is it something with MM 2.18?

      Working, says “No Schdule”

      Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      Custom,01/02/21,0,1,0,0,0
      Custom,01/07/21,0,1,0,0,0
      Custom,01/12/21,1,0,1,0,1
      

      Not Working, Says “Loading”

      Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      Custom,01/02/22,0,1,0,0,0
      Custom,01/07/22,0,1,0,0,0
      Custom,01/12/22,1,0,1,0,1
      
      posted in Troubleshooting
      B
      BravoOscar