I am very new in arduino and have a problem with arduino IDE 2.0.2 configuring the Additional Board Manager URLs at the preferences menu. This preferences field is missing, So I can not configure the ESP32 board manager for my wemos D1 board. Has anyone an idea how to resolve this problem and get the Additional Board Manager URLs preferences field visible.
Maybe this is caused by an invalid URL or a corrupt string from the past in the field.
You can directly edit C:\Users\yourUsername\.arduinoIDE\arduino-cli.yaml and clear it if needed; below the first few lines if the field is empty in preferences
board_manager:
additional_urls: []
daemon:
port: "50051"
and this is with an additional URL
board_manager:
additional_urls:
- https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
daemon:
port: "50051"
Be careful when editing; make a backup first.
Note:
It might be necessary to close the IDE first.
Your topic has been moved to the dedicated IDE2.0 section of the forum.
Thanks for your answer. I tried to edit the .yaml file but without results. So because I didn't have configured anything I uninstalled the IDE, remove the .arduinoIDE folder and install the ide again, but this have my problem not resolved.
Hi @jebawdej . This dialog is scrollable when the Arduino IDE window dimensions do not allow the full contents of the dialog to be shown.
If you hover the mouse pointer over the dialog, do you see a scrollbar on the right side of the dialog?
If so, simply click and drag the scrollbar down to see the rest of the dialog contents.
There are some alternative solutions:
Use the scroll wheel on your mouse to scroll the dialog.
Click on an empty space in the dialog to get focus and then press the ↓ key to scroll the dialog down.
Resize the Arduino IDE window larger if your display allows for that
Reduce the value of the "Interface scale " preference, click the OK button, then open the preferences dialog again (File > Preferences )
2 Likes
OK thanks @ ptillisch . That was the answer I was waiting for. Stupid that I hadn't seen that there was a scroll bar
You are welcome. I'm glad it is working now.
Regards,
Per
Also new in arduino
Installed the IDE vs 2 on the home computer and laptop. On the home computer the preference window has an option not present on the laptop. Below is from the home computer. The laptop lacks the line "additional boards manager" like the screendump in the starting message of this threat.
Somebody knows what to do?
Yes. Please follow the instructions from my previous reply:
ptillisch:
This dialog is scrollable when the Arduino IDE window dimensions do not allow the full contents of the dialog to be shown.
If you hover the mouse pointer over the dialog, do you see a scrollbar on the right side of the dialog?
If so, simply click and drag the scrollbar down to see the rest of the dialog contents.
There are some alternative solutions:
Use the scroll wheel on your mouse to scroll the dialog.
Click on an empty space in the dialog to get focus and then press the ↓ key to scroll the dialog down.
Resize the Arduino IDE window larger if your display allows for that
Reduce the value of the "Interface scale " preference, click the OK button, then open the preferences dialog again (File > Preferences )
Tja, feel a little clumsy. The scrollbar was not visible and I did not try long enough to discover that.
Thank you cordially.
Jos
Thanks. You were completely correct.
jos
You are welcome. I'm glad it is working now.
Regards,
Per
I have now submitted a formal report to the developers about the scrollability of the Preferences dialog not being clearly communicated to the user:
opened 11:04AM - 15 Dec 22 UTC
topic: code
type: imperfection
### Describe the problem
The dimensions of the "**Preferences**" dialog is li… mited by the Arduino IDE window dimensions.
If the window dimensions are small, the contents of the dialog may not fit within the available space. In this case, the dialog is scrollable, which allows the user to access the settings that fall outside the visible area of the dialog.
🐛 The ability to scroll the dialog is difficult for the user to discover. These users are given the impression that some preferences are missing from the dialog due to a bug in Arduino IDE.
### To reproduce
1. Resize the Arduino IDE window to the minimum vertical size.
1. Select **File > Preferences** from the Arduino IDE menus.
The preferences farthest down in the dialog are not visible.
1. Move the mouse pointer to an area of the screen not over the dialog:

🐛 There is no indication at all that the dialog is scrollable:
1. Hover the mouse pointer over the dialog, but not over the scrollbar area:

🐛 A scrollbar appears, but the non-standard design causes the nature of the UI element to be non-obvious to the average user:
- Rounded "thumb"
- Thumb is significantly less than standard width
- No "trough"
- Scrollbar overlaps the horizontal rule of the tab bar
- There is no spacing between the right side of the "**BROWSE**" button and the scrollbar
1. Hover the mouse pointer over the the scrollbar area of the dialog:

🙂 The nature of the UI element is now fairly obvious to the average user:
- There is a trough
- The scrollbar has a standard width
### Expected behavior
It is obvious to the user when a dialog is scrollable.
### Arduino IDE version
7c86f1f
### Operating system
Windows
### Operating system version
10
### Additional context
Originally reported at https://forum.arduino.cc/t/missing-additional-board-manager-urls-field-in-preferences/1055935/1
Additional reports:
- https://forum.arduino.cc/t/arduino-core-available-for-the-ai-thinker-bl602/1064372/5
- https://forum.arduino.cc/t/missing-additional-board-manager-urls-field-in-preferences/1055935/7
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My report contains all necessary details
Thanks to you both for the feedback about this user experience.
pert
Split this topic
September 21, 2024, 12:36am
13
Thank you so much! I missed it too!
1 Like
system
Closed
December 22, 2023, 2:58pm
20
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.