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.

    autostart mm

    Scheduled Pinned Locked Moved General Discussion
    27 Posts 4 Posters 7.0k Views 4 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.
    • S Do not disturb
      sdetweil @geo
      last edited by

      @geo use the fixuppm2.sh script from here
      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
      • G Offline
        geo
        last edited by

        hi,absolutely great dont know how but it worked i am stunned i have spent hrs trying to fathom it out.once again thankyou.
        regarding the last problem i installed a new card and installed mm by the 2020 method and it worked and i have debian buster 10.2.
        have installed weather and news for the uk just need the calendar with uk events.have tried to get an ical number but not able to.can you point me in the right direction please.cheers

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

          @geo installed by the 2020 method?

          anyhow, calendar. if u look at the supplied iCal entry. it comes from someplace,
          maybe they have a UK version

          or, failing that ( which should work), Google can search based on a question u ask. so anything u ask here, try Google.

          I don’t know everything, and when I don’t know, I Google search. My son calls me to answer questions. he was shocked when I told him I looked up the answers to most of his questions. ’ but u know EVERYTHING!! ’ No, I just know how to search.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          G 1 Reply Last reply Reply Quote 1
          • G Offline
            geo @sdetweil
            last edited by

            @sdetweil hi i will give it a try was hoping one of the many uk mirror buffs would know.anyway thakyou.geo

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              robertybob @geo
              last edited by

              @geo https://www.calendarlabs.com/ical-calendar/holidays/uk-holidays-75/

              1 Reply Last reply Reply Quote 0
              • G Offline
                geo
                last edited by

                hi thx for that but got message to create a config file.cheers

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

                  @geo can u show us that section of the config.js. the calendar configuration

                  I think u missed a quote

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  G 1 Reply Last reply Reply Quote 0
                  • G Offline
                    geo
                    last edited by

                    https://www.calendarlabs.com/ical-calendar/holidays/uk-holidays-75/

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      geo
                      last edited by

                      		module: "calendar",
                      		header: "UK Holidays",
                      		position: "top_left",
                      		config: {
                      			calendars: [
                      				{
                      					symbol: "calendar-check-o ",
                      					https://www.calendarlabs.com/ical-calendar/holidays/uk-holidays-75/
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @geo
                        last edited by sdetweil

                        @geo nice, but that’s not the required syntax

                        what did it look like before u changed it?

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • G Offline
                          geo @sdetweil
                          last edited by sdetweil

                          @sdetweil

                          			module: "calendar",
                          			header: "UK Holidays",
                          			position: "top_left",
                          			config: {
                          				calendars: [
                          					{
                          						symbol: "calendar-check-o ",
                          						url: "webcal://www.calendarlabs.com/templates/ical/UK-Holiday.ics"
                          
                          S 1 Reply Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @geo
                            last edited by

                            @geo so, why doesn’t the new url go inside the quotes of url:“…”

                            like the old one did?

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              geo
                              last edited by

                              url: “https://www.calendarlabs.com/ical-calender/holidays/uk-holidays-75/”
                              this is what i have now but in the mm the message is no events

                              S 1 Reply Last reply Reply Quote 0
                              • ? Offline
                                A Former User
                                last edited by A Former User

                                url: “https://www.calendarlabs.com/ical-calender/holidays/uk-holidays-75/”

                                maybe with:

                                url: "https://www.calendarlabs.com/ical-calendar/holidays/uk-holidays-75/"

                                or if still not work maybe with

                                url: "https://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics"

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

                                  @geo did u try the url in a browser, does it download an ics file?

                                  this is required for calendar modules

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  G 1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    geo @Guest
                                    last edited by

                                    @Bugsounet hi thx for that the second suggestion worked. absolutely great.many thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • G Offline
                                      geo @sdetweil
                                      last edited by

                                      hi not sure what you meant but as you can see the calendar is now working.thx for your help.@sdetweil

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

                                        @geo come on, u gotta learn this stuff.

                                        what is a browser?
                                        if I asked u to enter a url in a browser what would u do?
                                        did it download a file? simple yes or no answer.

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

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

                                          @geo that’s great it’s working, but u didn’t learn how to solve it on your own. so next time, u will be stuck again

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • G Offline
                                            geo @sdetweil
                                            last edited by

                                            @sdetweil it gave me lots of info on uk calendar events but what can i do with it.how can the info be trans to mm config file

                                            S 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
                                            • 1 / 2
                                            • 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