MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Display waste bins in color

    Scheduled Pinned Locked Moved Custom CSS
    52 Posts 3 Posters 20.4k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • kusselinK Offline
      kusselin
      last edited by

      Hi, the calender module is the standard module wich is automatic install to magic mirror.
      My MM is actually up to date. So i can‘t update my MM and i have no info to update the calender module from remote app.

      So what can i do??

      Best regards

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @kusselin
        last edited by

        @kusselin can u do

        cd ~/MagicMirror
        grep version package.json
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • kusselinK Offline
          kusselin
          last edited by

          Sorry i m not at home… tomorrow…

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @kusselin
            last edited by

            @kusselin no problem… i’ll be around

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • kusselinK Offline
              kusselin
              last edited by

              Hi sam, here it is:

              pi@raspberrypi:~ $ cd ~/MagicMirror
              pi@raspberrypi:~/MagicMirror $ grep version package.json
                      "version": "2.13.0",
              
              
              1 Reply Last reply Reply Quote 0
              • kusselinK Offline
                kusselin
                last edited by

                anyone here who can help me that the font from the calender can be in colour display…

                Is this not a css problem, because ashishtank said that the code must be in config.js???

                About help…thanks

                S 1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @kusselin
                  last edited by

                  @kusselin said in Display waste bins in color:

                  Is this not a css problem, because ashishtank said that the code must be in config.js???

                  well, not config.js, but in the calendar module, but u posted the production version and
                  its in the next release(coming tomorrow) and in develop branch

                  So, u can wait and update tomorrow
                  or update today to the develop branch

                  see the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branch

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • kusselinK Offline
                    kusselin
                    last edited by

                    @sdetweil said in Display waste bins in color:

                    well, not config.js, but in the calendar module, but u posted the production version and
                    its in the next release(coming tomorrow) and in develop branch
                    So, u can wait and update tomorrow
                    or update today to the develop branch
                    see the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branch

                    OK. then the code does not come into the config.js as it wrote ashistank but into the config of the calendar module correctly!

                    OK. ie tomorrow on 01.01.21 there will be a new version … and could you please show me in the calendar module where exactly I have to copy the code?

                    customEvents: [
                    	 {
                    		"keyword": "Grüne Tonne plus",
                    		"color": "green"
                    	 },
                    	 {
                    		"keyword": "Biomüll",
                    		"color": "brown"
                    	 },
                    	 {
                    		"keyword": "Restmüll",
                    		"color": "gray"
                    	 }
                    	 {
                    		"keyword": "Glasbox",
                    		"color": "blue"
                    	 }
                    	]
                    

                    Many Thanks.

                    S 1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @kusselin
                      last edited by sdetweil

                      @kusselin the code says this.config.customEvents

                      so it is outside all the calendars

                      {
                         module: 'calendar':
                         position:
                         config: { 
                            customEvents: 
                            calendars : {...}
                         } 
                      }
                      

                      u can put it in today, and it will be ignored, and then update tomorrow and it will be used

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      kusselinK 1 Reply Last reply Reply Quote 0
                      • kusselinK Offline
                        kusselin @sdetweil
                        last edited by

                        @sdetweil hi sam, a happy new year.

                        The update you mean is only for the calender module right?
                        Also i go in the module folder and then in calender and there i make a git pull…right?
                        Best regards

                        S 1 Reply Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @kusselin
                          last edited by

                          @kusselin no. it has ALL the fixes to mm since oct.

                          I just used it as a placeholder for the instructions

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            ashishtank Module Developer
                            last edited by

                            @kusselin : once new version of MM is released today, you will get all the latest code and then it should work.

                            1 Reply Last reply Reply Quote 0
                            • kusselinK Offline
                              kusselin
                              last edited by

                              @ashishtank said in Display waste bins in color:

                              once new version of MM is released today, you will get all the latest code and then it should work.

                              Ahh ok…since achuell is the latest version 2.13.0. i have this version…and today a new verdion is comming…ok i will wait…where can i find the info for new versuon?

                              S A 2 Replies Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @kusselin
                                last edited by

                                @kusselin it will be displayed in the banner above when released (version will be 2.14)

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  ashishtank Module Developer @kusselin
                                  last edited by

                                  @kusselin details will be here https://forum.magicmirror.builders/category/17/magicmirror

                                  1 Reply Last reply Reply Quote 0
                                  • kusselinK Offline
                                    kusselin
                                    last edited by

                                    Thank you

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @kusselin
                                      last edited by

                                      @kusselin new release available

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • kusselinK Offline
                                        kusselin
                                        last edited by

                                        Ok i see…thanks snd now the update how is standing in the update manual here…right

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @kusselin
                                          last edited by sdetweil

                                          @kusselin eh? not sure what u said. run my upgrade script

                                          see

                                          https://github.com/sdetweil/MagicMirror_scripts

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • kusselinK Offline
                                            kusselin
                                            last edited by

                                            o.k thanks

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy