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

I cant get my Calender or my MMMBitcoin to work, any help please?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
19 Posts 3 Posters 1.0k 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.
  • C Offline
    clarkcrew32
    last edited by Nov 14, 2024, 2:40 PM

    I havent been able to get anything on my calender to show, i think its cuz its not a .ical? Im trying to get the color full weeks view but got nothing but what defualt top left looks like when installed.

    I tried to install MMMBitcoin as well but nothing. Do i need to do more than just type in the nano.config.js?
    fa026b7b-8227-42de-9c4e-51b136df7053-image.png

    S 1 Reply Last reply Nov 14, 2024, 2:46 PM Reply Quote 0
    • S Away
      sdetweil @clarkcrew32
      last edited by sdetweil Nov 14, 2024, 9:23 PM Nov 14, 2024, 2:46 PM

      @clarkcrew32 the calendar module ONLY processes ics files…
      there is no embedded view support.

      you can use one of the modules that does iframe and view the calendar that way
      or use the default with ICS and use something like MMM-CalendarExt3 or MMM-MiniMonth to see a wall calendar view

      on bitcoin
      can you show the message output from npm start
      if you are using pm2 to autolaunch MM, then
      pm2 logs --lines=xxxx
      where xxx is some number of the most recent lines, default 15 (may need 100 or more to view that far back_

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Nov 14, 2024, 11:38 PM Reply Quote 0
      • C Offline
        clarkcrew32 @sdetweil
        last edited by Nov 14, 2024, 11:38 PM

        @sdetweil how do i clear my config.js and start from default?

        S 1 Reply Last reply Nov 15, 2024, 12:11 AM Reply Quote 0
        • S Away
          sdetweil @clarkcrew32
          last edited by Nov 15, 2024, 12:11 AM

          @clarkcrew32

          cd ~/MagicMirror/config
          cp config.js.sample config.js
          

          that copies the sample we provide

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 2 Replies Last reply Nov 15, 2024, 12:14 AM Reply Quote 0
          • C Offline
            clarkcrew32 @sdetweil
            last edited by Nov 15, 2024, 12:14 AM

            @sdetweil awesome thakn you, anyway for me to check for errors before i leave nano config.js screen?

            S 2 Replies Last reply Nov 15, 2024, 1:59 AM Reply Quote 0
            • C Offline
              clarkcrew32 @sdetweil
              last edited by Nov 15, 2024, 12:23 AM

              @sdetweil you are like gold lol

              still cant get this to work tho as i found a way to do .ics file calender

              90227a19-e0c4-4841-89b9-4de73fdbd33b-image.png

              S 1 Reply Last reply Nov 15, 2024, 1:09 AM Reply Quote 0
              • S Away
                sdetweil @clarkcrew32
                last edited by sdetweil Nov 15, 2024, 1:56 AM Nov 15, 2024, 1:09 AM

                @clarkcrew32 that fetch us on every 7 days

                during dev i would change it to a few minutes 5*60*1000

                another thing to test

                from a terminal window try to download the ics

                curl -sL  the_cal_url >somefile.txt
                

                then examine the contents of somefile.txt
                for BEGIN:VEVENT…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • S Away
                  sdetweil @clarkcrew32
                  last edited by Nov 15, 2024, 1:59 AM

                  @clarkcrew32 check for errors

                  not in nano
                  but you can run the checker

                  npm run config:check

                  we do that on every startup now and fail if there is some problem.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  R 1 Reply Last reply Nov 15, 2024, 7:29 AM Reply Quote 0
                  • R Offline
                    raymondjspigot @sdetweil
                    last edited by Nov 15, 2024, 7:29 AM

                    @clarkcrew32 hiya I’m not familiar with the MMM-Bitcoin module, but just taking a look at the github page for it at https://github.com/valmassoi/MMM-bitcoin it doesn’t look like the install instructions are complete (it only suggests adding the module config to your config.js)

                    AFAIK to install a module to your mirror, you’re going to need to clone the repository to your modules directory, as well as add its config.

                    (apologies, you might know to do this all already, but just to make sure …)

                    try going

                    cd ~/MagicMirror/modules
                    git clone https://github.com/valmassoi/MMM-bitcoin

                    and the module should be cloned to your modules directory

                    then add the config entry into your config.js file, save the changes and try running your MagicMirror again.

                    (I don’t see any obvious typos for the MMM-Bitcoin entry in your config.js screenshot at the top, it looks like you edited it with nano just fine the first time).

                    1 Reply Last reply Reply Quote 1
                    • S Away
                      sdetweil @clarkcrew32
                      last edited by Nov 15, 2024, 12:28 PM

                      @clarkcrew32 the bitcoin module has a problem.
                      it uses s library we stopped shipping 3 years ago.
                      but the author didn’t document its use.

                      so, in the module folder do
                      npm install request

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      C 1 Reply Last reply Nov 18, 2024, 5:39 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        3/19
                        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