MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bjoern
    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

    bjoern

    @bjoern

    4
    Reputation
    1.3k
    Profile views
    58
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    bjoern Unfollow Follow

    Best posts made by bjoern

    • not realy Fullscreen

      when i start the raspberry and later MagicMirror i don’t have a fullscreen view. look at the pircture please. What can i do? 0_1473418102035_IMG_5327.JPG 0_1473418191224_IMG_5326.JPG

      posted in Troubleshooting
      B
      bjoern
    • RE: Where are you from?

      Bochum, Germany

      posted in General Discussion
      B
      bjoern
    • RE: Weather Radar module...

      Use a link from Weatherradar an put it in MMM-iFrameReloaded. I used this for GoogleTraficMaps.

      posted in Requests
      B
      bjoern
    • RE: Parallel operation on TV & PC WEB-Browser

      @sdetweil thx a lot. Works fine !

      posted in General Discussion
      B
      bjoern

    Latest posts made by bjoern

    • RE: MMM-WeeklySchedule and module_schedule Problem ?

      no ideas?

      posted in Troubleshooting
      B
      bjoern
    • RE: MMM-OpenWeatherForecast Language

      for the days i have found

      label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
      

      that’s enough!

      posted in Troubleshooting
      B
      bjoern
    • MMM-OpenWeatherForecast Language

      Hello,

      how can i change the language to german?

      module: "MMM-OpenWeatherForecast",
          position: "top_right",
          //header: "Vorhersage",
         
      
             language: "de",
      
             extraCurrentConditions: false,
             showHourlyForecast: false,
             showDailyTableHeaderRow: false,
             showSummary: false,
             forecastHeaderText: "",
              colored: true,
      	showCurrentConditions: false,
      
      language: "de" 
      

      doesn’t work !

      posted in Troubleshooting
      B
      bjoern
    • RE: Parallel operation on TV & PC WEB-Browser

      @sdetweil thx a lot. Works fine !

      posted in General Discussion
      B
      bjoern
    • Parallel operation on TV & PC WEB-Browser

      Question:
      MM is currently running on a Pi that is connected directly to the TV. Runs without problems!

      Can I also call MM up on another computer at the same time in Browser e.g?

      If so, how can I do that?

      THX

      posted in General Discussion
      B
      bjoern
    • RE: Magic(Dashboard)Mirror

      @mz-ber Super. Wie hast Du es hinbekommen, dass deine Icons farbig sind und welchen Schrifttyp hast du hierfür verwendet?

      How did you get your icons to be colored and what font did you use for them?

      posted in Show your Mirror
      B
      bjoern
    • MMM-WeeklySchedule and module_schedule Problem ?

      Hello, is there a problem or a connection between the modules MMM-WeeklySchedule and module_schedule? I assumed that the MMM-Weekly-Schedule module would be hidden. Unfortunately it doesn’t. Does anyone have any idea why?

      {
          module: "MMM-WeeklySchedule",
          position: "top_left",
          header: "Stundenplan Ben  ",
          config: {		
      		module_schedule: [
      		{from: '00 19 * * SUN', to: '00 15 * * FRI'},
      		],
              schedule: {
                  timeslots: [ "1.Std. 08:05 - 08:50", "2.Std. 08:50 - 09:35", "3.Std. 10:05 - 10:50", "4.Std. 10:50 - 11:35", "5.Std. 11:55 - 12:40","6.Std. 12:40 - 13:25" ],
                  lessons: {
                                      [.......C O D E ....], 
                 }
              },
              updateInterval: 1 * 60 * 45 * 1000, // every hour
              showNextDayAfter: "17:00",
              allowHTML: 'true',
          }
      },
      

      Bildschirmfoto 2021-11-14 um 17.02.53.png

      posted in Troubleshooting
      B
      bjoern
    • RE: Just updated to newest MagicMirror and now it won't load.

      open another module directory and look for a “node_modules” folder and see if there is a “request” folder there. then copy this to your module where it is missing. that also helped and worked for me. Maybe more are missing. I searched my node_modules folder until I had everything together.

      posted in Troubleshooting
      B
      bjoern
    • RE: MMM-WeatherOrNot custom.css

      @bjoern said in MMM-WeatherOrNot custom.css:

      div.weatherWidgetInner.ltrforecast.forDays-5nolabel

      i think …

      div.weatherWidgetInner.ltrforecast.forDays-5nolabel
      

      :disappointed_face: :dizzy_face:

      Ohne Titel.jpg

      posted in Troubleshooting
      B
      bjoern
    • RE: MMM-WeatherOrNot custom.css

      Thanks for the hint. I was able to change the font size in dev-mode, but I can’t find the right element name

      .MMM-WeatherOrNot .weatherWidgetInner  {
          font-size: 2.1em;
      }
          
      
      .MMM-WeatherOrNot div.weatherWidgetInner.ltrforecast.forDays-5nolabel  {
          font-size: 2.1em;
      }
      

      Bildschirmfoto 2021-11-05 um 18.21.jpg

      posted in Troubleshooting
      B
      bjoern