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

    Posts

    Recent Best Controversial
    • RE: 2.25 language 'nl' not working

      @sdetweil @karsten13

      Message from MMM-OnSpotify.

      Its now fixed in V3.1.0, both the icon color change (now the helper css classes are loaded on a separated file), 
      and the clock translation error (locale settings were getting overwritten by the module instance of the moment library).
      

      Installed the update and problem solved.
      Thanks for helping!

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: 2.25 language 'nl' not working

      @sdetweil tried everything as told in the readme, but no luck. Currently disabled that module.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: 2.25 language 'nl' not working

      @karsten13 @sdetweil
      So, restored ‘old’ version and update MM. No problem, only MMM-MyCalendar causes to stop MM. Disable MMM-MyCalendar and everything works fine. But…

      When I update MMM-OnSpotify, than the complete MM is in English instead of Dutch. Also the colors of the Icons in the Calendar Module change from Red to default.
      When I disable MMM-OnSpotify, than everything turns to normal (Dutch language and Red Icons in Calendar).

      Strange thing, now I’ve to look why MMM-OnSpotify causes this issue.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: 2.25 language 'nl' not working

      @karsten13 @sdetweil
      I have a backup from 1 week ago so I first go back to that backup (previous version of MM), update again and see what happens. Everything started when MMM- MyCalandar stopped because of ‘fetch’ change and I didn’t realize that it wasn’t a problem from PiOS or MM.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: 2.25 language 'nl' not working

      @sdetweil first manual, after that your script.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • 2.25 language 'nl' not working

      After the update to 2.25 everything is in English.
      My config.js is not changed.

      let config = {
              address : '0.0.0.0',
              port: 8080,
              basepath: "/",
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/120", "192.168.1.1/24"],
              language: "nl",
              timeFormat: 24,
              units: "metric",
      

      Anybody an idea??

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE
      Oke, thanks for the quick reply. I leave it as is at the moment. It looks great. I’m going to give it a look on an other moment.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE So now my F1 Calendar looks like this.
      SCR-20230801-qdpr.png

      Do you know if it’s possible to get the date and time underneed an item instead of behind?

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE Oke, so if I understand correct, you add a symbol to a calendar and not to a calendar line?

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE I’ve succesfully configured the calendar, but I’m looking how to add different icons to calendar items.
      Example: checkered-flag to F1 time, calendar to appointment, etc.
      I’ve looked in the manual, but I think I miss it. Do you have an example?

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE Thanks, I’m currently using MMM-MyCalendar but I’m going to give it a try this evening.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE what I ment are the truck, recycling and other symbols in front of each row.
      Never seen this before.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Module calendar - whole day event

      @MMRIZE how do you get different icons in front of the calendar items?
      Is this a default feature? Btw which calendar module are u using?

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: PIR problem RPi 4B, Bullseye 64 bit

      @wyovino No, I’m not using MMM-PIR.
      I’ve documented it on my website, but it is in Dutch ;-)

      https://magicmirror.tilburgs.com/pir-configuratie/

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: PIR problem RPi 4B, Bullseye 64 bit

      I had issues that look the same. After a system crash (defect SD card after 6 years) I could fallback on a backup, but I decided to do a fresh install wih the latest rPi OS. After that my PIR didn’t function anymore. Screen didn’t went of and back on again.

      In my case the solution to put the GL driver back to legacy.

      • sudo raspi-config
      • advanced options
      • GL driver
      • Legacy

      After that my Python script and the PIR worked as they should.p

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @sifuhall

      I Will have to look in it. Today I have no time.
      I come back tomorrow.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @sifuhall

      Did you ran ‘npm install’ afterwards?
      You have to run this in the MMM-MyGarbage directory.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MealViewer

      @sdetweil JSON is perfect:

      0_1576264519518_ff13b851-b585-43c2-a741-02e28faa83e9-image.png

      Thanks for the help so far!! Now I have my data I can play around with it.

      posted in Development
      htilburgsH
      htilburgs
    • RE: MMM-MealViewer

      @sdetweil Almost there I think ;-)

      Whoops! There was an uncaught exception...
      TypeError: Cannot read property '0' of undefined
          at /home/pi/MagicMirror/modules/MMM-MyTVMovies/node_helper.js:28:47
          at Parser.<anonymous> (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/xml2js/lib/parser.js:306:18)
          at Parser.emit (events.js:182:13)
          at SAXParser.onclosetag (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/xml2js/lib/parser.js:264:26)
          at emit (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/sax/lib/sax.js:624:35)
          at emitNode (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/sax/lib/sax.js:629:5)
          at closeTag (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/sax/lib/sax.js:889:7)
          at SAXParser.write (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/sax/lib/sax.js:1436:13)
          at Parser.exports.Parser.Parser.parseString (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/xml2js/lib/parser.js:325:31)
          at Parser.parseString (/home/pi/MagicMirror/modules/MMM-MyTVMovies/node_modules/xml2js/lib/parser.js:5:59)
      

      Has this something to do with the json_data.film[0].titel ??
      Or is it something else?

      When I remove .film[0].titel I got:

      Text is [object Object]
      200[object Object]
      
      posted in Development
      htilburgsH
      htilburgs
    • RE: MMM-MealViewer

      @sdetweil Yeah! That part is working. Now I’ve an other error which has something to do with the xmlToJson function:

      Whoops! There was an uncaught exception...
      TypeError: xml.hasChildNodes is not a function
      

      Any idea?

      posted in Development
      htilburgsH
      htilburgs
    • 1 / 1