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

    Posts

    Recent Best Controversial
    • RE: Problems with calender and Nextcloud

      @kruf
      I use Nextcloud and have URL like this working.

      url: "https://NAME:PASSWORD@DOMAIN.TLD/Nextcloud/remote.php/dav/calendars/CALENDARNAME/contact_birthdays?export"
      
      url: "https://NAME:PASSWORT@DOMAIN.TLD/Nextcloud/remote.php/dav/calendars/CALENDARNAME/pers%c3%b6nlich?export"
      

      May this help you

      posted in Troubleshooting
      B
      bdream
    • RE: Question about two standard modules

      welcome and have fun with your mirror :winking_face:

      posted in Troubleshooting
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      so lets run and let me know if you need any to test

      It works as designed I would say :grinning_face:

      @sdetweil good job! :thumbs_up:

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      it will run and I have to update the run-start.sh again and package.json

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      that is good.
      I will run your script and will have tomorrow a Pi0 also running again

      And it’s great working on old Pi also, even it’s so slow starting.
      But if it’s running, it’s fine.

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @sdetweil said in YAPi0 Installer Stretch Lite:

      uname -m

      pi@RPi1:~/MagicMirror $ uname -m
      armv6l
      
      
      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      At the moment I work on a RPi1!
      I maked this changes and mm comes up! 0_1571924685916_run-start.sh.JPG

      I’m just on the way installing Pi0 again. shall I wait until tomorror execuiting u installation script?

      will be off now until tomorrow morniong.

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @sdetweil Hi Sam, u ask me to exchange my run-start.sh with your mentioned input?
      and do a reboot?

      posted in General Discussion
      B
      bdream
    • RE: Question about two standard modules

      @Kollen
      You have to use the brackets. Each opened must be closed {}, []. Don’t mix it up!
      Each part, need an , or ; at the end.

      I have not the newsfeed running but currentweather.

      Use this, it shoult fix your problem ;)

      {
          module: "currentweather",
          position: "top_right",
          config: {
              location: "Guetersloh",
              locationID: "3221127",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find you$
              appid: "3221127"
          }
      },
      
      {
          module: "newsfeed",
          position: "bottom_bar",
          config: {
              feeds: [
                  {
                  title: "Tagesschau",
                  url: "http://www.tagesschau.de/xml/rss2"
                  }
              ],
          }
      },
      
      posted in Troubleshooting
      B
      bdream
    • RE: Tell me how to change the font.

      @yeonju may you read this: change font of modules (local fonts)

      posted in Custom CSS
      B
      bdream
    • RE: Huge text that does not fit on the screen. Help!

      @Mrtrol2013 you have to work with ~/MagicMirror/css/custom.css
      There you have option customize each module

      short example I made to customize default module clock a bit:

      
       .clock .time {
      	margin: 10px;
      	font-size 20px;
      	color: grey; 
       }
       .clock .date {
              margin: 10px;
      	font-size: 12px;          
       } 
      
      posted in Troubleshooting
      B
      bdream
    • RE: need help on weatherforecast module

      @strawberry-3-141 you are right, it’s the default module. Already gave this information in chat above.

      I didn’t found this information by myself :unamused_face:

      @strawberry-3-141 said in need help on weatherforecast module:

      https://github.com/MichMich/MagicMirror/issues/1772.

      So many thanks for this hint.
      Just testing this workaround, but it cleans up the whole header.
      Okay, okay, I know where I live…

      posted in Troubleshooting
      B
      bdream
    • RE: need help on weatherforecast module

      @broberg said in need help on weatherforecast module:

      what 3rd party weather module?

      I’m going to use default module :winking_face:
      Sorry, just see my mistake 😵
      @bdream said in need help on weatherforecast module:

      3rd Party Module weatherforecast configured
      

      Reason is that I have installed an 3rd Party weatherforecast module what I do not use due to issues I had 😉

      posted in Troubleshooting
      B
      bdream
    • RE: need help on weatherforecast module

      No idea how I can get rid of the “UNDEFINED” in header?

      posted in Troubleshooting
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @sdetweil said in YAPi0 Installer Stretch Lite:

      chromium-browser -kiosk -start_maximized http://localhost:8080

      just added -noerrdialogs getting rid of any messages from the browser.

      chromium-browser -noerrdialogs -kiosk -start_maximized http://localhost:8080
      
      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @sdetweil said in YAPi0 Installer Stretch Lite:

      I can create the problem on stretch on my pi0 w

      You got your Pi0W :clapping_hands: have fun with this little thing :winking_face:

      …so no need to get strech installed instead of buster?

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      Great Sam!
      I have next week some time and will try with Pi0 and Pi1 both ways:

      1. Buster and additions
      2. Strech
        let you know results.

      For now I will close this threat as solved

      :smiling_face_with_open_mouth_closed_eyes: :grinning_face: :smiling_face_with_open_mouth: :smiling_face_with_open_mouth_smiling_eyes: :hugging_face: :hugging_face: :hugging_face:

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @bdream excuse my typos!

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @sdetweil many, many thanks to you Sam!

      To recab,
      I need your script, not any Updates and Upgrades of raspbian System, and the last Chat entries?

      Can I run it on Rpi1 also?

      And you woumd prefer Streich instead of Buster?

      posted in General Discussion
      B
      bdream
    • 1 / 1