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

    Topics

    • B

      MMM-OpenWeatherForecast Language

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      754 Views
      S
      @bjoern @HugoBc this module uses the base language config option (which is lower case) this language option is outside the modules list, up in the section with address: but, IF you want to change it for just this module, you would include language:“??”, in the modules config section { module: position: config:{ language:"??", ... other config options } }
    • B

      Parallel operation on TV & PC WEB-Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      631 Views
      S
      bjoern, You could run VNC (Virtual Network Computing) as well.
    • B

      MMM-WeeklySchedule and module_schedule Problem ?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      1
      0 Votes
      2 Posts
      392 Views
      B
      no ideas?
    • B

      MMM-WeatherOrNot custom.css

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      1
      0 Votes
      6 Posts
      923 Views
      S
      @bjoern sorry, looking at the module, that content is inside an iframe… I don’t think u can get inside that
    • B

      Calendar - Wrong times after switching to winter time

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      1
      0 Votes
      7 Posts
      970 Views
      S
      @h_vestbo where, which geography?
    • B

      MMM-WeatherOrNot - Forecast

      Watching Ignoring Scheduled Pinned Locked Moved System
      7
      0 Votes
      7 Posts
      1k Views
      B
      @raymondjspigot : thanks a lot. that it’s. works fine!
    • B

      Fu.. OFF... What happned? Unexpected Token

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      1k Views
      B
      That’s the crazy one. I have not installed or configured any modules for over a week. Yesterday morning the screen was black. After a reboot, MM did not work anymore.
    • B

      New Position / Area in the middle

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      1
      0 Votes
      1 Posts
      1k Views
      B
      Is it possible to create a new area? I’d like to create a center_middle_lr section. This should allow me that I have in the middle again a division left right. Background: In the middle on the right side I want to display the soccer results and to the left the soccer clubs table. How can I create this?
    • B

      After Reboot BlackScreen - Cannot open display 0

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      5
      0 Votes
      5 Posts
      2k Views
      B
      completle new! PI OS and MM!
    • B

      Module "centered"

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      2
      1
      0 Votes
      2 Posts
      1k Views
      B
      No Idea ? :-(
    • B

      Error Proto-List after reboot !?

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      1
      0 Votes
      1 Posts
      904 Views
      B
      after reboot i can’t start MagicMirror. The Log show me: /home/pi/.pm2/logs/MagicMirror-error-0.log last 15 lines: 0|MagicMir | internal/modules/cjs/loader.js:550 0|MagicMir | throw err; 0|MagicMir | ^ 0|MagicMir | 0|MagicMir | Error: Cannot find module 'proto-list' 0|MagicMir | at Function.Module._resolveFilename (internal/modules/cjs/loade r.js:548:15) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:475:25 ) 0|MagicMir | at Module.require (internal/modules/cjs/loader.js:598:17) 0|MagicMir | at require (internal/modules/cjs/helpers.js:11:18) 0|MagicMir | at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/c onfig-chain/index.js:1:79) 0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:654:30) 0|MagicMir | at Object.Module._extensions..js (internal/modules/cjs/loader.j s:665:10) 0|MagicMir | at Module.load (internal/modules/cjs/loader.js:566:32) 0|MagicMir | at tryModuleLoad (internal/modules/cjs/loader.js:506:12) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:498:3)
    • B

      Emoji

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      2k Views
      B
      It doesn’t work. It show me only B/W Emoji. { module: "calendar", header: "Kalender", position: "top_right", config: { maximumEntries: 13, maxTitleLength: 40, fade: false, timeformat: "absolute", displayRepeatingCountTitle: true, getRelative: 0, dateFormat: "ddd[,] h:mm A", fullDayEventDateFormat: "ddd", displaySymbol: false, colored: true, urgency: 0, calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/xxxxxxxx.cal%40googlemail.com/public/basic.ics" }, { url: "https://calendar.google.com/calendar/xxxxxxxxxxxxxxxxxxxxs%40group.calendar.google.com/public/basic.ics" } ], } },
    • B

      modules day and time Depending represented

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      29
      0 Votes
      29 Posts
      20k Views
      I
      @Mitchfarino I’ve not tested the module on windows myself, so I can’t say for sure. The module requires the cron package so make sure this has been installed by running npm install from the module folder. You could then check whether cron works on windows by entering the following from the command prompt cd MagicMirror/modules/MMM-ModuleScheduler node Once the node prompt appears, enter the following var CronJob = require('cron').CronJob; var testJob = new CronJob({cronTime: '* * * * * *', onTick: function() { console.log('Firing every second'); }, onComplete: function() { console.log('Stopping'); }, start: true}); console.log('Scheduled for ' + testJob.nextDate().toDate()); You should see a telling you when the module is next scheduled for and another message every second the expression is fired (pressCTRL-C twice to stop!) If we’ve got this far cron is working successfully. What do the logs ( pm2 logs mm ) say? Could you post your config options?
    • B

      Bug or Feature in StandardModule: calender

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      985 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!
    • B

      not realy Fullscreen

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      1 Votes
      3 Posts
      4k Views
      yawnsY
      Open the configuration file (in bash type sudo nano /boot/config.txt) and look for disable_overscan This is either commented with a # or set to 0 It should be disable-overscan=1 Be sure to look through the whole file, sometimes this setting appears more than once. Reboot your pi and you should be good
    • B

      Search - Module for fuel-prices

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      9
      0 Votes
      9 Posts
      4k Views
      A
      Its already a while ago but here is one https://forum.magicmirror.builders/topic/606/mmm-fuel/2 also works with the tankerkoenig api.
    • B

      Default Module - Calender

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      6
      0 Votes
      6 Posts
      3k Views
      B
      thx MichMich! i will check later. thx
    • 1 / 1